swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 84554822107338d8f5e7816b570307d6d5784ddb authored by Antoine Lambert on 29 August 2018, 13:55:37 UTC
New upstream version 0.0.104
Tip revision: 8455482
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