grafyaml/tests/schema/fixtures/dashboard-0002.json

18 lines
405 B
JSON

{
"dashboard": {
"new-dashboard": {
"rows": [
{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [],
"showTitle": false,
"title": "New row"
}
],
"title": "New dashboard"
}
}
}