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
I have been doing some tests with this library and came across a situation where the library is unable to validate the request payload properly if some extra fields are present.
Expectation: This should pass. { "category": "test" }
Result: request body has an error: doesn't match schema #/components/schemas/PetWithCategory: property "category" is unsupported
I have been doing some tests with this library and came across a situation where the library is unable to validate the request payload properly if some extra fields are present.
Expectation: This should pass.
{ "category": "test" }
Result:
request body has an error: doesn't match schema #/components/schemas/PetWithCategory: property "category" is unsupported
The text was updated successfully, but these errors were encountered: