Microsoft Graph · Schema
searchHit
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| contentSource | string | The name of the content source that the externalItem is part of. |
| hitId | string | The internal identifier for the item. The format of the identifier varies based on the entity type. For details, see hitId format. |
| isCollapsed | boolean | Indicates whether the current result is collapsed when the collapseProperties property in the searchRequest is used. |
| rank | number | The rank or the order of the result. |
| resultTemplateId | string | ID of the result template used to render the search result. This ID must map to a display layout in the resultTemplates dictionary that is also included in the searchResponse. |
| summary | string | A summary of the result, if a summary is available. |
| resource | object | |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.searchHit",
"title": "searchHit",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"contentSource": {
"type": "string",
"description": "The name of the content source that the externalItem is part of.",
"nullable": true
},
"hitId": {
"type": "string",
"description": "The internal identifier for the item. The format of the identifier varies based on the entity type. For details, see hitId format.",
"nullable": true
},
"isCollapsed": {
"type": "boolean",
"description": "Indicates whether the current result is collapsed when the collapseProperties property in the searchRequest is used.",
"nullable": true
},
"rank": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "The rank or the order of the result.",
"format": "int32",
"nullable": true
},
"resultTemplateId": {
"type": "string",
"description": "ID of the result template used to render the search result. This ID must map to a display layout in the resultTemplates dictionary that is also included in the searchResponse.",
"nullable": true
},
"summary": {
"type": "string",
"description": "A summary of the result, if a summary is available.",
"nullable": true
},
"resource": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphsearchhit"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.