debian-mirror-gitlab/lib/gitlab/metrics/dashboard/validator/schemas/link.json

13 lines
207 B
JSON
Raw Normal View History

2020-10-24 23:57:45 +05:30
{
"type": "object",
"required": ["url"],
"properties": {
"url": { "type": "string" },
"title": { "type": "string" },
"type": {
"type": "string",
"enum": ["grafana"]
}
}
}