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(rulesets): avoid false errors from ajv #2408

Merged
merged 5 commits into from
Apr 25, 2023

Commits on Apr 5, 2023

  1. fix(rulesets): avoid false errors from ajv

    This commit modifies the oasExample function so
    that example fields are removed from the schema
    to be used for validation.  This is needed because
    the presence of an "example" field in a schema
    confuses ajv in certain scenarios.
    References:
    - stoplightio#2081
    - stoplightio#2140
    - ajv-validator/ajv#1426
    padamstx committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    88a5b2d View commit details
    Browse the repository at this point in the history
  2. docs(repo): fix lint warning in README

    Signed-off-by: Phil Adams <[email protected]>
    padamstx committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3ea22e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

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

Commits on Apr 25, 2023

  1. chore(rulesets): use traverse

    P0lip committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    48f81a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19ea9a View commit details
    Browse the repository at this point in the history