Microsoft Graph · Schema

Admin

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-admin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Admin",
  "title": "Admin",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity"
    },
    {
      "title": "Admin",
      "type": "object",
      "properties": {
        "edge": {
          "$ref": "#/components/schemas/Edge"
        },
        "microsoft365Apps": {
          "$ref": "#/components/schemas/AdminMicrosoft365Apps"
        },
        "reportSettings": {
          "$ref": "#/components/schemas/AdminReportSettings"
        },
        "serviceAnnouncement": {
          "$ref": "#/components/schemas/ServiceAnnouncement"
        },
        "sharepoint": {
          "$ref": "#/components/schemas/SharePoint"
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ]
}