You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/JsonSchemaTestSuiteTest.php
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,20 @@ private function shouldNotYieldTest(string $name): bool
174
174
'[draft6/ref.json]: URN base URI with r-component: a non-string is invalid is expected to be invalid',
175
175
'[draft6/ref.json]: URN base URI with q-component: a non-string is invalid is expected to be invalid',
176
176
'[draft6/ref.json]: URN base URI with URN and anchor ref: a non-string is invalid is expected to be invalid',
177
+
'[draft7/unknownKeyword.json]: $id inside an unknown keyword is not a real identifier: type matches second anyOf, which has a real schema in it is expected to be valid',
178
+
'[draft7/unknownKeyword.json]: $id inside an unknown keyword is not a real identifier: type matches non-schema in third anyOf is expected to be invalid',
179
+
'[draft7/refRemote.json]: $ref to $ref finds location-independent $id: non-number is invalid is expected to be invalid',
180
+
'[draft7/ref.json]: ref overrides any sibling keywords: ref valid, maxItems ignored is expected to be valid',
181
+
'[draft7/ref.json]: Reference an anchor with a non-relative URI: mismatch is expected to be invalid',
182
+
'[draft7/ref.json]: refs with relative uris and defs: invalid on inner field is expected to be invalid',
183
+
'[draft7/ref.json]: refs with relative uris and defs: invalid on outer field is expected to be invalid',
184
+
'[draft7/ref.json]: relative refs with absolute uris and defs: invalid on inner field is expected to be invalid',
185
+
'[draft7/ref.json]: relative refs with absolute uris and defs: invalid on outer field is expected to be invalid',
186
+
'[draft7/ref.json]: simple URN base URI with JSON pointer: a non-string is invalid is expected to be invalid',
187
+
'[draft7/ref.json]: URN base URI with NSS: a non-string is invalid is expected to be invalid',
188
+
'[draft7/ref.json]: URN base URI with r-component: a non-string is invalid is expected to be invalid',
189
+
'[draft7/ref.json]: URN base URI with q-component: a non-string is invalid is expected to be invalid',
190
+
'[draft7/ref.json]: URN base URI with URN and anchor ref: a non-string is invalid is expected to be invalid',
0 commit comments