File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1053
1053
"description" : " $ref with $recursiveAnchor" ,
1054
1054
"schema" : {
1055
1055
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
1056
- "$id" : " https://example.com/schemas/array-without-unevaluatedItems " ,
1057
- "$ref" : " /schemas/array-with-unevaluatedItems " ,
1056
+ "$id" : " https://example.com/schemas/unevaluated-items-are-disallowed " ,
1057
+ "$ref" : " /schemas/unevaluated-items-are-allowed " ,
1058
1058
"$recursiveAnchor" : true ,
1059
1059
"unevaluatedItems" : false ,
1060
1060
"$defs" : {
1061
- "/schemas/array-with-unevaluatedItems " : {
1061
+ "/schemas/unevaluated-items-are-allowed " : {
1062
1062
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
1063
- "$id" : " /schemas/array-with-unevaluatedItems " ,
1063
+ "$id" : " /schemas/unevaluated-items-are-allowed " ,
1064
1064
"$recursiveAnchor" : true ,
1065
1065
"type" : " array" ,
1066
1066
"items" : [
You can’t perform that action at this time.
0 commit comments