https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: c83c1d26ab10454c8b8db716469f728680a48027 authored by Antoine R. Dumont (@ardumont) on 23 August 2016, 14:29:26 UTC
New upstream version 0.0.50
Tip revision: c83c1d2
entity_history.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