debian-mirror-gitlab/lib/gitlab/metrics/dashboard/validator/schemas/axis.json
2020-10-24 23:57:45 +05:30

14 lines
227 B
JSON

{
"type": "object",
"properties": {
"name": { "type": "string" },
"format": {
"type": "string",
"default": "engineering"
},
"precision": {
"type": "number",
"default": 2
}
}
}