Skip to content

Commit

Permalink
ADD description for an array validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Боронин Дмитрий Алексеевич committed Sep 12, 2016
1 parent 38553c4 commit 12862f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var scheme = {
}
},
users : {
array : {
array : { // check each element of an array on validating inner object params
enum : [ 1, 2, 3, 4 ]
}
},
Expand Down

0 comments on commit 12862f8

Please sign in to comment.