swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 119d01e41620f5e8a86e9a3e62c55bc0c8c3f9bd authored by Antoine R. Dumont (@ardumont) on 27 July 2020, 12:18:32 UTC
storage*: origin_visit_get_by -> Optional[OriginVisit]
Tip revision: 119d01e
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