Webex · Schema

BaseMetaResponseEnvelope

Meta information of the response

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
organizationId string Organization ID
View JSON Schema on GitHub

JSON Schema

webex-basemetaresponseenvelope-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseMetaResponseEnvelope",
  "title": "BaseMetaResponseEnvelope",
  "type": "object",
  "properties": {
    "organizationId": {
      "type": "string",
      "description": "Organization ID",
      "example": "1eb65fdf-9643-417f-9974-ad72cae0e10f"
    }
  },
  "description": "Meta information of the response",
  "example": {
    "organizationId": "1eb65fdf-9643-417f-9974-ad72cae0e10f"
  }
}