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 validation of path parameters and query parameters #68

Merged
merged 2 commits into from
Jan 22, 2019

Commits on Jan 16, 2019

  1. Fixed validators for path parameter and query parameter

    The following schema in specification can work properly
    - minimum
    - maximum
    - enum
    - pattern
    - minItems
    - maxItems
    jiachen1120 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    e0fbb66 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. - Optimized structure by moving unnecessary intermediate value `decod…

    …eParamValue`
    
    - Added comments to explain why would we check the length of queryParameterValues.
    - Added comments to explain why/when we need to validate the queryParameterValues directly instead of check its elements.
    jiachen1120 committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    7cef038 View commit details
    Browse the repository at this point in the history