About 49,600 results
Open links in new tab
  1. How to customize the swagger-editor to include other definitions ...

    Apr 14, 2025 · Basically I do have a collection of generated Swagger/ OpenAPI compatible schemas on JSON format and I want to show them on the default menus of the editor: Ideally I …

  2. How to express an array in a swagger definition

    How can I express an array of objects in a defition. Here's the sample json { "resourceType": "Patient", "extension": [{ "url":...

  3. Getting error in swaggger editor for valid YAML

    I have following yaml which I was trying to use in swagger editor. swagger: '2.0' info: title: API specification license: name:...

  4. SwaggerEditor: Cannot load external API definition

    --> The specified URL of the shared API file shows up in the Swagger UI part of the editor (on the right) below the service API title, so this seems to work. The reference I tried to use is to an …

  5. Swagger Editor 4.9.1 keeps restoring Petstore example

    Swagger Editor 4.9.1 keeps restoring Petstore example Hi, From the question you probably realized I'm new to swagger. My problem is that I simply cannot get rid of the petstore example …

  6. Dynamic/Variable servers URLs in the swagger document

    To include dynamic or variable server URLs in a Swagger document, you can make use of server variables. Server variables allow you to define placeholders in the server URLs that can be …

  7. Error installing swagger locally | SmartBear Community

    Here’s how you can download and run the Swagger Editor locally. It’s not as simple as downloading a .exe file and running it, you’ll need to download it using git, compile it using …

  8. Swagger $ref gives "Could not resolve reference: undefined …

    amarroqu Frequent Visitor 4 years ago Swagger $ref gives "Could not resolve reference: undefined undefined"

  9. Swagger Editor and Supporting Services - SmartBear Community

    Hello, I have been successful in running Docker containers for Swagger UI and Swagger Editor, from swaggerapi/swagger-ui and swaggerapi/swagger-editor (pulled from DockerHub), …

  10. Where is your work in the Swagger editor stored?

    Hi stokestack, Swagger Editor stores the file contents in the browser's localStorage. LocalStorage is isolated per URL origin, that's why you don't see the previous work when you run another …