Skip to content

Commit 2ca4e4d

Browse files
committed
automated release 1.3.7
1 parent 1f03f55 commit 2ca4e4d

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

dist/plugin.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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.github.io/grafana-json-datasource"
24+
},
25+
{
26+
"name": "Website",
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.7",
39+
"updated": "2023-10-18"
40+
},
41+
"dependencies": {
42+
"grafanaDependency": ">=8.5.13",
43+
"grafanaVersion": "8.5.x",
44+
"plugins": []
45+
}
46+
}

0 commit comments

Comments
 (0)