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

axis.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: ed8fa58393ff354ef7d3634f166ad55612351514 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "required": [],
  "properties": {
    "name": { "type": "string" },
    "precision": { "type": "number" },
    "format": { "type": "string" }
  },
  "additionalProperties": false
}