Webex · Schema

ManagedOrgsResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array An array of managed orgs objects.
View JSON Schema on GitHub

JSON Schema

webex-managedorgsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedOrgsResponse",
  "title": "ManagedOrgsResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/IdentityManagedOrg"
      },
      "description": "An array of managed orgs objects."
    }
  }
}