-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
managing other types of error instead of only validationErrors
they are passed on error through detail field
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jotamusik/async-validator", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "An AsyncAPI schema validator that shows the errors on a definition", | ||
"main": "src/index.js", | ||
"bin": { | ||
|
@@ -21,7 +21,9 @@ | |
"asyncapi", | ||
"validator" | ||
], | ||
"scripts": {}, | ||
"scripts": { | ||
"test": "bin/async-validator -f ../netex/lcloud/asyncapi/definitionV2.yml" | ||
}, | ||
"author": "Jorge Aguiar Martin <[email protected]>", | ||
"repository": { | ||
"type" : "git", | ||
|
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