{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateUserAttributeProfileRequestContent", "title": "UpdateUserAttributeProfileRequestContent", "type": "object", "additionalProperties": false, "properties": { "name": { "$ref": "#/components/schemas/UserAttributeProfileName" }, "user_id": { "$ref": "#/components/schemas/UserAttributeProfilePatchUserId" }, "user_attributes": { "$ref": "#/components/schemas/UserAttributeProfileUserAttributes" } } }