Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reused json schema is only converted once #496

Open
rubenVerschueren opened this issue Mar 9, 2023 · 0 comments
Open

reused json schema is only converted once #496

rubenVerschueren opened this issue Mar 9, 2023 · 0 comments

Comments

@rubenVerschueren
Copy link

I have modeled my error responses with the same error schema:
image
image

The output only converts the first time it encounters the json schema and leaves the others are references.
I want them all to be converted so I have a single clean file with no (or only internal) references.
image

Did I make a mistake in my setup of can I modify this in the settings somehow?

As a side note I initially had written the error schema as an open-api spec myself, but that also leads to just $ref links in the output:
schema:
$ref: '../schemas/error/error.yml'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant