{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact", "title": "microsoft.graph.granularMailboxRestoreArtifact", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.mailboxRestoreArtifact" }, { "title": "granularMailboxRestoreArtifact", "required": [ "@odata.type" ], "type": "object", "properties": { "artifactCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "This property will be deprecated soon. Don't use.", "format": "int32", "nullable": true }, "searchResponseId": { "type": "string", "description": "." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.granularMailboxRestoreArtifact" }