CDK and doc: use "additionalProperties": true
instead of false
#14879
Labels
area/connectors
Connector related issues
CDK
Connector Development Kit
needs-triage
team/extensibility
type/bug
Something isn't working
A SAT addition (#14878) enforces connectors to use the value
true
for theadditionalProperties
field that can be declared in json schema of spec or stream.Our tutorials and code generation template are not up to date to follow this new rule.
Acceptance criteria:
"additionalProperties": false
are replaced to"additionalProperties": true
in tutorial and template files. Grepping in*.md
and*.hbs
should be enough.tools/schema_generator
) should not generates schema with"additionalProperties": false
please make it generate"additionalProperties": true
The text was updated successfully, but these errors were encountered: