{ "type": "object", "properties": { "runId": { "allOf": [ { "$ref": "#/components/schemas/WorkflowRunId" }, { "description": "The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain." } ] } }, "description": "Specifies the runId of a workflow execution.", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Run" }