GithubHelp home page GithubHelp logo

Comments (7)

Mague avatar Mague commented on May 22, 2024 1

Hello, I already installed that version and if it worked correctly. How do I share my specification file?

from express-openapi-validator.

Mague avatar Mague commented on May 22, 2024 1

`
openapi: 3.0.1
info:
title: Lol
description: >-
Welcome
Enmanuel Molina
contact:
email: [email protected]
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
version: 1.0.0
servers:

  • url: 'http://localhost:3000'
    tags:

  • name: auth
    description: Autentifica los datos de un usuario y genera token de acceso
    paths:
    /auth/signin:
    post:
    summary: ''
    description: Autentifica los datos de un usuario y genera token de acceso
    operationId: logIn
    requestBody:
    description: Objeto de usuario necesario para logear
    content:
    application/json:
    schema:
    $ref: '#/components/schemas/Auth'
    required: true
    responses:
    "200":
    description: Default error sample response
    content:
    application/json:
    schema:
    $ref: '#/components/schemas/User'
    "401":
    description: Usuario o contraseña incorrectos
    content: {}
    default:
    description: unexpected error
    content:
    application/json:
    schema:
    $ref: "#/components/schemas/Error"
    tags:
    - auth
    components:
    schemas:
    Auth:
    required:
    - userName
    - pwd
    type: object
    properties:
    userName:
    type: string
    example: "admin"
    pwd:
    type: string
    example: "superman"
    xml:
    name: Auth
    User:
    type: object
    properties:
    status:
    type: boolean
    example: true
    id:
    type: integer
    example: 1
    name:
    type: string
    example: "Enmanuel Molina"
    email:
    type: string
    example: "[email protected]"
    phone:
    type: string
    example: '+584267257288'
    xml:
    name: User
    NewAttribute:
    required:
    - name
    properties:
    name:
    type: string

    Attribute:
    allOf:
    - $ref: "#/components/schemas/NewAttribute"
    - required:
    - id
    properties:
    id:
    type: integer
    format: int64
    Error:
    required:
    - code
    - message
    properties:
    code:
    type: integer
    format: int32
    message:
    type: string

`

from express-openapi-validator.

cdimascio avatar cdimascio commented on May 22, 2024 1

Thanks @Mague

from express-openapi-validator.

Mague avatar Mague commented on May 22, 2024

I forgot what I used to fix it
const openApiRoute = (path[0] == "/") ? ${path}:${bp}${path}${path};

from express-openapi-validator.

cdimascio avatar cdimascio commented on May 22, 2024

Thanks for the ticket @Mague. I will have a look.

from express-openapi-validator.

cdimascio avatar cdimascio commented on May 22, 2024

@Mague i've delivered a fix. see version 0.21.2. please give it a try.
The fix is more careful about the trailing slash when composing the api path with the openapi base path

from express-openapi-validator.

cdimascio avatar cdimascio commented on May 22, 2024

id be interested to see your openapi spec if your able to paste its contents here

from express-openapi-validator.

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.