Add ability to check Fern Definition against OpenAPI spec #6087
Labels
product/CLI
Fern's command line interface tool
spec/fern-definition
Using the Fern Definition for describing REST, Webhook, and WebSocket APIs.
spec/openapi
Using Swagger 2.x & OpenAPI 3.x for describing REST APIs.
How important is this?
P0 - Critical (Blocking work)
What's the feature?
We currently generate an openapi spec for our docs (and hopefully one day - SDKs!) using tsoa.
However, when it comes to ordering of properties, documenting fields, etc. tsoa is great, and I'd rather just use the fern definition.
Of course, I don't want by backend to drift from my openapi spec.
I think the ideal solution is to:
Of course, I could do this manually, but I think it would be awesome if fern supported this out-of-the-box!
Anything else? (Optional)
I would be down to contribute but would need some handholding
Are you interested in contributing this feature?
Yes
The text was updated successfully, but these errors were encountered: