Microsoft Graph · Schema
microsoft.graph.sharedDriveItem
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.sharedDriveItem",
"title": "microsoft.graph.sharedDriveItem",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.baseItem"
},
{
"title": "sharedDriveItem",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"owner": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identitySet"
},
{
"type": "object",
"nullable": true
}
],
"description": "Information about the owner of the shared item being referenced."
},
"driveItem": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.driveItem"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying driveItem",
"x-ms-navigationProperty": true
},
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.driveItem"
},
"description": "All driveItems contained in the sharing root. This collection cannot be enumerated.",
"x-ms-navigationProperty": true
},
"list": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.list"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying list",
"x-ms-navigationProperty": true
},
"listItem": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.listItem"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying listItem",
"x-ms-navigationProperty": true
},
"permission": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.permission"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the permission representing the underlying sharing link",
"x-ms-navigationProperty": true
},
"root": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.driveItem"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying driveItem. Deprecated -- use driveItem instead.",
"x-ms-navigationProperty": true
},
"site": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.site"
},
{
"type": "object",
"nullable": true
}
],
"description": "Used to access the underlying site",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.sharedDriveItem"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.sharedDriveItem"
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphshareddriveitem"
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.