Skip to content

Commit edeec32

Browse files
committed
fix error
1 parent c18d141 commit edeec32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ definitions:
22032203
enum: [JsonDecoder]
22042204
JsonlDecoder:
22052205
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.
22072207
type: object
22082208
required:
22092209
- type
@@ -2371,7 +2371,7 @@ definitions:
23712371
additionalProperties: true
23722372
ZipfileDecoder:
23732373
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 'ZIP file' for response data that is returned as a zipfile. Requires specifying an inner data type/decoder to parse the unzipped data.
23752375
type: object
23762376
additionalProperties: true
23772377
required:

0 commit comments

Comments
 (0)