Webex · Schema

ProgressiveProfileViewMetaDataModel

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
organizationId string Organization ID
workspaceId string Workspace ID
personId string personId
templateId string templateId
View JSON Schema on GitHub

JSON Schema

webex-progressiveprofileviewmetadatamodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProgressiveProfileViewMetaDataModel",
  "title": "ProgressiveProfileViewMetaDataModel",
  "type": "object",
  "properties": {
    "organizationId": {
      "type": "string",
      "description": "Organization ID",
      "example": "1eb65fdf-9643-417f-9974-ad72cae0e10f"
    },
    "workspaceId": {
      "type": "string",
      "description": "Workspace ID",
      "example": "ad72cae0e10f-417f-9974-417f-ad72cae0e10f"
    },
    "personId": {
      "type": "string",
      "description": "personId",
      "example": "642f1c56276e305287405167"
    },
    "templateId": {
      "type": "string",
      "description": "templateId",
      "example": "922f1c56276e305287405162"
    }
  }
}