12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"type": "object",
|
|
"required": ["url"],
|
|
"properties": {
|
|
"url": { "type": "string" },
|
|
"title": { "type": "string" },
|
|
"type": {
|
|
"type": "string",
|
|
"enum": ["grafana"]
|
|
}
|
|
}
|
|
}
|