Webex · Schema

TemplateCollectionResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
Template Collection array An array of template objects.
View JSON Schema on GitHub

JSON Schema

webex-templatecollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TemplateCollectionResponse",
  "title": "TemplateCollectionResponse",
  "type": "object",
  "properties": {
    "Template Collection": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Template"
      },
      "description": "An array of template objects."
    }
  }
}