{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.operationError", "title": "operationError", "required": [ "@odata.type" ], "type": "object", "properties": { "code": { "type": "string", "description": "Operation error code.", "nullable": true }, "message": { "type": "string", "description": "Operation error message.", "nullable": true }, "@odata.type": { "type": "string" } } }