Atlassian · Schema

pipeline_step_state_completed_result

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-pipeline-step-state-completed-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pipeline_step_state_completed_result",
  "title": "pipeline_step_state_completed_result",
  "allOf": [
    {
      "$ref": "#/components/schemas/object"
    },
    {
      "additionalProperties": true,
      "type": "object",
      "title": "Pipeline Completed Step Result",
      "description": "A result of a completed pipeline step state.",
      "properties": {}
    }
  ]
}