Skip to content

Commit 0f64c3c

Browse files
committed
uniqueItems
1 parent b592d8b commit 0f64c3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jsonschema/validators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def extend(validator, validators, version=None):
277277
u"propertyNames": _validators.propertyNames,
278278
u"required": _validators.required,
279279
u"type": _validators.type,
280+
u"uniqueItems": _validators.uniqueItems,
280281
},
281282
version="draft6",
282283
)

0 commit comments

Comments
 (0)