swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 81a995460e4571b4ef18b1703ddde04bd5de299d authored by Valentin Lorentz on 03 April 2019, 11:38:58 UTC
Don't leak origin ids to the journal.
Tip revision: 81a9954
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