OpenAPI: Fix ValidationError message attribute (#90846)

It's `message`, not `msg`. It's been fixed for a while here: https://github.com/grafana/grafana-openapi-client-go/blob/9ef69836127d783a63b2d0c61b2f8bf3de0c8e86/scripts/pull-schema.sh#L46-L49

I've also reflected the change in the tests
This commit is contained in:
Julien Duchesne
2024-08-26 10:05:37 -04:00
committed by GitHub
parent 087df1d8e5
commit 3ac8760321
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -4380,7 +4380,7 @@
},
"ValidationError": {
"properties": {
"msg": {
"message": {
"example": "error message",
"type": "string"
}