From 1c11bcbe8d5fdc0834219a226e2323bf37a82bdd Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Sat, 14 Dec 2019 14:58:04 +0000 Subject: [PATCH] test(schema): add exclusiveMinumum test --- test/fixtures/stringformats/simpletypes.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixtures/stringformats/simpletypes.schema.json b/test/fixtures/stringformats/simpletypes.schema.json index d89fa80e..bb1d6b45 100644 --- a/test/fixtures/stringformats/simpletypes.schema.json +++ b/test/fixtures/stringformats/simpletypes.schema.json @@ -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" },