Skip to content

Commit 99a1b9b

Browse files
committed
more rearranging
1 parent 7d0b2b8 commit 99a1b9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,8 +1424,8 @@ definitions:
14241424
title: Schema Loader
14251425
description: Component used to retrieve the schema for the current stream.
14261426
anyOf:
1427-
- "$ref": "#/definitions/DynamicSchemaLoader"
14281427
- "$ref": "#/definitions/InlineSchemaLoader"
1428+
- "$ref": "#/definitions/DynamicSchemaLoader"
14291429
- "$ref": "#/definitions/JsonFileSchemaLoader"
14301430
- "$ref": "#/definitions/CustomSchemaLoader"
14311431
# TODO we have move the transformation to the RecordSelector level in the code but kept this here for
@@ -2235,6 +2235,7 @@ definitions:
22352235
title: Schema
22362236
description: Describes a streams' schema. Refer to the <a href="https://docs.airbyte.com/understanding-airbyte/supported-data-types/">Data Types documentation</a> for more details on which types are valid.
22372237
type: object
2238+
additionalProperties: true
22382239
JsonFileSchemaLoader:
22392240
title: Json File Schema Loader
22402241
description: Loads the schema from a json file.
@@ -3373,11 +3374,11 @@ definitions:
33733374
example:
33743375
- "Users"
33753376
full_refresh_stream:
3376-
title: Retriever
3377+
title: Full Refresh Stream
33773378
description: Component used to coordinate how records are extracted across stream slices and request pages when the state is empty or not provided.
33783379
"$ref": "#/definitions/DeclarativeStream"
33793380
incremental_stream:
3380-
title: Retriever
3381+
title: Incremental Stream
33813382
description: Component used to coordinate how records are extracted across stream slices and request pages when the state provided.
33823383
"$ref": "#/definitions/DeclarativeStream"
33833384
$parameters:

0 commit comments

Comments
 (0)