12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"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" }
|
|
}
|
|
}
|