swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 4213a0cd4ad15b0f3ceccd83ceb0e8957f6594de authored by Antoine R. Dumont (@ardumont) on 19 January 2017, 13:19:24 UTC
Return page of results for origin visits endpoints
Tip revision: 4213a0c
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