hashicorp / aws-cloudformation-resource-schema-sdk-go

This package provides AWS CloudFormation Resource Schema functionality in Go
Mozilla Public License 2.0
4 stars 2 forks source link

Support for `minimum` and `maximum` keywords #14

Closed ewbankkit closed 3 years ago

ewbankkit commented 3 years ago

Support numeric ranges via the minimum and maximum keywords. There are currently no schemas in the wild using the exclusiveMinimum or exclusiveMaximum keywords.

ewbankkit commented 3 years ago

These will materialize as fields on the Property structure.