Microsoft Graph · Schema

itemReference

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task

Properties

Name Type Description
driveId string Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only.
driveType string Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values.
id string Unique identifier of the driveItem in the drive or a listItem in a list. Read-only.
name string The name of the item being referenced. Read-only.
path string Percent-encoded path that can be used to navigate to the item. Read-only.
shareId string A unique identifier for a shared resource that can be accessed via the Shares API.
sharepointIds object Returns identifiers useful for SharePoint REST compatibility. Read-only.
siteId string For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. T
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphitemreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.itemReference",
  "title": "itemReference",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "driveId": {
      "type": "string",
      "description": "Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only.",
      "nullable": true
    },
    "driveType": {
      "type": "string",
      "description": "Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values.",
      "nullable": true
    },
    "id": {
      "type": "string",
      "description": "Unique identifier of the driveItem in the drive or a listItem in a list. Read-only.",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "The name of the item being referenced. Read-only.",
      "nullable": true
    },
    "path": {
      "type": "string",
      "description": "Percent-encoded path that can be used to navigate to the item. Read-only.",
      "nullable": true
    },
    "shareId": {
      "type": "string",
      "description": "A unique identifier for a shared resource that can be accessed via the Shares API.",
      "nullable": true
    },
    "sharepointIds": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.sharepointIds"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Returns identifiers useful for SharePoint REST compatibility. Read-only."
    },
    "siteId": {
      "type": "string",
      "description": "For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphitemreference"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.