{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BackupSecretResult", "title": "BackupSecretResult", "type": "object", "description": "The backup secret result, containing the backup blob.", "properties": { "value": { "type": "string", "format": "base64url", "description": "The backup blob containing the backed up secret.", "readOnly": true, "example": "example_value" } } }