Microsoft Graph · Schema

ReferenceUpdate

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.id string
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-referenceupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReferenceUpdate",
  "title": "ReferenceUpdate",
  "type": "object",
  "properties": {
    "@odata.id": {
      "type": "string"
    },
    "@odata.type": {
      "type": "string",
      "nullable": true
    }
  }
}