{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserAttributeProfileUserAttributes", "title": "UserAttributeProfileUserAttributes", "type": "object", "description": "User attributes configuration map. Keys are attribute names, values are the mapping configuration for each attribute.", "additionalProperties": { "$ref": "#/components/schemas/UserAttributeProfileUserAttributeAdditionalProperties" }, "minProperties": 1, "maxProperties": 64 }