From 7d2d38fd94e305a203b9812fc677ca7aab77318f Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Fri, 11 Jul 2025 09:16:23 -0700 Subject: [PATCH] merge main --- pkg/registry/apis/datasource/openapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/apis/datasource/openapi.go b/pkg/registry/apis/datasource/openapi.go index 9c508d8d455..7058027a190 100644 --- a/pkg/registry/apis/datasource/openapi.go +++ b/pkg/registry/apis/datasource/openapi.go @@ -67,7 +67,7 @@ func (b *DataSourceAPIBuilder) PostProcessOpenAPI(oas *spec3.OpenAPI) (*spec3.Op if custom.SecureValues != nil { example := common.InlineSecureValues{} - ref := spec.MustCreateRef("#/components/schemas/com.github.grafana.grafana.pkg.apis.secret.v0alpha1.InlineSecureValue") + ref := spec.MustCreateRef("#/components/schemas/com.github.grafana.grafana.pkg.apimachinery.apis.common.v0alpha1.InlineSecureValue") secure := &spec.Schema{ SchemaProps: spec.SchemaProps{ Properties: make(map[string]spec.Schema),