Microsoft Graph · Schema

microsoft.graph.ODataErrors.ODataError

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphodataerrorsodataerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.ODataErrors.ODataError",
  "title": "microsoft.graph.ODataErrors.ODataError",
  "required": [
    "error"
  ],
  "type": "object",
  "properties": {
    "error": {
      "$ref": "#/components/schemas/microsoft.graph.ODataErrors.MainError"
    }
  }
}