Axway · Schema

SubscriptionList

A list of Subscription objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-subscriptionlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubscriptionList",
  "title": "SubscriptionList",
  "type": "array",
  "description": "A list of Subscription objects.",
  "items": {
    "$ref": "#/components/schemas/Subscription"
  }
}