Atlassian · Schema

pipeline_state_in_progress_stage

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-pipeline-state-in-progress-stage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pipeline_state_in_progress_stage",
  "title": "pipeline_state_in_progress_stage",
  "allOf": [
    {
      "$ref": "#/components/schemas/object"
    },
    {
      "additionalProperties": true,
      "type": "object",
      "title": "Pipeline In-Progress Stage",
      "description": "A result of an in progress pipeline state.",
      "properties": {}
    }
  ]
}