mirror of https://github.com/grafana/grafana
Scuemata: Simplify grafana-cli cue validation tests (#33913)
* Simplify tests * Make PanelFieldConfig optional in missing panel scenariopull/33758/head^2
parent
b55b3307c1
commit
ff262ed3fb
@ -1,22 +0,0 @@ |
||||
package grafanaschema |
||||
|
||||
Family: { |
||||
lineages: [ |
||||
[ |
||||
{ |
||||
PanelOptions: { |
||||
showStarred: bool | *true |
||||
showRecentlyViewed: bool | *false |
||||
showSearch: bool | *false |
||||
showHeadings: bool | *true |
||||
maxItems: int | *10 |
||||
query: string | *"" |
||||
folderId?: int |
||||
tags: [...string] | *[] |
||||
}, |
||||
PanelFieldConfig: {} |
||||
} |
||||
] |
||||
] |
||||
migrations: [] |
||||
} |
||||
@ -1,17 +0,0 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Dashboard list", |
||||
"id": "dashlist", |
||||
"skipDataQuery": true, |
||||
"info": { |
||||
"description": "List of dynamic links to other dashboards", |
||||
"author": { |
||||
"name": "Grafana Labs", |
||||
"url": "https://grafana.com" |
||||
}, |
||||
"logos": { |
||||
"small": "img/icn-dashlist-panel.svg", |
||||
"large": "img/icn-dashlist-panel.svg" |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue