atproto blogging
at main 29 lines 675 B view raw
1{ 2 "lexicon": 1, 3 "id": "sh.weaver.collab.getCollaborationState", 4 "defs": { 5 "main": { 6 "type": "query", 7 "description": "Get full collaboration state for a resource, including all participants and published versions.", 8 "parameters": { 9 "type": "params", 10 "required": [ 11 "resource" 12 ], 13 "properties": { 14 "resource": { 15 "type": "string", 16 "format": "at-uri" 17 } 18 } 19 }, 20 "output": { 21 "encoding": "application/json", 22 "schema": { 23 "type": "ref", 24 "ref": "sh.weaver.collab.defs#collaborationStateView" 25 } 26 } 27 } 28 } 29}