{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListBackupsInput", "type": "object", "properties": { "TableName": { "type": "string" }, "Limit": { "type": "integer" }, "TimeRangeLowerBound": { "type": "string" }, "TimeRangeUpperBound": { "type": "string" }, "ExclusiveStartBackupArn": { "type": "string" }, "BackupType": { "type": "string" } } }