We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec553d7 commit 1d3aa49Copy full SHA for 1d3aa49
tests/draft-next/maxContains.json
@@ -15,16 +15,6 @@
15
"description": "two items still valid against lone maxContains",
16
"data": [1, 2],
17
"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
28
}
29
]
30
},
0 commit comments