Dashboards: Add Dashboard Schema validation (1) (#103662)

This commit is contained in:
Marco de Abreu
2025-04-11 16:52:46 +00:00
committed by GitHub
parent 920c7b1de5
commit 95f04c79cd
30 changed files with 3086 additions and 34 deletions
@@ -793,7 +793,8 @@ func createDashboardObject(t *testing.T, title string, folderUID string, generat
},
},
"spec": map[string]interface{}{
"title": title,
"title": title,
"schemaVersion": 41,
},
},
}