Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load fails on a schema that has a parameter of type file #122

Closed
maroux opened this issue Jul 25, 2016 · 3 comments
Closed

load fails on a schema that has a parameter of type file #122

maroux opened this issue Jul 25, 2016 · 3 comments

Comments

@maroux
Copy link
Contributor

maroux commented Jul 25, 2016

Example:

  /media/:
    post:
      summary: Upload media
      operationId: operation
      description: upload a file and reference it using a url.
      consumes: [ multipart/form-data ]
      parameters:
        - name: photo
          in: formData
          description: Photo to upload
          required: true
          type: file
@erikpotterbsx
Copy link

Also running into this issue. It's been open for a long time.. any plans to address this?

@erikpotterbsx
Copy link

Added support and created pull request:
#134

All it does at this point is not complain

@ahartoto
Copy link
Contributor

@erikpotterbsx, @pipermerriam I think we can close this now

@blag blag closed this as completed Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants