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

build_artifact.json « evidences « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 850fb8c45a89b737a9c7e944272d251c3f93b91d (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": { "type": "string" }
  },
  "additionalProperties": false
}