toolsOzoneCommunicationListTemplates top-level constant
tools.ozone.communication.listTemplates
Implementation
const toolsOzoneCommunicationListTemplates = <String, dynamic>{
  "lexicon": 1,
  "id": "tools.ozone.communication.listTemplates",
  "defs": {
    "main": {
      "type": "query",
      "description": "Get list of all communication templates.",
      "output": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": ["communicationTemplates"],
          "properties": {
            "communicationTemplates": {
              "type": "array",
              "items": {
                "type": "ref",
                "ref": "tools.ozone.communication.defs#templateView",
              },
            },
          },
        },
      },
    },
  },
};