Microsoft Graph · Schema

microsoft.graph.educationSchool

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationschool-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationSchool",
  "title": "microsoft.graph.educationSchool",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.educationOrganization"
    },
    {
      "title": "educationSchool",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "address": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.physicalAddress"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Address of the school."
        },
        "createdBy": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identitySet"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Entity who created the school."
        },
        "externalId": {
          "type": "string",
          "description": "ID of school in syncing system.",
          "nullable": true
        },
        "externalPrincipalId": {
          "type": "string",
          "description": "ID of principal in syncing system.",
          "nullable": true
        },
        "fax": {
          "type": "string",
          "nullable": true
        },
        "highestGrade": {
          "type": "string",
          "description": "Highest grade taught.",
          "nullable": true
        },
        "lowestGrade": {
          "type": "string",
          "description": "Lowest grade taught.",
          "nullable": true
        },
        "phone": {
          "type": "string",
          "description": "Phone number of school.",
          "nullable": true
        },
        "principalEmail": {
          "type": "string",
          "description": "Email address of the principal.",
          "nullable": true
        },
        "principalName": {
          "type": "string",
          "description": "Name of the principal.",
          "nullable": true
        },
        "schoolNumber": {
          "type": "string",
          "description": "School Number.",
          "nullable": true
        },
        "administrativeUnit": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.administrativeUnit"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The underlying administrativeUnit for this school.",
          "x-ms-navigationProperty": true
        },
        "classes": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.educationClass"
          },
          "description": "Classes taught at the school. Nullable.",
          "x-ms-navigationProperty": true
        },
        "users": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.educationUser"
          },
          "description": "Users in the school. Nullable.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.educationSchool"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.educationSchool"
}

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-microsoftgrapheducationschool"
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.