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
Expected behavior
Not sure yet why we get a TypeB (not shown) and TypeB2, maybe cause here by the bug as it has different type (ref). I would expect the $ref value to be "#/components/schemas/TypeC" and not "#/components/schemas/#/properties/b/properties/c". I am not an OpenApi expert but it does not look like a valid type reference and it fails to parse in all tools I tried.
The text was updated successfully, but these errors were encountered:
Describe the bug
Incorrect type reference returned for certain class (record) structure.
Steps To Reproduce
Observed behavior
Here is a portion of the file with the offending content. Look at the $ref type.
Expected behavior
Not sure yet why we get a TypeB (not shown) and TypeB2, maybe cause here by the bug as it has different type (ref). I would expect the $ref value to be "#/components/schemas/TypeC" and not "#/components/schemas/#/properties/b/properties/c". I am not an OpenApi expert but it does not look like a valid type reference and it fails to parse in all tools I tried.
The text was updated successfully, but these errors were encountered: