{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration", "title": "selfServiceSignUpAuthenticationFlowConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "isEnabled": { "type": "boolean", "description": "Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required." }, "@odata.type": { "type": "string" } } }