This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2025-02-25 18:55:37 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c52fd933f6
grafana
/
dashboard-schemas
/
panels
/
override.cue
13 lines
134 B
CUE
Raw
Normal View
History
Unescape
Escape
Dashboard Schemas (#28793) * cue mod init github.com/grafana/grafana/dashboard-schemas * dashboard-schemas: Document exporting to OpenAPI Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-11-24 01:54:34 -06:00
package
panels
dashboard-schemas cue 3.0.0 compatible (#29352) Lead all top-level properties that we do not intend to export with an underscore. In 2.2.0, only definitions starting with a capital letter were exported. As well, properties with a leading underscore were not visible to an entire package - just within the same file. 3.0.0 still considers them hidden, however, they are now visible to an entire package.
2020-11-25 00:43:09 -06:00
_override
:
{
Dashboard Schemas (#28793) * cue mod init github.com/grafana/grafana/dashboard-schemas * dashboard-schemas: Document exporting to OpenAPI Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-11-24 01:54:34 -06:00
matcher
:
{
id
:
string
options
:
string
}
properties
:
[
...
{
id
:
string
value
:
int
}
]
}
Reference in New Issue
Copy Permalink