swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: e4ee5783389af7715d117f6a3d81f98bbd2e3200 authored by Nicolas Dandrimont on 12 October 2017, 16:41:46 UTC
New upstream version 0.0.91
Tip revision: e4ee578
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