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

links.json « schemas « dashboard « metrics « gitlab « lib « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca67cfa4b0e1f3359facb3074ee83f155f0d343c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "array",
  "required": ["url"],
  "properties": {
    "url": { "type": "string" },
    "title": { "type": "string" }
  },
  "additionalProperties": false
}