diff --git a/pkg/tests/apis/openapi_snapshots/dashboard.grafana.app-v2alpha1.json b/pkg/tests/apis/openapi_snapshots/dashboard.grafana.app-v2alpha1.json index 244a8e591b1..860c9cc605c 100644 --- a/pkg/tests/apis/openapi_snapshots/dashboard.grafana.app-v2alpha1.json +++ b/pkg/tests/apis/openapi_snapshots/dashboard.grafana.app-v2alpha1.json @@ -3912,6 +3912,13 @@ "value" ], "properties": { + "properties": { + "description": "Additional properties for multi-props variables", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "selected": { "description": "Whether the option is selected or not", "type": "boolean" diff --git a/pkg/tests/apis/openapi_snapshots/dashboard.grafana.app-v2beta1.json b/pkg/tests/apis/openapi_snapshots/dashboard.grafana.app-v2beta1.json index 8588ee9707a..a13fafe14e6 100644 --- a/pkg/tests/apis/openapi_snapshots/dashboard.grafana.app-v2beta1.json +++ b/pkg/tests/apis/openapi_snapshots/dashboard.grafana.app-v2beta1.json @@ -3939,6 +3939,13 @@ "value" ], "properties": { + "properties": { + "description": "Additional properties for multi-props variables", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, "selected": { "description": "Whether the option is selected or not", "type": "boolean"