Skip to content

Commit 9a98a6e

Browse files
authored
Merge pull request #739 from Relequestual/master
Fix enum definition according to spec.
2 parents 08720c1 + 003d885 commit 9a98a6e

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)