grafana/kinds/report.json
Joan López de la Franca Beltran 61cd9eeb24
Kinds: Generate JSON report (#59742)
* 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
2022-12-12 15:47:19 +01:00

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": []
}