Ability to define schema name for generated paginated response #606
manuel-watchenterprise
started this conversation in
Ideas
Replies: 1 comment
-
Though I still believe this would be useful for the community, I've done this with our own extension. (not annotation but to automatically create / reuse typed paginated schema definitions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It can be personal taste to have everything in schemas but when it comes to code generators with hardly typed languages such as dart and java, it is almost required to have this option, otherwise ugly automatic names will appear in the application code. Also, it prevents duplications as multiple endpoints can return the same but all of them will have the full specification as it is not using schemas.
Beta Was this translation helpful? Give feedback.
All reactions