When using RapiDoc with a schema that has a self referencing property, the property value in Example view is built by prepending the full spec-url path to the $ref anchor.
Expected behavior:
"name" : { }
or
"name" : "...."
Actual behavior:
"name" : pointer location to the component with filename in example.
I also notice that the UI takes so much longer to load when such recursions are present.
When using RapiDoc with a schema that has a self referencing property, the property value in Example view is built by prepending the full spec-url path to the $ref anchor.
Expected behavior:
"name" : { }
or
"name" : "...."
Actual behavior:
"name" : pointer location to the component with filename in example.
I also notice that the UI takes so much longer to load when such recursions are present.