Webex · Schema

QueryParamsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
example_param_1 string An example key-value pair that will be sent to the agent.
example_param_2 string Another example key-value pair that will be sent to the agent.
example_param_3 string Another example key-value pair that will be sent to the agent.
View JSON Schema on GitHub

JSON Schema

webex-queryparamsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueryParamsObject",
  "title": "QueryParamsObject",
  "type": "object",
  "properties": {
    "example_param_1": {
      "type": "string",
      "example": "example_value_1",
      "description": "An example key-value pair that will be sent to the agent."
    },
    "example_param_2": {
      "type": "string",
      "example": "example_value_2",
      "description": "Another example key-value pair that will be sent to the agent."
    },
    "example_param_3": {
      "type": "string",
      "example": "example_value_3",
      "description": "Another example key-value pair that will be sent to the agent."
    }
  }
}