swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: d826f7542bed5a0de553f7d85e76c16989cbeb84 authored by Antoine R. Dumont (@ardumont) on 24 May 2018, 10:02:11 UTC
swh.storage.api.client: Permit to specify the query timeout option
Tip revision: d826f75
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