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