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

ci_job_external_link_data.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f4209634320c72ee8d3ef3baadd6ae94c5b97c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "Build annotation external link",
  "properties": {
    "label": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  },
  "additionalProperties": false
}