We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01eb901 commit 0cfd831Copy full SHA for 0cfd831
types.go
@@ -728,9 +728,9 @@ type (
728
// ErrorResponseDetail struct
729
ErrorResponseDetail struct {
730
Field string `json:"field"`
731
- Issue string `json:"issue"`
732
- Name string `json:"name"`
733
- Message string `json:"message"`
+ Value string `json:"value"`
+ Location string `json:"location"`
+ Issue string `json:"issue"`
734
Description string `json:"description"`
735
Links []Link `json:"link"`
736
}
0 commit comments