Webex · Schema

ResourceDetails

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
packages array
View JSON Schema on GitHub

JSON Schema

webex-resourcedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceDetails",
  "title": "ResourceDetails",
  "type": "object",
  "properties": {
    "packages": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Package"
      }
    }
  }
}