debian-mirror-gitlab/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/axis.json

11 lines
205 B
JSON
Raw Normal View History

2020-04-08 14:13:33 +05:30
{
"type": "object",
"required": [],
"properties": {
"name": { "type": "string" },
"precision": { "type": "number" },
"format": { "type": "string" }
},
"additionalProperties": false
}