Skip to content

Commit 1d3aa49

Browse files
committed
remove more maxContains
1 parent ec553d7 commit 1d3aa49

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/draft-next/maxContains.json

-10
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
"description": "two items still valid against lone maxContains",
1616
"data": [1, 2],
1717
"valid": true
18-
},
19-
{
20-
"description": "one property valid against lone maxContains",
21-
"data": { "a": 1 },
22-
"valid": true
23-
},
24-
{
25-
"description": "two properties still valid against lone maxContains",
26-
"data": { "a": 1, "b": 2 },
27-
"valid": true
2818
}
2919
]
3020
},

0 commit comments

Comments
 (0)