File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json" ,
3+ "type" : " datasource" ,
4+ "name" : " JSON API" ,
5+ "id" : " marcusolsson-json-datasource" ,
6+ "metrics" : true ,
7+ "logs" : true ,
8+ "annotations" : true ,
9+ "info" : {
10+ "description" : " A data source plugin for loading JSON APIs into Grafana." ,
11+ "author" : {
12+ "name" : " Grafana Labs" ,
13+ "url" : " https://grafana.com"
14+ },
15+ "keywords" : [" json" , " api" ],
16+ "logos" : {
17+ "small" : " img/logo.svg" ,
18+ "large" : " img/logo.svg"
19+ },
20+ "links" : [
21+ {
22+ "name" : " Documentation" ,
23+ "url" : " https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/"
24+ },
25+ {
26+ "name" : " Github" ,
27+ "url" : " https://github.com/grafana/grafana-json-datasource"
28+ },
29+ {
30+ "name" : " License" ,
31+ "url" : " https://github.com/grafana/grafana-json-datasource/blob/main/LICENSE"
32+ }
33+ ],
34+ "screenshots" : [
35+ { "name" : " Explore (Dark)" , "path" : " img/dark.png" },
36+ { "name" : " Explore (Light)" , "path" : " img/light.png" }
37+ ],
38+ "version" : " 1.3.21" ,
39+ "updated" : " 2025-01-09"
40+ },
41+ "dependencies" : {
42+ "grafanaDependency" : " >=8.5.13" ,
43+ "grafanaVersion" : " 8.5.x" ,
44+ "plugins" : []
45+ }
46+ }
You can’t perform that action at this time.
0 commit comments