File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
"$recursiveAnchor" : true ,
8
8
9
9
"title" : " Applicator vocabulary meta-schema" ,
10
+ "type" : [" object" , " boolean" ],
10
11
"properties" : {
11
12
"additionalItems" : { "$recursiveRef" : " #" },
12
13
"unevaluatedItems" : { "$recursiveRef" : " #" },
Original file line number Diff line number Diff line change 33
33
},
34
34
"$recursiveAnchor" : {
35
35
"type" : " boolean" ,
36
- "const" : true ,
37
36
"default" : false
38
37
},
39
38
"$vocabulary" : {
Original file line number Diff line number Diff line change 46
46
},
47
47
{
48
48
"if" : {
49
- "oneOf " : [
49
+ "anyOf " : [
50
50
{
51
51
"properties" : {
52
52
"keywordLocation" : {
53
- "pattern" : " .*/ $ref/.* "
53
+ "pattern" : " / \\ $ref/"
54
54
}
55
- }
55
+ }
56
56
},
57
57
{
58
58
"properties" : {
59
59
"keywordLocation" : {
60
- "pattern" : " .*/ $recursiveRef/.* "
60
+ "pattern" : " / \\ $recursiveRef/"
61
61
}
62
- }
62
+ }
63
63
}
64
64
]
65
65
},
79
79
},
80
80
"required" : [ " valid" ]
81
81
},
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" }
85
85
}
86
86
}
You can’t perform that action at this time.
0 commit comments