aws-cloudformation / cloudformation-template-schema

Inline syntax validation, documentation links and autocompletion for your CloudFormation templates.
Apache License 2.0
141 stars 24 forks source link

Metadata resource attribute #49

Closed PatMyron closed 3 years ago

PatMyron commented 3 years ago

https://github.com/aws-cloudformation/aws-cloudformation-template-schema/issues/31 Metadata


JSON schema snippet generated for each resource type:

      "Metadata" : {
        "description" : "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html",
        "type" : "object"
      },

Screen Shot 2020-09-28 at 11 28 49 PM

Screen Shot 2020-09-28 at 11 28 09 PM