Microsoft Graph · Schema

searchAggregation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

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

JSON Schema

microsoft-graph-microsoftgraphsearchaggregation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.searchAggregation",
  "title": "searchAggregation",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "buckets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.searchBucket"
      }
    },
    "field": {
      "type": "string",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}