atproto blogging
at main 24 lines 612 B view raw
1{ 2 "lexicon": 1, 3 "id": "site.standard.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 "description": "AT-URI reference to the publication record being subscribed to (ex: at://did:plc:abc123/site.standard.publication/xyz789).", 18 "format": "at-uri" 19 } 20 } 21 } 22 } 23 } 24}