A list of Subscription objects.
{ "$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" } }