{ "lexicon": 1, "id": "pub.leaflet.graph.subscription", "defs": { "main": { "type": "record", "description": "Record declaring a subscription to a publication", "key": "tid", "record": { "type": "object", "required": [ "publication" ], "properties": { "publication": { "type": "string", "format": "at-uri" } } } } } }