Atlassian · Schema

WorkflowValidationErrorList

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
errors array The list of validation errors.
View JSON Schema on GitHub

JSON Schema

atlassian-workflowvalidationerrorlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkflowValidationErrorList",
  "title": "WorkflowValidationErrorList",
  "additionalProperties": false,
  "properties": {
    "errors": {
      "description": "The list of validation errors.",
      "items": {
        "$ref": "#/components/schemas/WorkflowValidationError"
      },
      "type": "array"
    }
  },
  "type": "object"
}