swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: e102cd1ede86e9afcd7848f5302365a2f34e64be authored by Nicolas Dandrimont on 11 July 2019, 12:03:48 UTC
No change rebuild with proper distribution in changelog
Tip revision: e102cd1
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