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
Upon sending a request with an invalid JSON request body, the response returns a allOf constraint violation in the list of violations when allOf is used in the request body JSON schema of the operation. This constraint violation is unclear in the context of the response as the actual constraint violation is above it.
Upon sending a request with an invalid JSON request body, the response returns a
allOf
constraint violation in the list of violations whenallOf
is used in the request body JSON schema of the operation. This constraint violation is unclear in the context of the response as the actual constraint violation is above it.Assume the following request body JSON schema:
When sending a request to the operation without
someProperty
property inside the request body, the following error response is returned:Here the
allOf
constraint violation is unclear and redundant for the API consumer. I'd expect the response to be the following:The text was updated successfully, but these errors were encountered: