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

Remove schema redundancies #24

Closed rjlohan closed 4 years ago

rjlohan commented 5 years ago

Since we override readOnly and writeOnly should we removed them from meta-schema?

https://github.com/aws-cloudformation/aws-cloudformation-resource-schema/blob/master/src/main/resources/schema/provider.definition.schema.v1.json#L77-L84

tobywf commented 4 years ago

Permalink from around that time: https://github.com/aws-cloudformation/aws-cloudformation-resource-schema/blob/e53f2e20fcfa846656f4fbac7881da65103c96f9/src/main/resources/schema/provider.definition.schema.v1.json#L77-L84

I'm pretty sure we got rid of these, since they aren't in recent schemas.