We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudFormation requires additionalProperties to be false aws-cloudformation/cloudformation-resource-schema#49
Smithy already applies additionalProperties to the top-level: https://github.com/awslabs/smithy/blob/main/smithy-aws-cloudformation/src/main/java/software/amazon/smithy/aws/cloudformation/schema/fromsmithy/CfnConverter.java#L127-L129
But it needs to be added to every object. Expected output:
"Context": { "additionalProperties": false, "type": "object", ...
The text was updated successfully, but these errors were encountered:
Thanks for the report. We'll add an internal JsonSchemaMapper that sets this property by default.
JsonSchemaMapper
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
CloudFormation requires additionalProperties to be false aws-cloudformation/cloudformation-resource-schema#49
Smithy already applies additionalProperties to the top-level: https://github.com/awslabs/smithy/blob/main/smithy-aws-cloudformation/src/main/java/software/amazon/smithy/aws/cloudformation/schema/fromsmithy/CfnConverter.java#L127-L129
But it needs to be added to every object. Expected output:
The text was updated successfully, but these errors were encountered: