Webex · Schema

CreateInviteesResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array Meeting invitees inserted.
View JSON Schema on GitHub

JSON Schema

webex-createinviteesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateInviteesResponse",
  "title": "CreateInviteesResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CreateInviteesItemResponseObject"
      },
      "description": "Meeting invitees inserted."
    }
  }
}