{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "MapRunFailedEventDetails", "type": "object", "description": "Contains details about a Map Run failure event that occurred during a state machine execution.", "fields": [ { "name": "error", "type": "string" }, { "name": "cause", "type": "string" } ] }