Webex · Schema

FlowOverrideSettingDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string
type string
entityType string
entityId string
value string
View JSON Schema on GitHub

JSON Schema

webex-flowoverridesettingdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowOverrideSettingDTO",
  "title": "FlowOverrideSettingDTO",
  "required": [
    "name",
    "type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "entityType": {
      "type": "string"
    },
    "entityId": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}