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