debian-mirror-gitlab/spec/fixtures/api/schemas/job/job_details.json
2018-11-20 20:47:30 +05:30

8 lines
226 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" }
}
}