Spinnaker · JSON Structure

Spinnaker Pipeline Structure

JSON Structure document describing the Spinnaker pipeline execution data model.

Type: object Properties: 0
Continuous DeliveryContainersDevOpsMulti-CloudPipelines

Spinnaker Pipeline Structure is a JSON Structure definition published by Spinnaker.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Spinnaker Pipeline Structure",
  "description": "JSON Structure document describing the Spinnaker pipeline execution data model.",
  "type": "object",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique execution ID" },
    { "name": "application", "type": "string", "required": true, "description": "Spinnaker application name" },
    { "name": "name", "type": "string", "required": true, "description": "Pipeline name" },
    { "name": "status", "type": "enum[NOT_STARTED,RUNNING,PAUSED,SUCCEEDED,TERMINAL,CANCELED]", "required": true, "description": "Execution status" },
    { "name": "startTime", "type": "integer", "required": false, "description": "Start timestamp (ms)" },
    { "name": "endTime", "type": "integer", "required": false, "description": "End timestamp (ms)" },
    { "name": "trigger", "type": "object", "required": false, "description": "Trigger configuration" }
  ],
  "relationships": [
    {
      "name": "stages",
      "type": "StageExecution",
      "cardinality": "one-to-many",
      "description": "Stage executions within this pipeline run"
    }
  ],
  "relatedTypes": [
    {
      "name": "StageExecution",
      "fields": [
        { "name": "id", "type": "string", "description": "Stage execution ID" },
        { "name": "name", "type": "string", "description": "Stage name" },
        { "name": "type", "type": "string", "description": "Stage type (deploy, wait, etc.)" },
        { "name": "status", "type": "enum", "description": "Stage status" },
        { "name": "startTime", "type": "integer", "description": "Start timestamp (ms)" },
        { "name": "endTime", "type": "integer", "description": "End timestamp (ms)" }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/spinnaker-pipeline-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.