1
0
mirror of synced 2025-12-26 14:02:10 -05:00

cdk and docs: remove "additionalProperties" (#14881)

This commit is contained in:
Augustin
2022-07-22 15:34:27 +02:00
committed by GitHub
parent 54b003b540
commit 4df0a48427
19 changed files with 21 additions and 26 deletions

View File

@@ -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",