{ "type": "object", "required": [ "timeoutType", "childPolicy" ], "properties": { "timeoutType": { "allOf": [ { "$ref": "#/components/schemas/WorkflowExecutionTimeoutType" }, { "description": "The type of timeout that caused this event." } ] }, "childPolicy": { "allOf": [ { "$ref": "#/components/schemas/ChildPolicy" }, { "description": "

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

" } ] } }, "description": "Provides the details of the WorkflowExecutionTimedOut event.", "$schema": "http://json-schema.org/draft-07/schema#", "title": "WorkflowExecutionTimedOutEventAttributes" }