Unknown Schemas on FastAPI Swagger #405
-
There are some unkown schemas showing off in my FastAPI Swagger Is there any way to hide them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
As far as I can tell, seems these fields are growing in numbers. What are those? Why they are being created? I |
Beta Was this translation helpful? Give feedback.
-
If you use just ormar models it will be clear. |
Beta Was this translation helpful? Give feedback.
If you use just ormar models it will be clear.
If you want to exclude fields and will reuse the same manually created models in different endpoints than it will be clear again.
If you exclude different fields in different endpoints than you still need to create as many models but you can rename them as you want.