at main 24 lines 622 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": ["resource"], 11 "properties": { 12 "resource": { "type": "string", "format": "at-uri" } 13 } 14 }, 15 "output": { 16 "encoding": "application/json", 17 "schema": { 18 "type": "ref", 19 "ref": "sh.weaver.collab.defs#collaborationStateView" 20 } 21 } 22 } 23 } 24}