Skip to content

Commit

Permalink
Add a few extra "additionalProperties": false
Browse files Browse the repository at this point in the history
Places where the binder doesn't expect anything else.
  • Loading branch information
Frassle committed Dec 20, 2022
1 parent 36b0c2f commit 569369d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/codegen/schema/pulumi.json
Expand Up @@ -68,6 +68,7 @@
"format": "regex"
}
},
"additionalProperties": false,
"required": ["moduleFormat"]
},
"config": {
Expand Down Expand Up @@ -314,6 +315,7 @@
"type": "object"
}
},
"additionalProperties": false,
"required": ["environment"]
},
"deprecationMessage": {
Expand Down

0 comments on commit 569369d

Please sign in to comment.