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

axis.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: 5433402242682db09085b509adaecacffc3d9cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "format": {
      "type": "string",
      "default": "engineering"
    },
    "precision": {
      "type": "number",
      "default": 2
     }
  }
}