atproto blogging
at main 28 lines 656 B view raw
1{ 2 "lexicon": 1, 3 "id": "tools.ozone.communication.listTemplates", 4 "defs": { 5 "main": { 6 "type": "query", 7 "description": "Get list of all communication templates.", 8 "output": { 9 "encoding": "application/json", 10 "schema": { 11 "type": "object", 12 "required": [ 13 "communicationTemplates" 14 ], 15 "properties": { 16 "communicationTemplates": { 17 "type": "array", 18 "items": { 19 "type": "ref", 20 "ref": "tools.ozone.communication.defs#templateView" 21 } 22 } 23 } 24 } 25 } 26 } 27 } 28}