{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateBackupInput", "type": "object", "properties": { "TableName": { "type": "string" }, "BackupName": { "type": "string", "description": "Specified name for the backup" } } }