{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authenticationConfigurationValidation", "title": "authenticationConfigurationValidation", "required": [ "@odata.type" ], "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.genericError" }, "description": "Errors in the validation result of a customAuthenticationExtension." }, "warnings": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.genericError" }, "description": "Warnings in the validation result of a customAuthenticationExtension." }, "@odata.type": { "type": "string" } } }