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
90 stars 38 forks source link

Allow use of $id keyword in resource schema #60

Closed vladtsir closed 4 years ago

vladtsir commented 4 years ago

Issue #, if available:

This change allows to use $id keyword in resource schema, which is necessary to support relative refs to other schemas, which in turn is needed for schema regionalization.

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

rjlohan commented 4 years ago

Agree on adding test and fixing build.