Atlassian · Schema

pipeline_schedule_execution_errored

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-pipeline-schedule-execution-errored-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pipeline_schedule_execution_errored",
  "title": "pipeline_schedule_execution_errored",
  "allOf": [
    {
      "$ref": "#/components/schemas/pipeline_schedule_execution"
    },
    {
      "additionalProperties": true,
      "type": "object",
      "description": "A Pipelines schedule execution that failed to be executed.",
      "properties": {
        "error": {
          "$ref": "#/components/schemas/pipeline_error"
        }
      }
    }
  ]
}