swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: a5530ca40bd09402a0b3c154b02c8da963f2469d authored by Jenkins for Software Heritage on 02 March 2020, 13:56:07 UTC
Updated backport on buster-swh from debian/0.0.176-1_swh2 (unstable-swh)
Tip revision: a5530ca
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