Webex · Schema

UpdateBuildingRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
address object Contains address information for the building.
View JSON Schema on GitHub

JSON Schema

webex-updatebuildingrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateBuildingRequest",
  "title": "UpdateBuildingRequest",
  "type": "object",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/AddressObject",
      "description": "Contains address information for the building."
    }
  }
}