Webex · Schema

GetComplianceStatusResponseLocationStatusObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
count number Total count of locations available in the organization.
locations array All the locations available in the organization.
View JSON Schema on GitHub

JSON Schema

webex-getcompliancestatusresponselocationstatusobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetComplianceStatusResponseLocationStatusObject",
  "title": "GetComplianceStatusResponseLocationStatusObject",
  "type": "object",
  "properties": {
    "count": {
      "type": "number",
      "example": 2,
      "description": "Total count of locations available in the organization."
    },
    "locations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GetComplianceStatusResponseRedSkyClientLocation"
      },
      "description": "All the locations available in the organization."
    }
  }
}