{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.restorePointSearchResult", "title": "restorePointSearchResult", "required": [ "@odata.type" ], "type": "object", "properties": { "artifactHitCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Total number of artifacts restored.", "format": "int32", "nullable": true }, "restorePoint": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.restorePoint" }, { "type": "object", "nullable": true } ], "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } }