summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/entities/dag_pipeline.json
blob: a661577d040b0e8bcac15e31a294f05bebe2371f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "object",
  "required": ["stages"],
  "properties": {
    "stages": {
      "type": "array",
      "items": { "$ref": "dag_stage.json" }
    }
  },
  "additionalProperties": false
}