a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
at major 21 lines 377 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.graph.subscription", 4 "defs": { 5 "main": { 6 "type": "record", 7 "key": "tid", 8 "description": "Record declaring a subscription to a publication", 9 "record": { 10 "type": "object", 11 "required": ["publication"], 12 "properties": { 13 "publication": { 14 "type": "string", 15 "format": "at-uri" 16 } 17 } 18 } 19 } 20 } 21}