Webex · Schema

WidgetAttributesRequestModel

Create or Update WidgetAttributes

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
type string type
View JSON Schema on GitHub

JSON Schema

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