swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 68482bb2da15b83994573f8a88143282a0bcd950 authored by Jenkins for Software Heritage on 22 November 2019, 10:10:31 UTC
Updated debian changelog for version 0.0.159
Tip revision: 68482bb
entity_history.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