swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 7f27e142c7f8b7021bad0cf018f890b7f7c0c8f6 authored by Antoine R. Dumont (@ardumont) on 24 November 2016, 10:11:19 UTC
Add pagination to content_ctags_search api endpoint
Tip revision: 7f27e14
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