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

additionalitems should be additionalproperties on an object #36

Closed samiazzam closed 4 years ago

samiazzam commented 4 years ago

In handlerDefinition and in the object scope, the setting should be changed from additionalItems to additionalproperties as it is not an array.

https://github.com/aws-cloudformation/aws-cloudformation-resource-schema/blob/6db79a6253e65ee97c55aacfdb7c67f408d2d573/src/main/resources/schema/provider.definition.schema.v1.json#L24