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