Skip to content

Commit 26d09a0

Browse files
committed
chore: apply review suggestion
1 parent 365a853 commit 26d09a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4574,9 +4574,10 @@ definitions:
45744574
description: Fully-qualified name of the class that will be implementing the custom config transformation. The format is `source_<name>.<package>.<class_name>`.
45754575
examples:
45764576
- "source_declarative_manifest.components.MyCustomConfigTransformation"
4577-
parameters:
4577+
$parameters:
45784578
type: object
45794579
description: Additional parameters to be passed to the custom config transformation.
4580+
additionalProperties: true
45804581
interpolation:
45814582
variables:
45824583
- title: config

0 commit comments

Comments
 (0)