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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Does dredd --loglevel=debug uncover something?
Yes
API description parser error in /Users/onave/Documents/Workspace/iceberg-api-specification/definitions/accounts.yml:301 (from line 301 column 17 to column 66): Only local references to '#/components' within the same file are supported
The text was updated successfully, but these errors were encountered:
Thank you! This is a known limitation which has been put in place for security reasons some time ago. Basically it is a duplicate of #676. I'll comment there to keep the conversation at one place.
Describe the bug
Dredd only accepts references to #/comments within the same file.
To Reproduce
Add a reference to an external #/comments in your current yml file.
Expected behavior
Dredd should recognize the reference and read the specifications from the external file.
What is in your
dredd.yml
?What's your
dredd --version
output?Does
dredd --loglevel=debug
uncover something?Yes
The text was updated successfully, but these errors were encountered: