Microsoft Graph · Schema

Base delta function response

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.nextLink string
@odata.deltaLink string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-basedeltafunctionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseDeltaFunctionResponse",
  "title": "Base delta function response",
  "type": "object",
  "properties": {
    "@odata.nextLink": {
      "type": "string",
      "nullable": true
    },
    "@odata.deltaLink": {
      "type": "string",
      "nullable": true
    }
  }
}