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