Atlassian · Schema

pipeline_schedule_execution_executed

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

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