{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StackSummary", "type": "object", "properties": { "StackId": { "type": "string" }, "StackName": { "type": "string" }, "TemplateDescription": { "type": "string" }, "CreationTime": { "type": "string" }, "LastUpdatedTime": { "type": "string" }, "DeletionTime": { "type": "string" }, "StackStatusReason": { "type": "string" }, "ParentId": { "type": "string" }, "RootId": { "type": "string" } } }