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.
{
"$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"
}
}
}