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
When I used the following OpenAPI specification file and try to get the OpenAPI object from the parser which is enabled with flatten option, the references created for inline object schemas are incorrect.
Hi,
When I used the following OpenAPI specification file and try to get the OpenAPI object from the parser which is enabled with flatten option, the references created for inline object schemas are incorrect.
OpenAPI specification:
Parser code:
The reference in the parsed object look like this:
admin.user schema
but it should be#/components/schemas/admin.user schema
.The text was updated successfully, but these errors were encountered: