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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
261 B
JSON
Raw Normal View History

2020-04-08 14:13:33 +05:30
{
2021-06-08 01:23:25 +05:30
"$schema": "http://json-schema.org/draft-07/schema#",
2020-04-08 14:13:33 +05:30
"type": "object",
"required": [],
"properties": {
"name": { "type": "string" },
"precision": { "type": "number" },
"format": { "type": "string" }
},
"additionalProperties": false
}