{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowTransition", "title": "WorkflowTransition", "type": "object", "properties": { "fromStatus": { "type": "string", "description": "Source status ID" }, "toStatus": { "type": "string", "description": "Target status ID" } } }