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

fix: added fix to validate for top-level type in parameter schemas while using oneOf in request-validator plugin. #215

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. fix: added fix to validate for top-level type in parameter

    schemas while using oneOf in request-validator plugin.
    
    As of now, deck file openapi2kong command was not
    checking for multiple types used while creating parameter
    schemas with oneOf, which is not supported by Kong request-
    validator plugin. Thus, we are forcing for defining
    a top-level type property and erroring out in case
    it is not present.
    Prashansa-K committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8fd6eb3 View commit details
    Browse the repository at this point in the history
  2. fix: lint issue fix

    Prashansa-K committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0af6e73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18895e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10162c3 View commit details
    Browse the repository at this point in the history
  5. fix: lint fix

    Prashansa-K committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3daccb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    4230025 View commit details
    Browse the repository at this point in the history