mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Remove format for plugin routes (#31633)
This commit is contained in:
parent
9e0d84f1cf
commit
5cbc58fd97
@ -23,6 +23,7 @@ The plugin.json file is required for all plugins. When Grafana starts, it scans
|
||||
| `$schema` | string | No | Schema definition for the plugin.json file |
|
||||
| `alerting` | boolean | No | For data source plugins. If the plugin supports alerting. |
|
||||
| `annotations` | boolean | No | For data source plugins. If the plugin supports annotation queries. |
|
||||
| `autoEnabled` | boolean | No | Set to true for app plugins that should be enabled by default in all orgs |
|
||||
| `backend` | boolean | No | If the plugin has a backend component. |
|
||||
| `category` | string | No | Plugin category used on the Add data source page. Possible values are: `tsdb`, `logging`, `cloud`, `tracing`, `sql`, `enterprise`, `other`. |
|
||||
| `executable` | string | No | The first part of the file name of the backend component executable. There can be multiple executables built for different operating system and architecture. Grafana will check for executables named `<executable>_<$GOOS>_<lower case $GOARCH><.exe for Windows>`, e.g. `plugin_linux_amd64`. Combination of $GOOS and $GOARCH can be found here: https://golang.org/doc/install/source#environment. |
|
||||
|
@ -357,8 +357,7 @@
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string",
|
||||
"description": "For data source plugins. URL to fetch the authentication token.",
|
||||
"format": "uri"
|
||||
"description": "For data source plugins. URL to fetch the authentication token."
|
||||
},
|
||||
"params": {
|
||||
"type": "object",
|
||||
|
Loading…
Reference in New Issue
Block a user