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

Allow $schema keyword, use canonical draft-07 URI (http) #51

Closed tobywf closed 4 years ago

tobywf commented 4 years ago

Issue #, if available:

Description of changes: Depends on #50 to be merged first. The draft-07 URI is http://json-schema.org/draft-07/schema, even when loaded over HTTPS, so we should use that.

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