cdk and docs: remove "additionalProperties" (#14881)
This commit is contained in:
@@ -18,7 +18,6 @@ Given that we'll pulling currency data for our example source, we'll define the
|
||||
"title": "Python Http Tutorial Spec",
|
||||
"type": "object",
|
||||
"required": ["start_date", "currency_base"],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"start_date": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user