swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: a0ab053171f8c1735754d280e05f265fbf140394 authored by Antoine R. Dumont (@ardumont) on 26 January 2017, 14:08:03 UTC
New upstream version 0.0.78
Tip revision: a0ab053
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