File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77 "$recursiveAnchor" : true ,
88
99 "title" : " Applicator vocabulary meta-schema" ,
10+ "type" : [" object" , " boolean" ],
1011 "properties" : {
1112 "additionalItems" : { "$recursiveRef" : " #" },
1213 "unevaluatedItems" : { "$recursiveRef" : " #" },
Original file line number Diff line number Diff line change 3333 },
3434 "$recursiveAnchor" : {
3535 "type" : " boolean" ,
36- "const" : true ,
3736 "default" : false
3837 },
3938 "$vocabulary" : {
Original file line number Diff line number Diff line change 4646 },
4747 {
4848 "if" : {
49- "oneOf " : [
49+ "anyOf " : [
5050 {
5151 "properties" : {
5252 "keywordLocation" : {
53- "pattern" : " .*/ $ref/.* "
53+ "pattern" : " / \\ $ref/"
5454 }
55- }
55+ }
5656 },
5757 {
5858 "properties" : {
5959 "keywordLocation" : {
60- "pattern" : " .*/ $recursiveRef/.* "
60+ "pattern" : " / \\ $recursiveRef/"
6161 }
62- }
62+ }
6363 }
6464 ]
6565 },
7979 },
8080 "required" : [ " valid" ]
8181 },
82- "basic" : { "$ref" : " #/outputUnit" },
83- "detailed" : { "$ref" : " #/outputUnit" },
84- "verbose" : { "$ref" : " #/outputUnit" }
82+ "basic" : { "$ref" : " #/$defs/ outputUnit" },
83+ "detailed" : { "$ref" : " #/$defs/ outputUnit" },
84+ "verbose" : { "$ref" : " #/$defs/ outputUnit" }
8585 }
8686}
You can’t perform that action at this time.
0 commit comments