Difficulty in maintaining large OpenAPI Specs #1058
Replies: 1 comment
-
Hey @AniketGroww, I feel the pain of maintaining large OpenAPI files - the Microcks OpenAPI spec currently has something like +2100 lines. 😉
There may be some other options to consider out there. I'll call some friends for advice. |
Beta Was this translation helpful? Give feedback.
-
@lbroudoux , so for now, for a service say A, we have 10 apis, now each api has a request body and for that request body there are multiple response examples.
So, when we are maintaining an open api spec yaml, it comes around 2000, 3000 + lines, debugging and maintaining of which is very difficult. Postman collection is an option but again, there we cannot maintain dispatching rules, we have to import it seperately.
Is there any solution for this or any idea that you can share with us via which we can solve this ?
Beta Was this translation helpful? Give feedback.
All reactions