Welcome to mirror list, hosted at ThFree Co, Russian Federation.

job_details.json « job « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8c099250bed3c9018ca4a009496262bd636ad6f (plain)
1
2
3
4
5
6
7
8
{
  "allOf": [{ "$ref": "job.json" }],
  "description": "An extension of job.json with more detailed information",
  "properties": {
    "artifact": { "$ref": "artifact.json" },
    "terminal_path": { "type": "string" }
  }
}