Webex · Schema

ResourceVersion

List of all resources, and it's supported versions available to subscribe.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
resource string Resource name.
version string Version of the resource.
View JSON Schema on GitHub

JSON Schema

webex-resourceversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceVersion",
  "title": "ResourceVersion",
  "type": "object",
  "properties": {
    "resource": {
      "type": "string",
      "description": "Resource name.",
      "example": "agent"
    },
    "version": {
      "type": "string",
      "description": "Version of the resource.",
      "example": "1.0.0"
    }
  },
  "description": "List of all resources, and it's supported versions available to subscribe."
}