{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateWorkflowTransitionRule", "title": "CreateWorkflowTransitionRule", "additionalProperties": false, "description": "A workflow transition rule.", "properties": { "configuration": { "additionalProperties": { "description": "EXPERIMENTAL. The configuration of the transition rule." }, "description": "EXPERIMENTAL. The configuration of the transition rule.", "type": "object" }, "type": { "description": "The type of the transition rule.", "type": "string" } }, "required": [ "type" ], "type": "object" }