Webex · Schema

PersonResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
meta object
data object
View JSON Schema on GitHub

JSON Schema

webex-personresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PersonResponse",
  "title": "PersonResponse",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/BaseMetaResponseEnvelope"
    },
    "data": {
      "$ref": "#/components/schemas/PersonResponseModel"
    }
  }
}