Microsoft Graph · Schema
retrievalHit
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| extracts | array | |
| resourceMetadata | object | |
| resourceType | object | |
| sensitivityLabel | object | |
| webUrl | string | |
| @odata.type | string |
JSON Schema
{
"$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"
}
}
}