swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 49109d173f76c7a77e2000c323c70657226fb442 authored by Antoine R. Dumont (@ardumont) on 24 April 2020, 10:22:29 UTC
test_retry: Centralize time.sleep setup within a fixture
Tip revision: 49109d1
entity.lister_metadata.schema.json
{
    "$schema": "http://json-schema.org/schema#",
    "id": "http://softwareheritage.org/schemas/entity.lister_metadata.schema.json",

    "type": "object",
    "properties": {
        "lister": {"type": "string"}
    }
}
back to top