{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StackInstance", "type": "object", "properties": { "StackSetId": { "type": "string" }, "Region": { "type": "string" }, "Account": { "type": "string" }, "StackId": { "type": "string" }, "ParameterOverrides": { "type": "array" }, "Status": { "type": "string" }, "StackInstanceStatus": { "type": "object" }, "StatusReason": { "type": "string" }, "DriftStatus": { "type": "string" }, "LastDriftCheckTimestamp": { "type": "string" } } }