You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's possible for schemas to be unused but still exist in the openapi spec. I think we can do some tree-shaking to ensure that unreferenced schemas get removed before we render it to the user. We can use the index/rolodex feature of libopenapi to help with this:
Another strategy is to only add schemas when they are referenced (and don't already exist). That would give us this same effect, and may be easier to support other features later on
Right now it's possible for schemas to be unused but still exist in the openapi spec. I think we can do some tree-shaking to ensure that unreferenced schemas get removed before we render it to the user. We can use the index/rolodex feature of libopenapi to help with this:
The text was updated successfully, but these errors were encountered: