Giter Club home page Giter Club logo

Comments (3)

kevinccbsg avatar kevinccbsg commented on June 5, 2024 2

Hi @Azraelless and @Brenndoerfer,

As @Brenndoerfer said we are sending the info as the OpenAPI says so we think there is a problem related to the swagger-ui library. We could only reproduce this by adding the yaml in the https://editor.swagger.io/ website If you use the page that this library renders you can see the example in the right format like in this screenshot.

Screen Shot 2020-11-08 at 17 49 05

We created an issue in the swagger-ui library swagger-api/swagger-ui#6595 to track this or see if there is another solution 🤔

from express-jsdoc-swagger.

Brenndoerfer avatar Brenndoerfer commented on June 5, 2024

Experiencing the same.

I've looked at the parsePaths output but both look the same. Could that be an issue with swagger-ui-express rendering?

"requestBody": {
        "content": {
          "application/json": {
            "schema": {
              "type": "object"
            },
            "examples": {
              "example1": {
                "summary": "example payload",
                "value": "{\n  \"c\": \"Bury The Light\",\n  \"artist\": \"Casey Edwards ft. Victor Borba\",\n  \"year\": 2020\n}"
              }
            }
          }
        },

 "responses": {
        "200": {
          "description": "Success response",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "examples": {
                "example1": {
                  "summary": "example success response",
                  "value": "{\n  \"claim_email\": \"[email protected]\"\n  \"claim_expire_ts\": \"TODO\",\n}"
                }
              }
            }
          }
        }

image

from express-jsdoc-swagger.

thuydx55 avatar thuydx55 commented on June 5, 2024

Hi, I've created PR #104 to solve this problem

from express-jsdoc-swagger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.