File tree 6 files changed +18
-18
lines changed
6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 465
465
"description" : " unevaluatedItems with $dynamicRef" ,
466
466
"schema" : {
467
467
"$schema" : " https://json-schema.org/draft/next/schema" ,
468
- "$id" : " https://example.com/derived" ,
468
+ "$id" : " https://example.com/unevaluated-items-with-dynamic-ref/ derived" ,
469
469
470
- "$ref" : " /baseSchema" ,
470
+ "$ref" : " . /baseSchema" ,
471
471
472
472
"$defs" : {
473
473
"derived" : {
478
478
]
479
479
},
480
480
"baseSchema" : {
481
- "$id" : " /baseSchema" ,
481
+ "$id" : " . /baseSchema" ,
482
482
483
483
"$comment" : " unevaluatedItems comes first so it's more likely to catch bugs with implementations that are sensitive to keyword ordering" ,
484
484
"unevaluatedItems" : false ,
Original file line number Diff line number Diff line change 719
719
"description" : " unevaluatedProperties with $dynamicRef" ,
720
720
"schema" : {
721
721
"$schema" : " https://json-schema.org/draft/next/schema" ,
722
- "$id" : " https://example.com/derived" ,
722
+ "$id" : " https://example.com/unevaluated-properties-with-dynamic-ref/ derived" ,
723
723
724
- "$ref" : " /baseSchema" ,
724
+ "$ref" : " . /baseSchema" ,
725
725
726
726
"$defs" : {
727
727
"derived" : {
731
731
}
732
732
},
733
733
"baseSchema" : {
734
- "$id" : " /baseSchema" ,
734
+ "$id" : " . /baseSchema" ,
735
735
736
736
"$comment" : " unevaluatedProperties comes first so it's more likely to catch bugs with implementations that are sensitive to keyword ordering" ,
737
737
"unevaluatedProperties" : false ,
Original file line number Diff line number Diff line change 484
484
"description" : " unevaluatedItems with $recursiveRef" ,
485
485
"schema" : {
486
486
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
487
- "$id" : " https://example.com/extended-tree" ,
487
+ "$id" : " https://example.com/unevaluated-items-with-recursive-ref/ extended-tree" ,
488
488
489
489
"$recursiveAnchor" : true ,
490
490
491
- "$ref" : " /tree" ,
491
+ "$ref" : " . /tree" ,
492
492
"items" : [
493
493
true ,
494
494
true ,
497
497
498
498
"$defs" : {
499
499
"tree" : {
500
- "$id" : " /tree" ,
500
+ "$id" : " . /tree" ,
501
501
"$recursiveAnchor" : true ,
502
502
503
503
"type" : " array" ,
Original file line number Diff line number Diff line change 719
719
"description" : " unevaluatedProperties with $recursiveRef" ,
720
720
"schema" : {
721
721
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
722
- "$id" : " https://example.com/extended-tree" ,
722
+ "$id" : " https://example.com/unevaluated-properties-with-recursive-ref/ extended-tree" ,
723
723
724
724
"$recursiveAnchor" : true ,
725
725
726
- "$ref" : " /tree" ,
726
+ "$ref" : " . /tree" ,
727
727
"properties" : {
728
728
"name" : { "type" : " string" }
729
729
},
730
730
731
731
"$defs" : {
732
732
"tree" : {
733
- "$id" : " /tree" ,
733
+ "$id" : " . /tree" ,
734
734
"$recursiveAnchor" : true ,
735
735
736
736
"type" : " object" ,
Original file line number Diff line number Diff line change 465
465
"description" : " unevaluatedItems with $dynamicRef" ,
466
466
"schema" : {
467
467
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
468
- "$id" : " https://example.com/derived" ,
468
+ "$id" : " https://example.com/unevaluated-items-with-dynamic-ref/ derived" ,
469
469
470
- "$ref" : " /baseSchema" ,
470
+ "$ref" : " . /baseSchema" ,
471
471
472
472
"$defs" : {
473
473
"derived" : {
478
478
]
479
479
},
480
480
"baseSchema" : {
481
- "$id" : " /baseSchema" ,
481
+ "$id" : " . /baseSchema" ,
482
482
483
483
"$comment" : " unevaluatedItems comes first so it's more likely to catch bugs with implementations that are sensitive to keyword ordering" ,
484
484
"unevaluatedItems" : false ,
Original file line number Diff line number Diff line change 719
719
"description" : " unevaluatedProperties with $dynamicRef" ,
720
720
"schema" : {
721
721
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
722
- "$id" : " https://example.com/derived" ,
722
+ "$id" : " https://example.com/unevaluated-properties-with-dynamic-ref/ derived" ,
723
723
724
- "$ref" : " /baseSchema" ,
724
+ "$ref" : " . /baseSchema" ,
725
725
726
726
"$defs" : {
727
727
"derived" : {
731
731
}
732
732
},
733
733
"baseSchema" : {
734
- "$id" : " /baseSchema" ,
734
+ "$id" : " . /baseSchema" ,
735
735
736
736
"$comment" : " unevaluatedProperties comes first so it's more likely to catch bugs with implementations that are sensitive to keyword ordering" ,
737
737
"unevaluatedProperties" : false ,
You can’t perform that action at this time.
0 commit comments