summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/job/job_details.json
blob: ab0ade55bbe3e49a1666e9105ae07fc4f766ecff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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" },
    "deployment_status": { "$ref": "deployment_status.json" }
  }
}