swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 2cc263da971e0c48f404f11a293031fffa8392fd authored by David Douard on 07 April 2020, 14:17:39 UTC
test: update storage tests to (future) swh.journal 0.0.30
Tip revision: 2cc263d
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