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
Using a schema with a ref in it that points to the same document fails with the error
failed to load spec versions: failed to load resource at "the/schema/location": failed to localize refs: map key "components" not found
An example ref would be: $ref: '#/components/schemas/Foobar'
a workaround is changing the ref to point to the current file, ie: $ref: ./foo.yaml#/components/schemas/Foobar
The text was updated successfully, but these errors were encountered:
Using a schema with a ref in it that points to the same document fails with the error
An example ref would be:
$ref: '#/components/schemas/Foobar'
a workaround is changing the ref to point to the current file, ie:
$ref: ./foo.yaml#/components/schemas/Foobar
The text was updated successfully, but these errors were encountered: