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
I had originally thought this might have been an error with the dereferencer, but after some discussion in its issue tracker, it seems like the error might not be in the encoding of special characters to create the pointer, but in the Swagger Editor's decoding of the characters.
I believe I have I ran into a bug when defining some circular references. Here is my schema (simplified):
When I paste it into the Swagger editor, I get an error on this line:
If I manually replace the
%7B
and%7D
to{
and}
respectively, the error goes away:I had originally thought this might have been an error with the dereferencer, but after some discussion in its issue tracker, it seems like the error might not be in the encoding of special characters to create the pointer, but in the Swagger Editor's decoding of the characters.
See APIDevTools/json-schema-ref-parser#44
The text was updated successfully, but these errors were encountered: