{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BackupSecretResult", "type": "object", "description": "The backup secret result, containing the backup blob.", "properties": { "value": { "type": "string", "description": "The backup blob containing the backed up secret." } } }