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 4e5649c commit d6490e8Copy full SHA for d6490e8
tests/draft-next/dynamicRef.json
@@ -504,15 +504,23 @@
504
"expectedTypes": {
505
"strings": {
506
"$id": "east",
507
- "$dynamicAnchor": "foo",
508
- "type": "string",
509
- "$ref": "inner"
+ "$ref": "inner",
+ "$defs": {
+ "foo": {
510
+ "$dynamicAnchor": "foo",
511
+ "type": "string"
512
+ }
513
514
},
515
"integers": {
516
"$id": "west",
- "type": "integer",
517
518
519
520
521
+ "type": "integer"
522
523
524
}
525
526
0 commit comments