Webex · Schema

SubscriptionCreateApiResponseEnhanced

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-subscriptioncreateapiresponseenhanced-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubscriptionCreateApiResponseEnhanced",
  "title": "SubscriptionCreateApiResponseEnhanced",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/MetaSubInfo"
    },
    "data": {
      "$ref": "#/components/schemas/SubscriptionResponseEnhanced"
    }
  }
}