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
Hello,
I have written a swagger.json file. The post operation contains two path parameters and one body parameter. the Body parameter type is defined in another JSON file and has other references etc.
I am trying to validate the file in the editor and keeps coming back with reference errors. Also I am trying to run this using Swagger UI and the body text box appears but the data type is not resolved to the correct complex type.