atproto blogging
at main 24 lines 562 B view raw
1{ 2 "lexicon": 1, 3 "id": "sh.weaver.edit.getEditTree", 4 "defs": { 5 "main": { 6 "type": "query", 7 "description": "Get the edit tree structure showing all branches and forks.", 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.edit.defs#editTreeView" 20 } 21 } 22 } 23 } 24}