Skip to content
New issue

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

Add 'required' CFN schema property #937

Merged
merged 1 commit into from
Oct 13, 2021
Merged

Add 'required' CFN schema property #937

merged 1 commit into from
Oct 13, 2021

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Oct 12, 2021

Required members of create and put inputs are marked as required in the output schemas.

Issue #, if available:
Resolves #751

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Required members of create and put inputs are marked as required
in the output schemas.
@kstich kstich requested a review from a team as a code owner October 12, 2021 21:14
@kstich kstich merged commit 4a2773d into main Oct 13, 2021
@kstich kstich deleted the support_cfn_required branch October 13, 2021 16:01
.convertToNodes(model)
.get("Smithy::TestService::FooResource");

Assertions.assertEquals(ListUtils.of("/properties/FooRequiredProperty"),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

smithy-aws-cloudformation-traits does not mark top-level properties as required
3 participants