swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 66904197f112f07f6ee2fe325fe0dc954d3ed8de authored by Jenkins for Software Heritage on 14 January 2020, 16:17:45 UTC
Updated debian changelog for version 0.0.163
Tip revision: 6690419
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