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
The ValidationErrors component references itself in a object form. When I paste the YAML spec into the Swagger validator it passes and the inspector correctly shows a nested reference. When I run Validate on the document I get this error:
invalid components: schema "ValidationErrors": found unresolved ref: "#/components/schemas/ValidationErrors"
I am setting the references manually in my own document generator.
The text was updated successfully, but these errors were encountered:
Here is the result of using this library to generate a spec: https://gist.github.com/eltiare/01fa16eaac084e09f22b70afe1abdbb8
The
ValidationErrors
component references itself in a object form. When I paste the YAML spec into the Swagger validator it passes and the inspector correctly shows a nested reference. When I runValidate
on the document I get this error:I am setting the references manually in my own document generator.
The text was updated successfully, but these errors were encountered: