summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/packages/package_with_build.json
blob: 86b4e205c3e4a1651a5167887fe97cbfb8155038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "required": ["name", "version", "package_type", "pipeline"],
  "properties": {
    "name": { "type": "string" },
    "version": { "type": "string" },
    "package_type": { "type": "string" },
    "pipeline": { "$ref": "../pipeline.json" },
    "pipelines": {
      "items": { "$ref": "../pipeline.json" }
    }
  }
}