Atlassian · Schema

WorkflowCreateValidateRequest

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
payload object
validationOptions object
View JSON Schema on GitHub

JSON Schema

atlassian-workflowcreatevalidaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkflowCreateValidateRequest",
  "title": "WorkflowCreateValidateRequest",
  "additionalProperties": false,
  "properties": {
    "payload": {
      "$ref": "#/components/schemas/WorkflowCreateRequest"
    },
    "validationOptions": {
      "$ref": "#/components/schemas/ValidationOptionsForCreate"
    }
  },
  "required": [
    "payload"
  ],
  "type": "object"
}