Details about a workflow configuration update request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowTransitionRulesUpdate", "title": "WorkflowTransitionRulesUpdate", "additionalProperties": false, "description": "Details about a workflow configuration update request.", "properties": { "workflows": { "description": "The list of workflows with transition rules to update.", "items": { "$ref": "#/components/schemas/WorkflowTransitionRules" }, "type": "array" } }, "required": [ "workflows" ], "type": "object" }