Microsoft Graph · Schema

webPartData

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task

Properties

Name Type Description
dataVersion string Data version of the web part. The value is defined by the web part developer. Different dataVersions usually refers to a different property structure.
description string Description of the web part.
properties object Properties bag of the web part.
serverProcessedContent object Contains collections of data that can be processed by server side services like search index and link fixup.
title string Title of the web part.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwebpartdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.webPartData",
  "title": "webPartData",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "dataVersion": {
      "type": "string",
      "description": "Data version of the web part. The value is defined by the web part developer. Different dataVersions usually refers to a different property structure.",
      "nullable": true
    },
    "description": {
      "type": "string",
      "description": "Description of the web part.",
      "nullable": true
    },
    "properties": {
      "description": "Properties bag of the web part."
    },
    "serverProcessedContent": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.serverProcessedContent"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Contains collections of data that can be processed by server side services like search index and link fixup."
    },
    "title": {
      "type": "string",
      "description": "Title of the web part.",
      "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-microsoftgraphwebpartdata"
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 email required.

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