Webex · Schema

DefaultSiteObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
siteUrl string Access URL for the site.
View JSON Schema on GitHub

JSON Schema

webex-defaultsiteobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DefaultSiteObject",
  "title": "DefaultSiteObject",
  "type": "object",
  "required": [
    "siteUrl"
  ],
  "properties": {
    "siteUrl": {
      "type": "string",
      "example": "site1-example.webex.com",
      "description": "Access URL for the site."
    }
  }
}