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
can you clarify what you mean by "expect to see a reference to ..."
The references are resolved and that's how the schema is displayed. The resolution process does not maintain the reference links.
btw, you can simplify your schema a little with the removal of allOf at the root of your schema. add the nullable: true to the main schema and it does the same thing. similar to your unit schema, use nullable
Describe the bug
In the following example, the reference for
def-a
(ordef-b
) is not printed but only inlined.Expected behavior
I would expect to see a reference towards the definition
Minimal reproducible OpenAPI snippet(if possible)
Screenshots
I would expect to see a reference to
def-a
anddef-b
in the output of/api/configuration
Additional context
The text was updated successfully, but these errors were encountered: