Microsoft Graph · Schema

ODataError

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

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