swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: de2a5862f05d473e51069043814794ac0d40759a authored by Nicolas Dandrimont on 09 March 2016, 15:49:45 UTC
sql/swh-schema: rename entity{_history}.doap to metadata
Tip revision: de2a586
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