swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: b4dc9fb866907c2bd0eae8281273f7d02b9f9d56 authored by Jenkins for Software Heritage on 16 May 2019, 12:09:04 UTC
Updated debian changelog for version 0.0.140
Tip revision: b4dc9fb
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