Skip to content

Commit

Permalink
test(schema): add exclusiveMinumum test
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Dec 14, 2019
1 parent 8925ebb commit 1c11bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/stringformats/simpletypes.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
"type": "number",
"description": "Just a number. Don't get too big.",
"exclusiveMaximum": 10,
"exclusiveMinimum": 0,
"version": "1.0.0",
"testProperty": "test"
},
Expand Down

0 comments on commit 1c11bcb

Please sign in to comment.