-
The OpenAPI document does not specify a request body, but the request contains a body.
-
The OpenAPI document requires a request body, but the request does not contain a body.
-
The OpenAPI document specifies a security scheme, but the request does not contain data required by that scheme.
-
The OpenAPI document specifies a security scheme, but the request does not meet the requirements of that scheme.
-
The OpenAPI document requires a request header, but the request does not contain that header.
-
The OpenAPI document requires a query parameter, but the request does not contain that query parameter.
-
The OpenAPI document requires a parameter, but the request does not contain that parameter.
-
The OpenAPI document requires a parameter with a value from an enumerated set, but the parameter value from the request does not exist in the set.
-
The OpenAPI document requires a single parameter value, but the request contains multiple parameter values.
-
The OpenAPI document requires a maximum number of parameter values, but the request parameter contains more values than that number.
-
The OpenAPI document requires a minimum number of parameter values, but the request parameter contains fewer values than that number.
-
The OpenAPI document requires a parameter with only unique values, but the request parameter contains duplicate values.
-
The request contains a
Content-Type
header with an invalid value. -
The request contains an
Accept
header with an invalid value. -
The OpenAPI document requires JSON content, but the request contains invalid JSON content.
-
A validation failure that is not explicitly expected has occurred.