aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
93 stars 38 forks source link

Typo: additionalItems -> additionalProperties #48

Closed tobywf closed 4 years ago

tobywf commented 4 years ago

Issue #, if available: #39

Description of changes: Typo: additionalItems -> additionalProperties, fixed some asserts that did nothing and this one unit test now that additionalProperties: false

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