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

openapi3filter: Include schema ref or title in response body validation errors #699

Merged
merged 11 commits into from Dec 14, 2022

Commits on Mar 23, 2022

  1. Copy the full SHA
    09be236 View commit details
    Browse the repository at this point in the history
  2. Update comment to OpenAPI v3.0.3 and add link to the specification do…

    …cument
    Steve Lessard committed Mar 23, 2022
    Copy the full SHA
    543f56e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Copy the full SHA
    e320853 View commit details
    Browse the repository at this point in the history
  2. Fix issue getkin#367

    Steve Lessard committed Mar 31, 2022
    Copy the full SHA
    85a4de6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Get back to 100% in sync with upstream, https://github.com/getkin/kin…

    …-openapi
    
    Merge branch 'master' of https://github.com/getkin/kin-openapi
    
    # Conflicts:
    #	routers/gorillamux/router.go
    Steve Lessard committed Jun 1, 2022
    Copy the full SHA
    dff5cc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge pull request #1 from getkin/master

    merge from getkin/kin-openapi master to local master
    slessard committed Jun 7, 2022
    Copy the full SHA
    a3b0058 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

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

Commits on Nov 29, 2022

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

Commits on Dec 9, 2022

  1. Copy the full SHA
    745582c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Add an identifier for the schema in a ResponseError's Reason field

    With this change it is possible to identify which schema isn't matched by the response. This is especially helpful if SchemaError has an error message customizer function that is cutting out the very, very verbose schema dump for each invalid field in the response
    Steve Lessard committed Dec 10, 2022
    Copy the full SHA
    51a9798 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Add PR comments

    - refactor how a schema's identifier is resolved.
    - When including the schema's identifier in an error message add a leading space when the identifier is not an empty string
    Steve Lessard committed Dec 13, 2022
    Copy the full SHA
    bf9e5af View commit details
    Browse the repository at this point in the history