swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: f09707c5db877d6088604b8d2b97c102ac8add97 authored by Antoine R. Dumont (@ardumont) on 16 November 2018, 10:53:14 UTC
New upstream version 0.0.110
Tip revision: f09707c
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