swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 6faf5a6e1e2f2456192ab0eb010a51337e4b12db authored by Jenkins for Software Heritage on 16 May 2019, 12:10:30 UTC
Updated backport on stretch-swh from debian/0.0.140-1_swh1 (unstable-swh)
Tip revision: 6faf5a6
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