You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
the CFN/SAM schemas currently support the Conditions top-level object but not the Condition resource property (the sibling of Type and Properties on any resource).
I'm not seeing those in any of the files in the schema folder.
I'm honestly just using the JSON schema files for syntax highlighting in serverless templates - schemastore links those back to here, and is the default JSON/YML schema registry for Jetbrains' IDEs. I'm not sure that a differently-named property would work. From a quick sampling, it does look like each resource's AWSCloudFormationCondition gets marshalled into condition, though.
the CFN/SAM schemas currently support the
Conditions
top-level object but not theCondition
resource property (the sibling ofType
andProperties
on any resource).https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/conditions-section-structure.html
The text was updated successfully, but these errors were encountered: