forked from
mary.my.id/atcute
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
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}