swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: e07c742bc1838b55b0823721e0b115671ed48c10 authored by Jenkins for Software Heritage on 17 January 2020, 13:12:48 UTC
Updated backport on buster-swh from debian/0.0.165-1_swh1 (unstable-swh)
Tip revision: e07c742
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