{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "StopExecutionInput", "type": "object", "fields": [ { "name": "executionArn", "type": "string" }, { "name": "error", "type": "string" }, { "name": "cause", "type": "string" } ] }