swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 3abf6b3f7e72b16b8b91dfac9d45ddc1b7fad072 authored by Antoine R. Dumont (@ardumont) on 16 July 2020, 10:30:55 UTC
pytest_plugin: Do not expose the validate proxy storage
Tip revision: 3abf6b3
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