{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.restorePointSearchResponse", "title": "restorePointSearchResponse", "required": [ "@odata.type" ], "type": "object", "properties": { "noResultProtectionUnitIds": { "type": "array", "items": { "type": "string", "nullable": true }, "description": "Contains alist of protection units with no restore points." }, "searchResponseId": { "type": "string", "description": "The unique identifier of the search response.", "nullable": true }, "searchResults": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.restorePointSearchResult" }, "description": "Contains a collection of restore points." }, "@odata.type": { "type": "string" } } }