Remove format for plugin routes (#31633)

This commit is contained in:
Marcus Olsson 2021-03-03 16:01:08 +01:00 committed by GitHub
parent 9e0d84f1cf
commit 5cbc58fd97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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. |

View File

@ -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",