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

link.json « schemas « validator « dashboard « metrics « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ea7b5dd3249ce509e58a6cedc9963b6de5d3045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": ["url"],
  "properties": {
    "url": { "type": "string" },
    "title": { "type": "string" },
    "type": {
      "type": "string",
      "enum": ["grafana"]
    }
  }
}