summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/job/job_details.json
blob: b82f7413b50b6aea7f4f895dab32d5ba23b20e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "allOf": [
    { "$ref": "job.json" }
  ],
  "description": "An extension of job.json with more detailed information",
  "properties": {
    "artifact": { "$ref": "artifact.json" },
    "terminal_path": { "type": "string" },
    "trigger": { "$ref": "trigger.json" }
  }
}