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: 73eca83d7885bab8a46eb9b6d6c8a674cf05b1a7 (plain)
1
2
3
4
5
6
7
{
  "allOf": [{ "$ref": "job.json" }],
  "description": "An extension of job.json with more detailed information",
  "properties": {
    "artifact": { "$ref": "artifact.json" }
  }
}