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

Fix deduping problems in specification file #80

Merged
merged 1 commit into from
Feb 8, 2023
Merged

Fix deduping problems in specification file #80

merged 1 commit into from
Feb 8, 2023

Conversation

iph
Copy link
Collaborator

@iph iph commented Feb 8, 2023

The specification for CloudFormation sucks. It doesn't follow it's own standards and creates invalid JSON. This change fixes some of those rough edges by deduping in a hashmap and "hoping for the best".

Also change required type to be optional since some teams can't publish correctly on that as well.

The specification for CloudFormation sucks. It doesn't follow it's
own standards and creates invalid JSON. This change fixes some of
those rough edges by deduping in a hashmap and "hoping for the best".

Also change required type to be optional since some teams can't publish
correctly on that as well.
@iph iph merged commit 64118f6 into main Feb 8, 2023
@iph iph deleted the fix-spec branch February 8, 2023 19:07
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.

1 participant