mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
61cd9eeb24
* Kinds: Generate JSON report * Kinds: Add Validate/Write support for JSON report * Kinds: Report format * Kinds: Report new line * Kinds: Use kindsys.SomeKindMeta to generate the report * Move kinds report generation to the end * Re-structure kinds report JSON output * Make prettier to ignore kinds json report * Minor on kinds report generation * Fix toggles_gen test
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"core": [
|
|
{
|
|
"name": "Dashboard",
|
|
"pluralName": "Dashboards",
|
|
"machineName": "dashboard",
|
|
"pluralMachineName": "dashboards",
|
|
"lineageIsGroup": false,
|
|
"maturity": "merged",
|
|
"currentVersion": [
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
{
|
|
"name": "Playlist",
|
|
"pluralName": "Playlists",
|
|
"machineName": "playlist",
|
|
"pluralMachineName": "playlists",
|
|
"lineageIsGroup": false,
|
|
"maturity": "merged",
|
|
"currentVersion": [
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
{
|
|
"name": "Team",
|
|
"pluralName": "Teams",
|
|
"machineName": "team",
|
|
"pluralMachineName": "teams",
|
|
"lineageIsGroup": false,
|
|
"maturity": "merged",
|
|
"currentVersion": [
|
|
0,
|
|
0
|
|
]
|
|
}
|
|
],
|
|
"raw": [
|
|
{
|
|
"name": "SVG",
|
|
"pluralName": "SVGs",
|
|
"machineName": "svg",
|
|
"pluralMachineName": "svgs",
|
|
"lineageIsGroup": false,
|
|
"maturity": "merged",
|
|
"extensions": [
|
|
"svg"
|
|
]
|
|
}
|
|
],
|
|
"composable": []
|
|
} |