{
"type": "object",
"properties": {
"runId": {
"allOf": [
{
"$ref": "#/components/schemas/WorkflowRunId"
},
{
"description": "The <code>runId</code> 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 <code>runId</code> of a workflow execution.",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Run"
}