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
The replace logic may be a little haphazard--it could be that it would be more coherent to do in a pass after after processing the schema(s). Can you share the schema you're working with and perhaps show what you'd like the eventual output to look like? Thanks.
My current workaround is to either pre-process the schema as json first, replacing "items" with a $ref, or to just do string replacement on the generated source.
It would be nice to be able to replace types that are created "inline", e.g. for array items.
The text was updated successfully, but these errors were encountered: