mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 12:22:15 +08:00
Chore: Remove provisional APIVersion from plugin info (#89831)
This commit is contained in:

committed by
GitHub

parent
55ba32bda7
commit
a22c1ae424
@ -128,9 +128,6 @@ type JSONData struct {
|
||||
|
||||
// App Service Auth Registration
|
||||
IAM *pfs.IAM `json:"iam,omitempty"`
|
||||
|
||||
// API Version: Temporary field while plugins don't expose a OpenAPI schema
|
||||
APIVersion string `json:"apiVersion,omitempty"`
|
||||
}
|
||||
|
||||
func ReadPluginJSON(reader io.Reader) (JSONData, error) {
|
||||
|
Reference in New Issue
Block a user