Skip to content

Commit 352be7d

Browse files
committed
add maxProperties validation
1 parent c36ec5e commit 352be7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/val.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ const VAL_API_PARAM = Dict{Symbol,Function}([
3939
:maxItems => val_max_length,
4040
:minItems => val_min_length,
4141
:uniqueItems => val_unique_items,
42+
:maxProterties => val_max_length,
43+
:minProterties => val_min_length,
4244
:enum => val_enum,
4345
])
4446

0 commit comments

Comments
 (0)