summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/pipeline/basic.json
blob: 56f86856dd4215018ef1c6569911b7a92106b155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "object",
  "required" : [
    "id",
    "sha",
    "ref",
    "status",
    "web_url"
  ],
  "properties" : {
    "id": { "type": "integer" },
    "sha": { "type": "string" },
    "ref": { "type": "string" },
    "status": { "type": "string" },
    "web_url": { "type": "string" }
  },
  "additionalProperties": false
}