Webex · Schema

WidgetAttributesResponseModel

WidgetAttributes

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
type string type
View JSON Schema on GitHub

JSON Schema

webex-widgetattributesresponsemodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WidgetAttributesResponseModel",
  "title": "WidgetAttributesResponseModel",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "type",
      "example": "table"
    }
  },
  "description": " WidgetAttributes",
  "example": {
    "type": "table"
  }
}