forked from kiranz/just-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: validate json body from compound schema, dereference $refs, & a…
…llow specifying json pointer witin file Previously, body validation according to a JSON schema in a file only supported a simple flat file. This change allows specifying any arbitrary node within a json schema (via json pointer). It also automatically de-references all remote or local external file $refs within the schema as needed.
- Loading branch information
Showing
3 changed files
with
9,344 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.