{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.webApplicationFirewallVerificationResult", "title": "webApplicationFirewallVerificationResult", "required": [ "@odata.type" ], "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.genericError" }, "description": "List of errors encountered during the verification process." }, "status": { "$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallVerificationStatus" }, "verifiedOnDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "UTC timestamp when the verification was performed or last updated. This indicates when the verification result was produced.", "format": "date-time" }, "warnings": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.genericError" }, "description": "List of warnings produced during verification." }, "@odata.type": { "type": "string" } } }