{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authContext", "title": "microsoft.graph.authContext", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.signInContext" }, { "title": "authContext", "required": [ "@odata.type" ], "type": "object", "properties": { "authenticationContextValue": { "type": "string", "description": "Supported values are c1 through c99.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.authContext" } } } ], "x-ms-discriminator-value": "#microsoft.graph.authContext" }