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 8ff5624 commit 1fbc7a7Copy full SHA for 1fbc7a7
tests/draft2019-09/meta/core.json
@@ -386,6 +386,32 @@
386
"$anchor": "himom@"
387
},
388
"valid": false
389
+ },
390
+ {
391
+ "description": "Fragment syntax disallowed",
392
+ "data": {
393
+ "$ref": "#foo",
394
+ "$defs": {
395
+ "A": {
396
+ "$anchor": "#foo",
397
+ "type": "integer"
398
+ }
399
400
401
+ "valid": false
402
403
404
+ "description": "Invalid characters disallowed",
405
406
+ "$ref": "#/a/b",
407
408
409
+ "$anchor": "/a/b",
410
411
412
413
414
415
}
416
]
417
0 commit comments