About 49,500 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. 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 …

  7. 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 …

  8. 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), …

  9. Accessing HTTP headers from server code generated for a Node.js …

    Even though I've generated server stubs for a Node.js server using Swagger Editor (https://editor.swagger.io), I cannot access the content of HTTP request headers because the …

  10. Defining conditional attributes in OpenAPI - SmartBear Community

    If both are omitted, postal code must be present. If geo coordinates present, postal code is optional (will be ignored if present). I am having trouble defining such request in swagger …