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
Committee gives an error that the $ref is not an URI, while it is a valid URI with a fragment containing a JSON pointer.
If I make the $ref into something like file.yaml#/paths/resource, and replace the path in file.yaml with resource, it does work and Committee gives no errors.
I have document with a
$ref
for an operation of the formand
file.yaml
containsCommittee gives an error that the $ref is not an URI, while it is a valid URI with a fragment containing a JSON pointer.
If I make the
$ref
into something likefile.yaml#/paths/resource
, and replace the path infile.yaml
withresource
, it does work and Committee gives no errors.JSON pointer spec: https://datatracker.ietf.org/doc/html/rfc6901
The text was updated successfully, but these errors were encountered: