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
Reading over the comments on #152, I'd like to propose that we name this unified single Schema something like StrictSchema.
I think that might make it a bit clearer when explaining that marshmallow.Schema works fine, but we recommend using StrictSchema to enforce the OpenApi specification on input/outputs.
RequestSchema
is only needed in v2 to reject additional fieldsResponseSchema
is currently not playing too well with IDE (pycharm cough) because its missing a constructor with the kwargs (see ResponseSchema is missing constructor parameters #137)For those reasons I think we should refactor that into a single class that we use in all the tutorials and doc.
The text was updated successfully, but these errors were encountered: