Skip to content

Commit e12445e

Browse files
author
Oleksandr Bazarnov
committed
fix other places
1 parent 782d9a1 commit e12445e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,23 +2073,23 @@ definitions:
20732073
type: array
20742074
default: []
20752075
items:
2076-
- type: string
2076+
type: string
20772077
interpolation_context:
20782078
- config
20792079
key_pointer:
20802080
title: Key Path
20812081
description: List of potentially nested fields describing the full path of the field key to extract.
20822082
type: array
20832083
items:
2084-
- type: string
2084+
type: string
20852085
interpolation_context:
20862086
- config
20872087
type_pointer:
20882088
title: Type Path
20892089
description: List of potentially nested fields describing the full path of the field type to extract.
20902090
type: array
20912091
items:
2092-
- type: string
2092+
type: string
20932093
interpolation_context:
20942094
- config
20952095
types_mapping:
@@ -2251,7 +2251,7 @@ definitions:
22512251
description: A path to field that needs to be flattened.
22522252
type: array
22532253
items:
2254-
- type: string
2254+
type: string
22552255
examples:
22562256
- ["data"]
22572257
- ["data", "*", "field"]
@@ -3526,7 +3526,7 @@ definitions:
35263526
description: A list of potentially nested fields indicating the full path where value will be added or updated.
35273527
type: array
35283528
items:
3529-
- type: string
3529+
type: string
35303530
interpolation_context:
35313531
- config
35323532
- components_values
@@ -3602,7 +3602,7 @@ definitions:
36023602
description: A list of potentially nested fields indicating the full path in source config file where streams configs located.
36033603
type: array
36043604
items:
3605-
- type: string
3605+
type: string
36063606
interpolation_context:
36073607
- parameters
36083608
examples:

0 commit comments

Comments
 (0)