A list of Subscription objects.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-subscription-list-schema.json", "title": "SubscriptionList", "description": "A list of Subscription objects.", "type": "array", "items": { "$ref": "#/components/schemas/Subscription" } }