swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: a1b8387a43e7a0ef1a729adfd6c4afc5228902c4 authored by Antoine R. Dumont (@ardumont) on 21 February 2019, 13:59:02 UTC
api.server: Fix wrong exception type
Tip revision: a1b8387
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