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 a31b22b commit 3526b7bCopy full SHA for 3526b7b
errors.go
@@ -50,8 +50,9 @@ type ErrorObject struct {
50
}
51
52
// ErrorSource is an object containing references to the primary source of the error.
53
+// Only one field should be populated depending on the source of the error.
54
type ErrorSource struct {
- // Pointer is a string indicating the value in the request document that caused the error.
55
+ // Pointer is a JSON Pointer (RFC6901) indicating the value in the request document that caused the error.
56
Pointer string `json:"pointer,omitempty"`
57
58
// Parameter is a string indicating which query or path parameter caused the error.
0 commit comments