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 c6c3786
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/codegen/schema/pulumi.json
Expand Up @@ -68,6 +68,7 @@
"format": "regex"
}
},
"additionalProperties": false,
"required": ["moduleFormat"]
},
"config": {
Expand All @@ -88,7 +89,8 @@
"type": "string"
}
}
}
},
"additionalProperties": false
},
"types": {
"description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.",
Expand Down Expand Up @@ -314,6 +316,7 @@
"type": "object"
}
},
"additionalProperties": false,
"required": ["environment"]
},
"deprecationMessage": {
Expand Down

0 comments on commit c6c3786

Please sign in to comment.