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