swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 525cf13fec87aa9f2c5c6360cff18905a5c72ffe authored by Jenkins for Software Heritage on 04 June 2020, 10:28:41 UTC
New upstream version 0.1.0
Tip revision: 525cf13
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