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
+9-9
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ definitions:
109
109
description: List of transformations (path and corresponding value) that will be added to the record.
110
110
type: array
111
111
items:
112
-
- "$ref": "#/definitions/AddedFieldDefinition"
112
+
"$ref": "#/definitions/AddedFieldDefinition"
113
113
$parameters:
114
114
type: object
115
115
additionalProperties: true
@@ -1657,7 +1657,7 @@ definitions:
1657
1657
description: List of potentially nested fields describing the full path of the field to extract. Use "*" to extract all values from an array. See more info in the [docs](https://docs.airbyte.com/connector-development/config-based/understanding-the-yaml-file/record-selector).
1658
1658
type: array
1659
1659
items:
1660
-
- type: string
1660
+
type: string
1661
1661
interpolation_context:
1662
1662
- config
1663
1663
examples:
@@ -2073,29 +2073,29 @@ definitions:
2073
2073
type: array
2074
2074
default: []
2075
2075
items:
2076
-
- type: string
2076
+
type: string
2077
2077
interpolation_context:
2078
2078
- config
2079
2079
key_pointer:
2080
2080
title: Key Path
2081
2081
description: List of potentially nested fields describing the full path of the field key to extract.
2082
2082
type: array
2083
2083
items:
2084
-
- type: string
2084
+
type: string
2085
2085
interpolation_context:
2086
2086
- config
2087
2087
type_pointer:
2088
2088
title: Type Path
2089
2089
description: List of potentially nested fields describing the full path of the field type to extract.
2090
2090
type: array
2091
2091
items:
2092
-
- type: string
2092
+
type: string
2093
2093
interpolation_context:
2094
2094
- config
2095
2095
types_mapping:
2096
2096
type: array
2097
2097
items:
2098
-
- "$ref": "#/definitions/TypesMap"
2098
+
"$ref": "#/definitions/TypesMap"
2099
2099
$parameters:
2100
2100
type: object
2101
2101
additionalProperties: true
@@ -2251,7 +2251,7 @@ definitions:
2251
2251
description: A path to field that needs to be flattened.
2252
2252
type: array
2253
2253
items:
2254
-
- type: string
2254
+
type: string
2255
2255
examples:
2256
2256
- ["data"]
2257
2257
- ["data", "*", "field"]
@@ -3526,7 +3526,7 @@ definitions:
3526
3526
description: A list of potentially nested fields indicating the full path where value will be added or updated.
3527
3527
type: array
3528
3528
items:
3529
-
- type: string
3529
+
type: string
3530
3530
interpolation_context:
3531
3531
- config
3532
3532
- components_values
@@ -3602,7 +3602,7 @@ definitions:
3602
3602
description: A list of potentially nested fields indicating the full path in source config file where streams configs located.
0 commit comments