Webex · Schema

ArrayOfFeatureIdsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
featureIds array Array of feature IDs.
View JSON Schema on GitHub

JSON Schema

webex-arrayoffeatureidsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ArrayOfFeatureIdsObject",
  "title": "ArrayOfFeatureIdsObject",
  "type": "object",
  "required": [
    "featureIds"
  ],
  "properties": {
    "featureIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of feature IDs."
    }
  }
}