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
I have modeled my error responses with the same error schema:
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.
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'
The text was updated successfully, but these errors were encountered:
I have modeled my error responses with the same error schema:
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.
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'
The text was updated successfully, but these errors were encountered: