You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte_cdk/sources/declarative/declarative_component_schema.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -2203,7 +2203,7 @@ definitions:
2203
2203
enum: [JsonDecoder]
2204
2204
JsonlDecoder:
2205
2205
title: JSON Lines
2206
-
description: Select 'JSONL' if the response consists of JSON objects separated by new lines ('\n') in JSONL format.
2206
+
description: Select 'JSON Lines' if the response consists of JSON objects separated by new lines ('\n') in JSONL format.
2207
2207
type: object
2208
2208
required:
2209
2209
- type
@@ -2371,7 +2371,7 @@ definitions:
2371
2371
additionalProperties: true
2372
2372
ZipfileDecoder:
2373
2373
title: ZIP File
2374
-
description: Select 'ZIP'file" for response data that is returned as a zipfile. Requires specifying an inner data type/decoder to parse the unzipped data.
2374
+
description: Select 'ZIPfile' for response data that is returned as a zipfile. Requires specifying an inner data type/decoder to parse the unzipped data.
0 commit comments