rest icon indicating copy to clipboard operation
rest copied to clipboard

Add support for enabling `CustomSchemaApplier` while declaring route instead of a method reciever

Open shambel-amare opened this issue 1 year ago • 0 comments

  • 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.

shambel-amare avatar Jun 21 '24 20:06 shambel-amare