File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 465465 "description" : " unevaluatedItems with $dynamicRef" ,
466466 "schema" : {
467467 "$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" ,
469469
470- "$ref" : " /baseSchema" ,
470+ "$ref" : " . /baseSchema" ,
471471
472472 "$defs" : {
473473 "derived" : {
478478 ]
479479 },
480480 "baseSchema" : {
481- "$id" : " /baseSchema" ,
481+ "$id" : " . /baseSchema" ,
482482
483483 "$comment" : " unevaluatedItems comes first so it's more likely to catch bugs with implementations that are sensitive to keyword ordering" ,
484484 "unevaluatedItems" : false ,
Original file line number Diff line number Diff line change 719719 "description" : " unevaluatedProperties with $dynamicRef" ,
720720 "schema" : {
721721 "$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" ,
723723
724- "$ref" : " /baseSchema" ,
724+ "$ref" : " . /baseSchema" ,
725725
726726 "$defs" : {
727727 "derived" : {
731731 }
732732 },
733733 "baseSchema" : {
734- "$id" : " /baseSchema" ,
734+ "$id" : " . /baseSchema" ,
735735
736736 "$comment" : " unevaluatedProperties comes first so it's more likely to catch bugs with implementations that are sensitive to keyword ordering" ,
737737 "unevaluatedProperties" : false ,
Original file line number Diff line number Diff line change 484484 "description" : " unevaluatedItems with $recursiveRef" ,
485485 "schema" : {
486486 "$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" ,
488488
489489 "$recursiveAnchor" : true ,
490490
491- "$ref" : " /tree" ,
491+ "$ref" : " . /tree" ,
492492 "items" : [
493493 true ,
494494 true ,
497497
498498 "$defs" : {
499499 "tree" : {
500- "$id" : " /tree" ,
500+ "$id" : " . /tree" ,
501501 "$recursiveAnchor" : true ,
502502
503503 "type" : " array" ,
Original file line number Diff line number Diff line change 719719 "description" : " unevaluatedProperties with $recursiveRef" ,
720720 "schema" : {
721721 "$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" ,
723723
724724 "$recursiveAnchor" : true ,
725725
726- "$ref" : " /tree" ,
726+ "$ref" : " . /tree" ,
727727 "properties" : {
728728 "name" : { "type" : " string" }
729729 },
730730
731731 "$defs" : {
732732 "tree" : {
733- "$id" : " /tree" ,
733+ "$id" : " . /tree" ,
734734 "$recursiveAnchor" : true ,
735735
736736 "type" : " object" ,
Original file line number Diff line number Diff line change 465465 "description" : " unevaluatedItems with $dynamicRef" ,
466466 "schema" : {
467467 "$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" ,
469469
470- "$ref" : " /baseSchema" ,
470+ "$ref" : " . /baseSchema" ,
471471
472472 "$defs" : {
473473 "derived" : {
478478 ]
479479 },
480480 "baseSchema" : {
481- "$id" : " /baseSchema" ,
481+ "$id" : " . /baseSchema" ,
482482
483483 "$comment" : " unevaluatedItems comes first so it's more likely to catch bugs with implementations that are sensitive to keyword ordering" ,
484484 "unevaluatedItems" : false ,
Original file line number Diff line number Diff line change 719719 "description" : " unevaluatedProperties with $dynamicRef" ,
720720 "schema" : {
721721 "$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" ,
723723
724- "$ref" : " /baseSchema" ,
724+ "$ref" : " . /baseSchema" ,
725725
726726 "$defs" : {
727727 "derived" : {
731731 }
732732 },
733733 "baseSchema" : {
734- "$id" : " /baseSchema" ,
734+ "$id" : " . /baseSchema" ,
735735
736736 "$comment" : " unevaluatedProperties comes first so it's more likely to catch bugs with implementations that are sensitive to keyword ordering" ,
737737 "unevaluatedProperties" : false ,
You can’t perform that action at this time.
0 commit comments