{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StopExecutionInput", "type": "object", "properties": { "executionArn": {}, "error": {}, "cause": {} }, "required": [ "executionArn" ] }