swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 479ad6798f8cc5f310e9e57975af7dc3a601b260 authored by Antoine R. Dumont (@ardumont) on 12 November 2018, 16:49:36 UTC
sql: Update origin trigger to provide full origin information
Tip revision: 479ad67
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