swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 95b0b42e0e77c7561592601bca8dba57e0f4e0ae authored by Antoine R. Dumont (@ardumont) on 21 February 2019, 12:28:51 UTC
api.server: Use the right Exception for the job
Tip revision: 95b0b42
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