{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateWorkflowTransitionScreenDetails", "title": "CreateWorkflowTransitionScreenDetails", "additionalProperties": false, "description": "The details of a transition screen.", "properties": { "id": { "description": "The ID of the screen.", "type": "string" } }, "required": [ "id" ], "type": "object", "writeOnly": true }