{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CdcTableModeEnum", "title": "CdcTableModeEnum", "enum": [ "consolidated", "cdc_only", "both" ], "type": "string", "description": "* `consolidated` - consolidated\n* `cdc_only` - cdc_only\n* `both` - both" }