Microsoft Graph · Schema

storage

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
fileStorage object
settings object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphstorage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.storage",
  "title": "storage",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "fileStorage": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.fileStorage"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "x-ms-navigationProperty": true
    },
    "settings": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.storageSettings"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}