Microsoft Graph · Schema

searchResult

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
onClickTelemetryUrl string A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsearchresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.searchResult",
  "title": "searchResult",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "onClickTelemetryUrl": {
      "type": "string",
      "description": "A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}