Webex · Schema

MetaSubInfo

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string Organization ID used for this operation.
View JSON Schema on GitHub

JSON Schema

webex-metasubinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetaSubInfo",
  "title": "MetaSubInfo",
  "properties": {
    "orgId": {
      "description": "Organization ID used for this operation.",
      "example": "97cdbf45-ebe2-4687-8341-44d5c7abf101",
      "format": "uuid",
      "type": "string"
    }
  },
  "type": "object"
}