swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: e3dd0b48e7c6611c1ab7c95cf4636130a7881685 authored by Antoine R. Dumont (@ardumont) on 14 November 2018, 14:22:14 UTC
tox: Define a py3-slow environment
Tip revision: e3dd0b4
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