Webex · Schema

ComplianceStatusResponseRedSkyClientLocation

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier for the location.
name string Name of the location.
View JSON Schema on GitHub

JSON Schema

webex-compliancestatusresponseredskyclientlocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComplianceStatusResponseRedSkyClientLocation",
  "title": "ComplianceStatusResponseRedSkyClientLocation",
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA",
      "description": "Unique identifier for the location."
    },
    "name": {
      "type": "string",
      "example": "MainOffice",
      "description": "Name of the location."
    }
  }
}