{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TableFormatEnum", "title": "TableFormatEnum", "enum": [ "CSV", "CSVWithNames", "Parquet", "JSONEachRow", "Delta", "DeltaS3Wrapper" ], "type": "string", "description": "* `CSV` - CSV\n* `CSVWithNames` - CSVWithNames\n* `Parquet` - Parquet\n* `JSONEachRow` - JSON\n* `Delta` - Delta\n* `DeltaS3Wrapper` - DeltaS3Wrapper" }