{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SelfServiceProfileUserAttributes", "title": "SelfServiceProfileUserAttributes", "type": [ "array", "null" ], "description": "List of attributes to be mapped that will be shown to the user during the Self-Service Enterprise Configuration flow.", "items": { "$ref": "#/components/schemas/SelfServiceProfileUserAttribute" } }