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

25 get schemas from request and response bodies #26

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 3, 2019

  1. Add option to include request and response body schemas

    Include schemas from:
    
    paths/<path>/<httpmethod>/requestBody/content/<mimetype>/schema
    paths/<path>/<httpmethod>/responses/<httpcode>/content/<mimetype>/schema
    
    Closes instrumenta#25
    zeusttu committed May 3, 2019
    Configuration menu
    Copy the full SHA
    c34f8cb View commit details
    Browse the repository at this point in the history
  2. Do not downcase filenames

    zeusttu committed May 3, 2019
    Configuration menu
    Copy the full SHA
    11d254b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    483eda6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Make "content" key in body definition optional

    This was committed as a GitHub review suggestion.
    Commit message suggested by Github:
    
    Update openapi2jsonschema/util.py
    
    Co-authored-by: Adam Kitain <[email protected]>
    zeusttu and adamkitain authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    72d89f1 View commit details
    Browse the repository at this point in the history