Skip to content

Commit

Permalink
automated release 1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor committed May 14, 2024
1 parent 1923cff commit c7b652f
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"$schema": "https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "JSON API",
"id": "marcusolsson-json-datasource",
"metrics": true,
"logs": true,
"annotations": true,
"info": {
"description": "A data source plugin for loading JSON APIs into Grafana.",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["json", "api"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Documentation",
"url": "https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/"
},
{
"name": "Github",
"url": "https://github.com/grafana/grafana-json-datasource"
},
{
"name": "License",
"url": "https://github.com/grafana/grafana-json-datasource/blob/main/LICENSE"
}
],
"screenshots": [
{ "name": "Explore (Dark)", "path": "img/dark.png" },
{ "name": "Explore (Light)", "path": "img/light.png" }
],
"version": "1.3.15",
"updated": "2024-05-14"
},
"dependencies": {
"grafanaDependency": ">=8.5.13",
"grafanaVersion": "8.5.x",
"plugins": []
}
}

0 comments on commit c7b652f

Please sign in to comment.