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 7dc768a commit 9a11d89Copy full SHA for 9a11d89
tests/draft2019-09/ref.json
@@ -141,7 +141,7 @@
141
]
142
},
143
{
144
- "description": "ref overrides any sibling keywords",
+ "description": "ref applies alongside sibling keywords",
145
"schema": {
146
"$defs": {
147
"reffed": {
@@ -157,14 +157,14 @@
157
158
"tests": [
159
160
- "description": "ref valid",
+ "description": "ref valid, maxItems valid",
161
"data": { "foo": [] },
162
"valid": true
163
164
165
- "description": "ref valid, maxItems ignored",
166
- "data": { "foo": [ 1, 2, 3] },
167
- "valid": true
+ "description": "ref valid, maxItems invalid",
+ "data": { "foo": [1, 2, 3] },
+ "valid": false
168
169
170
"description": "ref invalid",
0 commit comments