Webex · Schema

WorkspaceResponseList

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
meta object
data array Data part of the response
View JSON Schema on GitHub

JSON Schema

webex-workspaceresponselist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceResponseList",
  "title": "WorkspaceResponseList",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/BaseMetaResponseEnvelope"
    },
    "data": {
      "type": "array",
      "description": "Data part of the response",
      "items": {
        "$ref": "#/components/schemas/WorkspaceResponseModel"
      }
    }
  }
}