Skip to content

Commit

Permalink
fix: rework depth, closes #592
Browse files Browse the repository at this point in the history
  • Loading branch information
pateketrueke committed Nov 11, 2020
1 parent ce42af1 commit 9bcaa1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/schema/core/option/refDepth.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
{
"subA": [
{
"subA": []
"subA": [
{
"subA": []
}
]
}
]
}
Expand Down

0 comments on commit 9bcaa1c

Please sign in to comment.