Microsoft Graph · Schema

Dictionary

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

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

JSON Schema

microsoft-graph-microsoftgraphdictionary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.Dictionary",
  "title": "Dictionary",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    }
  },
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.customMetadataDictionary": "#/components/schemas/microsoft.graph.customMetadataDictionary",
      "#microsoft.graph.fileStorageContainerCustomPropertyDictionary": "#/components/schemas/microsoft.graph.fileStorageContainerCustomPropertyDictionary",
      "#microsoft.graph.resultTemplateDictionary": "#/components/schemas/microsoft.graph.resultTemplateDictionary"
    }
  }
}