Files
grafana/vendor/github.com/apache/arrow/go/arrow/numeric.schema.json
T
Sofia Papagiannaki fc08c26025 WIP: Spawn backend plugins v2 (#19835)
* WIP: Spawn backend plugins v2

* Add test for plugin version

* Fix support for SDK plugins

Co-authored-by: Kyle Brandt <kyle@kbrandt.com>
Co-authored-by: Marcus Olsson <olsson.e.marcus@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>

* WIP: Draft PR for fork of V2 sdk / bi-directional support (#19890)

* temporary use export-datasource-plugin branch of grafana-plugin-sdk

* fix failing test

* remove debug (spew) lines

* misc cleanup

* add expressions feature toggle

* use latest grafana-plugin-sdk-go
2019-10-24 17:15:27 +02:00

15 lines
267 B
JSON

{
"title": "templates",
"type": "array",
"items": {
"title": "template",
"type": "object",
"properties": {
"Name": {
"type": "string",
"description": "The name of the template type"
}
},
"required": ["Name"]
}
}