rest
rest copied to clipboard
Add support for enabling `CustomSchemaApplier` while declaring route instead of a method reciever
- the idea is if i have a
Usermodel inside my code, i believe implementing theCustomSchemaApplierinside my codebase makes the model cluttered. i think users should be able to embedCustomSchemaApplierat the point of document declaration. which separates the concern of the model and documentation.