summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/packages/package_version.json
blob: 72f2a2121ad3cf3de4dadeb38e1a3871c0e770ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "type": "object",
  "required": [
    "version",
    "created_at",
    "pipeline"
  ],
  "properties": {
    "version": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "pipeline": {
      "$ref": "../pipeline.json"
    }
  }
}