{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UserAttributeProfileTemplateItem",
"title": "UserAttributeProfileTemplateItem",
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"description": "The id of the template."
},
"display_name": {
"type": "string",
"description": "The user-friendly name of the template displayed in the UI."
},
"template": {
"$ref": "#/components/schemas/UserAttributeProfileTemplate"
}
}
}