{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.retrievalHit", "title": "retrievalHit", "required": [ "@odata.type" ], "type": "object", "properties": { "extracts": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.retrievalExtract" } }, "resourceMetadata": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.searchResourceMetadataDictionary" }, { "type": "object", "nullable": true } ] }, "resourceType": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.retrievalEntityType" }, { "type": "object", "nullable": true } ] }, "sensitivityLabel": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.sensitivityLabelInfo" }, { "type": "object", "nullable": true } ] }, "webUrl": { "type": "string", "nullable": true }, "@odata.type": { "type": "string" } } }