{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubscriptionCreateApiResponse", "title": "SubscriptionCreateApiResponse", "type": "object", "properties": { "meta": { "$ref": "#/components/schemas/MetaSubInfo" }, "data": { "$ref": "#/components/schemas/SubscriptionResponse" } } }