swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 91e1e5e291f64c175f7307be0714b9916d2626af authored by Nicolas Dandrimont on 12 October 2017, 16:41:33 UTC
Drop doctests from build as they mess up flask
Tip revision: 91e1e5e
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