Microsoft Graph · Schema

ReferenceCreate

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

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

JSON Schema

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