{ "name": "ChildWorkflowExecutionTerminatedEventAttributes", "description": "Provides the details of the ChildWorkflowExecutionTerminated event.", "type": "object", "properties": [ { "name": "workflowExecution", "type": "string", "description": "", "required": true }, { "name": "workflowType", "type": "string", "description": "", "required": true }, { "name": "initiatedEventId", "type": "string", "description": "", "required": true }, { "name": "startedEventId", "type": "string", "description": "", "required": true } ] }