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 8e268bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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

0 comments on commit 8e268bc

Please sign in to comment.