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
As the title says, referencing the same object in request and response schemas results in error when clicking Try it: Cannot read properties of undefined (reading 'PROPERTYNAME'). It happens when the referenced files reference a common object by themselves. It happens with JSON and YAML schemas. I have prepared some files to reproduce the issue (link in steps below).
Hi!
As the title says, referencing the same object in request and response schemas results in error when clicking
Try it
:Cannot read properties of undefined (reading 'PROPERTYNAME')
. It happens when the referenced files reference a common object by themselves. It happens with JSON and YAML schemas. I have prepared some files to reproduce the issue (link in steps below).Example:
Steps to reproduce:
openapi.yaml
with vscodeTry it
(betweenpost
anddescription
)Best Regards
Josef
The text was updated successfully, but these errors were encountered: