Skip to content

Commit 3b3a533

Browse files
committed
reorder more anyOf options and adjust titles
1 parent db07eff commit 3b3a533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,9 +2315,9 @@ definitions:
23152315
title: Retriever
23162316
description: Component used to coordinate how records are extracted across stream slices and request pages.
23172317
anyOf:
2318+
- "$ref": "#/definitions/SimpleRetriever"
23182319
- "$ref": "#/definitions/AsyncRetriever"
23192320
- "$ref": "#/definitions/CustomRetriever"
2320-
- "$ref": "#/definitions/SimpleRetriever"
23212321
schema_transformations:
23222322
title: Schema Transformations
23232323
description: A list of transformations to be applied to the schema.
@@ -3751,7 +3751,7 @@ definitions:
37513751
- "$ref": "#/definitions/GroupingPartitionRouter"
37523752
- "$ref": "#/definitions/CustomPartitionRouter"
37533753
decoder:
3754-
title: Decoder
3754+
title: HTTP Response Format
37553755
description: Component decoding the response so records can be extracted.
37563756
anyOf:
37573757
- "$ref": "#/definitions/CsvDecoder"
@@ -3763,7 +3763,7 @@ definitions:
37633763
- "$ref": "#/definitions/ZipfileDecoder"
37643764
- "$ref": "#/definitions/CustomDecoder"
37653765
download_decoder:
3766-
title: Download Decoder
3766+
title: Download HTTP Response Format
37673767
description: Component decoding the download response so records can be extracted.
37683768
anyOf:
37693769
- "$ref": "#/definitions/CsvDecoder"

0 commit comments

Comments
 (0)