Webex · Schema

VariableOrderRes

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Name of the variable in the flow version object
variableSeq string Sequence number of the variable
View JSON Schema on GitHub

JSON Schema

webex-variableorderres-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VariableOrderRes",
  "title": "VariableOrderRes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the variable in the flow version object",
      "example": "var1"
    },
    "variableSeq": {
      "type": "string",
      "description": "Sequence number of the variable",
      "example": "1"
    }
  }
}