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

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

11 lines
224 B
JSON
Raw Normal View History

2020-06-23 00:09:42 +05:30
{
2021-06-08 01:23:25 +05:30
"$schema": "http://json-schema.org/draft-07/schema#",
2020-06-23 00:09:42 +05:30
"type": "array",
"required": ["url"],
"properties": {
"url": { "type": "string" },
"title": { "type": "string" }
},
"additionalProperties": false
}