{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-accounts/refs/heads/main/json-structure/azure-storage-accounts-blob-restore-parameters-structure.json", "description": "Blob restore parameters", "properties": { "blobRanges": { "description": "Blob ranges to restore.", "items": { "$ref": "#/definitions/BlobRestoreRange" }, "type": "array" }, "timeToRestore": { "description": "Restore blob to the specified time.", "format": "date-time", "type": "string" } }, "type": "object", "required": [ "timeToRestore", "blobRanges" ], "name": "BlobRestoreParameters" }