File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10531053 "description" : " $ref with $recursiveAnchor" ,
10541054 "schema" : {
10551055 "$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 " ,
10581058 "$recursiveAnchor" : true ,
10591059 "unevaluatedItems" : false ,
10601060 "$defs" : {
1061- "/schemas/array-with-unevaluatedItems " : {
1061+ "/schemas/unevaluated-items-are-allowed " : {
10621062 "$schema" : " https://json-schema.org/draft/2019-09/schema" ,
1063- "$id" : " /schemas/array-with-unevaluatedItems " ,
1063+ "$id" : " /schemas/unevaluated-items-are-allowed " ,
10641064 "$recursiveAnchor" : true ,
10651065 "type" : " array" ,
10661066 "items" : [
You can’t perform that action at this time.
0 commit comments