summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/fixtures/api/schemas/job/job_details.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/job/job_details.json b/spec/fixtures/api/schemas/job/job_details.json
index 70d59c6e621..07e674216fa 100644
--- a/spec/fixtures/api/schemas/job/job_details.json
+++ b/spec/fixtures/api/schemas/job/job_details.json
@@ -4,6 +4,9 @@
],
"description": "An extension of job.json with more detailed information",
"required": [
+ "artifact",
+ "runner",
+ "runners",
"has_trace"
],
"properties": {
@@ -12,7 +15,7 @@
"trigger": { "$ref": "trigger.json" },
"deployment_status": { "$ref": "deployment_status.json" },
"runner": { "$ref": "runner.json" },
- "runners": { "type": "runners.json" },
+ "runners": { "$ref": "runners.json" },
"has_trace": { "type": "boolean" }
}
}