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

Switch oas-validator to @stoplightio/spectral #410

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

Commits on Jul 1, 2021

  1. Switch oas-validator to @stoplightio/spectra

    Most tests are passing but some are still failing.
    
    Signed-off-by: Ayrton Sparling <ayrton@sparling.us>
    FallingSnow committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    0c261e7 View commit details
    Browse the repository at this point in the history
  2. Fix deprecated new Buffer()

    Switched to Buffer.from()
    
    Signed-off-by: Ayrton Sparling <ayrton@sparling.us>
    FallingSnow committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    799c2b5 View commit details
    Browse the repository at this point in the history
  3. All tests are running now

    Implement a partial getLinkLocationType:
    Technically 'title' type does not exist, it should be file. operationRef follows the same guidelines as $ref. See https://swagger.io/docs/specification/using-ref/
    The only types that **really** exist are local, remote, and url.
    
    Signed-off-by: Ayrton Sparling <ayrton@sparling.us>
    FallingSnow committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    4e914f9 View commit details
    Browse the repository at this point in the history
  4. Update package-lock.json

    Signed-off-by: Ayrton Sparling <ayrton@sparling.us>
    FallingSnow committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    b0128f4 View commit details
    Browse the repository at this point in the history
  5. Add OAS3.1 and check for non-matches

    Signed-off-by: Ayrton Sparling <ayrton@sparling.us>
    FallingSnow committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a1a3a53 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

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