{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.classificationError", "title": "microsoft.graph.classificationError", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.classifcationErrorBase" }, { "title": "classificationError", "required": [ "@odata.type" ], "type": "object", "properties": { "details": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.classifcationErrorBase" }, "description": "A collection of more specific errors contributing to the overall error." }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.processingError": "#/components/schemas/microsoft.graph.processingError" } } } ] }