Webex · Schema

ResponseEnvelopeUserDynamicSkillResponseDTO

The response envelope for user dynamic skill operations.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
meta object Metadata information for the response.
data array The response data payload.
View JSON Schema on GitHub

JSON Schema

webex-responseenvelopeuserdynamicskillresponsedto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseEnvelopeUserDynamicSkillResponseDTO",
  "title": "ResponseEnvelopeUserDynamicSkillResponseDTO",
  "type": "object",
  "description": "The response envelope for user dynamic skill operations.",
  "properties": {
    "meta": {
      "type": "object",
      "additionalProperties": {},
      "description": "Metadata information for the response."
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserDynamicSkillResponseDTO"
      },
      "description": "The response data payload."
    }
  }
}