{ "type": "object", "required": [ "domain", "execution" ], "title": "DescribeWorkflowExecutionInput", "properties": { "domain": { "allOf": [ { "$ref": "#/components/schemas/DomainName" }, { "description": "The name of the domain containing the workflow execution." } ] }, "execution": { "allOf": [ { "$ref": "#/components/schemas/WorkflowExecution" }, { "description": "The workflow execution to describe." } ] } }, "$schema": "http://json-schema.org/draft-07/schema#" }