{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.emailAuthenticationMethod", "title": "microsoft.graph.emailAuthenticationMethod", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethod" }, { "title": "emailAuthenticationMethod", "required": [ "@odata.type" ], "type": "object", "properties": { "emailAddress": { "type": "string", "description": "The email address registered to this user.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.emailAuthenticationMethod" } } } ], "x-ms-discriminator-value": "#microsoft.graph.emailAuthenticationMethod" }