{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateBackupInput", "type": "object", "properties": { "TableName": { "type": "string" }, "BackupName": { "type": "string" } } }