swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 315a8ebf42c534744a01176b67ce420548f2fe19 authored by Antoine R. Dumont (@ardumont) on 15 September 2016, 08:54:42 UTC
cache_content_get: Fix broken test
Tip revision: 315a8eb
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