swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 34f7638f26ec5e049aa4f1e413653d771c941af5 authored by Nicolas Dandrimont on 06 June 2017, 16:43:43 UTC
New upstream version 0.0.86
Tip revision: 34f7638
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