{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SecretRestoreParameters", "type": "object", "description": "The secret restore parameters.", "properties": { "value": { "type": "string", "description": "The backup blob associated with a secret bundle." } } }