{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "StackResourceDrift", "type": "object", "properties": { "StackId": { "type": "string" }, "LogicalResourceId": { "type": "string" }, "PhysicalResourceId": { "type": "string" }, "PhysicalResourceIdContext": { "type": "array" }, "ResourceType": { "type": "string" }, "ExpectedProperties": { "type": "string" }, "ActualProperties": { "type": "string" }, "PropertyDifferences": { "type": "array" }, "StackResourceDriftStatus": { "type": "string" }, "Timestamp": { "type": "string" } } }