Webex · Schema

TagsRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
tags array An array of tags.
View JSON Schema on GitHub

JSON Schema

webex-tagsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TagsRequest",
  "title": "TagsRequest",
  "type": "object",
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TagsObj"
      },
      "description": "An array of tags."
    }
  }
}