Skip to content

Commit 879ceb0

Browse files
committed
fix occurrences with as well
1 parent e12445e commit 879ceb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ definitions:
109109
description: List of transformations (path and corresponding value) that will be added to the record.
110110
type: array
111111
items:
112-
- "$ref": "#/definitions/AddedFieldDefinition"
112+
"$ref": "#/definitions/AddedFieldDefinition"
113113
$parameters:
114114
type: object
115115
additionalProperties: true
@@ -2095,7 +2095,7 @@ definitions:
20952095
types_mapping:
20962096
type: array
20972097
items:
2098-
- "$ref": "#/definitions/TypesMap"
2098+
"$ref": "#/definitions/TypesMap"
20992099
$parameters:
21002100
type: object
21012101
additionalProperties: true

0 commit comments

Comments
 (0)