Skip to content

Commit 782d9a1

Browse files
author
Oleksandr Bazarnov
committed
fix
1 parent 969dec1 commit 782d9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ definitions:
16571657
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).
16581658
type: array
16591659
items:
1660-
- type: string
1660+
type: string
16611661
interpolation_context:
16621662
- config
16631663
examples:

0 commit comments

Comments
 (0)