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

Support YAML resource schemas #6

Closed tobywf closed 4 years ago

tobywf commented 5 years ago

In https://github.com/aws-cloudformation/aws-cloudformation-rpdk/pull/216, a desire to allow YAML resource schemas was expressed. As far as I can see, this isn't supported by this library yet, or by the json-schema library we're using (see also https://github.com/everit-org/json-schema/issues/210).