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 21, 2022
1 parent 36b0c2f commit 555ac3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/codegen/schema/pulumi.json
Expand Up @@ -68,6 +68,7 @@
"format": "regex"
}
},
"additionalProperties": false,
"required": ["moduleFormat"]
},
"config": {
Expand All @@ -81,14 +82,15 @@
"$ref": "#/$defs/propertySpec"
}
},
"required": {
"description": "A list of the names of the package's required configuration variables.",
"defaults": {
"description": "A list of the names of the package's non-required configuration variables.",
"type": "array",
"items": {
"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 555ac3a

Please sign in to comment.