You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -892,7 +892,7 @@ array (an RFC 9457 extension member). A non-combinator failure yields a single e
892
892
| `type` | string | Always `about:blank` (no per-error type URI). |
893
893
| `title` | string | Always `Bad Request`. |
894
894
| `status` | integer | Always `400`. |
895
-
| `detail` | string | Human-readable description (a leaf message, or `matched 0 of N oneOf branches` for a combinator). |
895
+
| `detail` | string | Human-readable description (a leaf message; for a combinator, `matched 0 of N oneOf branches` or `did not match any anyOf branch`). |
896
896
| `errors` | array | One entry per failure; omitted when empty. Each entry has the fields below. |
897
897
898
898
Each `errors[]` entry:
@@ -917,7 +917,7 @@ Example body for `POST /form-echo` with `age=abc` (`age` is declared as `integer
917
917
}
918
918
```
919
919
920
-
Example body for a `oneOf` request body that matches no branch — one entry per branch,
920
+
Example body for a `oneOf` request body that matches no branch — one entry per failed branch,
0 commit comments