Skip to content

Commit

Permalink
Readme updated (supported schemas)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe444 committed Aug 19, 2019
1 parent aaedfcd commit 69a81c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ in producer and @JsonIgnoreProperties(ignoreUnknown = true) (or equivalent) in c

Vaunt-Generator does not use "ref" (i. e. uses inlining) with the exception of JsonSchema (threat of StackOverflow).

Currently Vaunt Validator supports BooleanSchema, IntegerSchema, NumberSchema, ObjectSchema, StringSchema.
Currently Vaunt Validator supports BooleanSchema, IntegerSchema, NumberSchema, ObjectSchema, StringSchema, ArraySchema.

Vaunt validator validates in order how contract is specified i.e. when expectations are verified and no capabilities
match them, then in results the most similar expectations and corresponding errors are displayed
Expand Down

0 comments on commit 69a81c4

Please sign in to comment.