From dc707f729db2371552f87311b048b6087751bf9c Mon Sep 17 00:00:00 2001 From: artem1205 Date: Tue, 11 Apr 2023 17:33:08 +0000 Subject: [PATCH] Automated Change --- .../init-oss/src/main/resources/seed/oss_catalog.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json b/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json index f8753cefa59d..7e5646de2508 100644 --- a/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json +++ b/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json @@ -12594,11 +12594,7 @@ "type": "string", "title": "Reader Options", "description": "This should be a string in JSON format. It depends on the chosen file format to provide additional options and tune its behavior.", - "examples": [ "{}", "{\"sep\": \" \"}", { - "sep": "\t", - "header": 0, - "names": [ "column1", "column2" ] - } ] + "examples": [ "{}", "{\"sep\": \" \"}", "{\"sep\": \"\t\", \"header\": 0, \"names\": [\"column1\", \"column2\"] }" ] }, "url": { "type": "string",