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