jschaefer77

Results 4 comments of jschaefer77

Hey @savage-alex , I stumbled across the same issue and think the UX has gotten even more worse by now. In your shared screenshot with elements the API base URL...

@savage-alex , were you able to solve the issue somehow meanwhile?

Hi. I observed a similar issue today. If I use the above sample OpenAPI file and remove the email, nothing will be shown in elements. I would assume, the link...

To reproduce. Here a simple oas example. `openapi: 3.0.0 info: title: LinkTest version: '1.0' servers: - url: 'http://localhost:3000' paths: '/users/{userId}': parameters: - schema: type: integer name: userId in: path required:...