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

Fixed bug where schema.type would not be recognised #1

Merged
merged 1 commit into from
Aug 27, 2018

Conversation

mingoes
Copy link
Contributor

@mingoes mingoes commented Aug 27, 2018

This fixes an issue where the following schema would result in an error.

"parameters": [
          {
            "name": "value",
            "in": "body",
            "required": false,
            "schema": {
              "type": "string"
            }
          }
        ]

@Manweill Manweill merged commit 1dcfe07 into Manweill:master Aug 27, 2018
@Manweill
Copy link
Owner

new version is v0.2.12 in npm

Manweill pushed a commit that referenced this pull request Sep 18, 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

Successfully merging this pull request may close these issues.

None yet

2 participants