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
the idea is if i have a User model inside my code,
i believe implementing the CustomSchemaApplier inside my codebase makes the model cluttered.
i think users should be able to embed CustomSchemaApplier at the point of document declaration. which separates the concern of the model and documentation.
The text was updated successfully, but these errors were encountered:
shambel-amare
changed the title
Add support for enabling CustomSchemaApplier while declaring route instead of a method
Add support for enabling CustomSchemaApplier while declaring route instead of a method reciever
Jun 21, 2024
User
model inside my code,i believe implementing the
CustomSchemaApplier
inside my codebase makes the model cluttered.i think users should be able to embed
CustomSchemaApplier
at the point of document declaration. which separates the concern of the model and documentation.The text was updated successfully, but these errors were encountered: