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

Add information about how combining schemas using "oneOf", "anyOf", "allOf" and "not" in cloudformation resource provider schemas diverge from the JSON schema specification #94

Open priyap286 opened 4 years ago

priyap286 commented 4 years ago

We should add information on this topic under the heading “Divergence From JSON Schema” with some examples.

ammokhov commented 4 years ago

+1, we should be clear of what's supported. Maybe references to resource schemas would be good enough?