{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WXCCSubscriptionResponseList", "title": "WXCCSubscriptionResponseList", "type": "object", "properties": { "meta": { "$ref": "#/components/schemas/BaseMetaResponseEnvelope" }, "data": { "type": "array", "description": "Data part of the response", "items": { "$ref": "#/components/schemas/WXCCSubscriptionResponseModel" } } } }