2018-08-30 13:27:04 -04:00
|
|
|
{
|
2018-09-04 03:51:00 -04:00
|
|
|
"allOf": [
|
|
|
|
{ "$ref": "job.json" }
|
|
|
|
],
|
2018-08-30 13:27:04 -04:00
|
|
|
"description": "An extension of job.json with more detailed information",
|
2018-09-27 03:04:51 -04:00
|
|
|
"required": [
|
2018-09-28 07:51:22 -04:00
|
|
|
"artifact",
|
|
|
|
"runner",
|
|
|
|
"runners",
|
2018-10-12 13:13:41 -04:00
|
|
|
"has_trace",
|
|
|
|
"stage"
|
2018-09-27 03:04:51 -04:00
|
|
|
],
|
2018-08-30 13:27:04 -04:00
|
|
|
"properties": {
|
2018-09-05 13:11:13 -04:00
|
|
|
"artifact": { "$ref": "artifact.json" },
|
2018-09-04 03:51:00 -04:00
|
|
|
"terminal_path": { "type": "string" },
|
2018-08-20 09:15:53 -04:00
|
|
|
"trigger": { "$ref": "trigger.json" },
|
2018-09-05 07:49:39 -04:00
|
|
|
"deployment_status": { "$ref": "deployment_status.json" },
|
2018-09-18 03:42:59 -04:00
|
|
|
"runner": { "$ref": "runner.json" },
|
2018-09-28 07:51:22 -04:00
|
|
|
"runners": { "$ref": "runners.json" },
|
2018-10-12 13:13:41 -04:00
|
|
|
"has_trace": { "type": "boolean" },
|
2018-10-25 07:53:00 -04:00
|
|
|
"stage": { "type": "string" },
|
|
|
|
"stuck": { "type": "boolean" }
|
2018-08-30 13:27:04 -04:00
|
|
|
}
|
|
|
|
}
|