{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.processingError", "title": "microsoft.graph.processingError", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.classificationError" }, { "title": "processingError", "required": [ "@odata.type" ], "type": "object", "properties": { "errorType": { "$ref": "#/components/schemas/microsoft.graph.contentProcessingErrorType" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.processingError" }