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
Isn't this expected if the dereferencing is pointing to an schema on the internet? Or are we discussing that the 500 must be handled (with that I do agree). Isn't this working if the $ref points to a reference in Registry?
I believe that a mapping is being provided. When the mapping is provided, and the $ref is not inside an allOf then it works. But if a mapping is provided and the $refis inside an allOf then it fails. That's my understanding. I haven't tested it yet.
I have confirmed the problem. References re-writes were not properly handled inside array objects (allof, anyof, oneof etc). I have fixed the problem in the PR I linked.
Description
Registry
Version: 2.6.x
Persistence type: All
Environment
Telus eval
Steps to Reproduce
specref.json
(valid JSON schema, content does not matter)Note the
$ref
inside theallOf
.The response is:
The text was updated successfully, but these errors were encountered: