atproto blogging
at main 23 lines 457 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.graph.subscription", 4 "defs": { 5 "main": { 6 "type": "record", 7 "description": "Record declaring a subscription to a publication", 8 "key": "tid", 9 "record": { 10 "type": "object", 11 "required": [ 12 "publication" 13 ], 14 "properties": { 15 "publication": { 16 "type": "string", 17 "format": "at-uri" 18 } 19 } 20 } 21 } 22 } 23}