{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedAppDiagnosticStatus", "title": "managedAppDiagnosticStatus", "required": [ "@odata.type" ], "type": "object", "properties": { "mitigationInstruction": { "type": "string", "description": "Instruction on how to mitigate a failed validation", "nullable": true }, "state": { "type": "string", "description": "The state of the operation", "nullable": true }, "validationName": { "type": "string", "description": "The validation friendly name", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "Represents diagnostics status." }