Skip to content

Commit aa20445

Browse files
committed
Fix metadata
1 parent 0e2a81c commit aa20445

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
[![License](https://img.shields.io/github/license/marcusolsson/grafana-jsonapi-datasource)](LICENSE)
44
[![PRs welcome!](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contribute)
55

6-
A data source plugin for [Grafana](https://grafana.com) for loading JSON APIs into Grafana.
6+
A data source plugin for loading JSON APIs into [Grafana](https://grafana.com).
77

88
![Screenshot](https://raw.githubusercontent.com/marcusolsson/grafana-jsonapi-datasource/master/src/img/screenshot.png)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "marcusolsson-json-datasource",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "A data source plugin for loading JSON APIs into Grafana.",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
77
"test": "grafana-toolkit plugin:test",

src/plugin.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
23
"type": "datasource",
34
"name": "JSON API",
45
"id": "marcusolsson-json-datasource",
56
"metrics": true,
67
"logs": true,
78
"info": {
8-
"description": "",
9+
"description": "A data source plugin for loading JSON APIs into Grafana.",
910
"author": {
1011
"name": "Marcus Olsson",
12+
"email": "marcus.olsson@hey.com",
1113
"url": "https://marcus.se.net"
1214
},
1315
"keywords": ["json", "api"],

0 commit comments

Comments
 (0)