Skip to content

Commit 003d885

Browse files
authored
Fix enum definition according to spec.
Issue: #717 enum no longer requires minimum number of items or unique items, in accordance with the spec.
1 parent 9b834f2 commit 003d885

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

meta/validation.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
"const": true,
5656
"enum": {
5757
"type": "array",
58-
"items": true,
59-
"minItems": 1,
60-
"uniqueItems": true
58+
"items": true
6159
},
6260
"type": {
6361
"anyOf": [

0 commit comments

Comments
 (0)