Atlassian · Schema

CreateWorkflowTransitionScreenDetails

The details of a transition screen.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id string The ID of the screen.
View JSON Schema on GitHub

JSON Schema

atlassian-createworkflowtransitionscreendetails-schema.json Raw ↑
{
  "$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
}