{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp", "title": "microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.onAttributeCollectionHandler" }, { "title": "onAttributeCollectionExternalUsersSelfServiceSignUp", "required": [ "@odata.type" ], "type": "object", "properties": { "attributeCollectionPage": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationAttributeCollectionPage" }, { "type": "object", "nullable": true } ], "description": "Required. The configuration for how attributes are displayed in the sign-up experience defined by a user flow, like the externalUsersSelfServiceSignupEventsFlow, specifically on the attribute collection page." }, "attributes": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.identityUserFlowAttribute" }, "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp" } } } ], "x-ms-discriminator-value": "#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp" }