Webex · Schema

BlrNodeLocation

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
countryCode string Country code of the Location where the Video Mesh node is deployed.
city string City where Video Mesh node is deployed.
timeZone string Time zone in which the Video Mesh node is deployed.
View JSON Schema on GitHub

JSON Schema

webex-blrnodelocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BlrNodeLocation",
  "title": "BlrNodeLocation",
  "type": "object",
  "properties": {
    "countryCode": {
      "type": "string",
      "example": "IN",
      "description": "Country code of the Location where the Video Mesh node is deployed."
    },
    "city": {
      "type": "string",
      "example": "Bangalore",
      "description": "City where Video Mesh node is deployed."
    },
    "timeZone": {
      "type": "string",
      "example": "Asia/Kolkata",
      "description": "Time zone in which the Video Mesh node is deployed."
    }
  }
}