a tool for shared writing and social publishing
at update/reader 23 lines 460 B view raw
1{ 2 "defs": { 3 "main": { 4 "description": "Record declaring a subscription to a publication", 5 "key": "tid", 6 "record": { 7 "properties": { 8 "publication": { 9 "format": "at-uri", 10 "type": "string" 11 } 12 }, 13 "required": [ 14 "publication" 15 ], 16 "type": "object" 17 }, 18 "type": "record" 19 } 20 }, 21 "id": "site.standard.graph.subscription", 22 "lexicon": 1 23}