Webex · Schema

FlowProgressionRes

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
forkFrom string Previous Flow Version holding the tag
fvId string Flow Version object ID
fvName string Name of the Flow Version object
View JSON Schema on GitHub

JSON Schema

webex-flowprogressionres-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowProgressionRes",
  "title": "FlowProgressionRes",
  "type": "object",
  "properties": {
    "forkFrom": {
      "type": "string",
      "description": "Previous Flow Version holding the tag",
      "example": "65c28d9db2a2375974066579"
    },
    "fvId": {
      "type": "string",
      "description": "Flow Version object ID",
      "example": "65c28d9db2a2375974066579"
    },
    "fvName": {
      "type": "string",
      "description": "Name of the Flow Version object",
      "example": "TestFlow"
    }
  }
}