Skip to content

Commit

Permalink
remove more maxContains
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Nov 20, 2023
1 parent ec553d7 commit 1d3aa49
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/draft-next/maxContains.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
"description": "two items still valid against lone maxContains",
"data": [1, 2],
"valid": true
},
{
"description": "one property valid against lone maxContains",
"data": { "a": 1 },
"valid": true
},
{
"description": "two properties still valid against lone maxContains",
"data": { "a": 1, "b": 2 },
"valid": true
}
]
},
Expand Down

0 comments on commit 1d3aa49

Please sign in to comment.