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