Skip to content

Commit 769c0e4

Browse files
fix: remove duplicate allOf and maxItems entries in draft2020-12 KNOWN set
Signed-off-by: Sagar Choudhary <sagar6203620715@gmail.com>
1 parent 601aa70 commit 769c0e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/jsonschema_suite

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ class SanityTests(unittest.TestCase):
281281
"$vocabulary",
282282
"additionalProperties",
283283
"allOf",
284-
"allOf",
285284
"anyOf",
286285
"const",
287286
"contains",
@@ -301,7 +300,6 @@ class SanityTests(unittest.TestCase):
301300
"items",
302301
"maxContains",
303302
"maxItems",
304-
"maxItems",
305303
"maxLength",
306304
"maxProperties",
307305
"maximum",

0 commit comments

Comments
 (0)