{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MaskedProfileResponseByVersion", "title": "Masked profile response", "type": "array", "description": "Array containing masked profile information.", "items": { "type": "object", "description": "Masked profile information.", "properties": { "id": { "$ref": "#/components/schemas/ProfileId" }, "document": { "$ref": "#/components/schemas/Profile" }, "meta": { "$ref": "#/components/schemas/ProfileMeta" } } } }