{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListUserAttributeProfileTemplateResponseContent", "title": "ListUserAttributeProfileTemplateResponseContent", "type": "object", "additionalProperties": false, "properties": { "user_attribute_profile_templates": { "type": "array", "items": { "$ref": "#/components/schemas/UserAttributeProfileTemplateItem" } } } }