swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: ba47d8da0a9a05f260af8454c95598991e14f116 authored by Nicolas Dandrimont on 18 October 2018, 16:32:10 UTC
New upstream version 0.0.108
Tip revision: ba47d8d
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