File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919- ** checkver:** Fix output with '-Version' ([ #3774 ] ( https://github.com/ScoopInstaller/Scoop/issues/3774 ) )
2020- ** schema:** Add '$schema' property ([ #4623 ] ( https://github.com/ScoopInstaller/Scoop/issues/4623 ) )
21+ - ** schema:** Add explicit escape to opening bracket matcher in jp/jsonpath regex ([ #3719 ] ( https://github.com/ScoopInstaller/Scoop/issues/3719 ) )
2122
2223### Styles
2324
Original file line number Diff line number Diff line change 77 "pattern" : " ^([a-fA-F0-9]{64}|(sha1|sha256|sha512|md5):([a-fA-F0-9]{32}|[a-fA-F0-9]{40}|[a-fA-F0-9]{64}|[a-fA-F0-9]{128}))$" ,
88 "type" : " string"
99 },
10+ "jsonPathPattern" : {
11+ "pattern" : " ^\\ $[.\\ [].*$" ,
12+ "type" : " string"
13+ },
1014 "hash" : {
1115 "anyOf" : [
1216 {
3539 "type" : " string"
3640 },
3741 "jp" : {
38- "pattern" : " ^\\ $[.[].*$" ,
39- "type" : " string" ,
42+ "$ref" : " #/definitions/jsonPathPattern" ,
4043 "description" : " Same as 'jsonpath'"
4144 },
4245 "jsonpath" : {
43- "pattern" : " ^\\ $[.[].*$" ,
44- "type" : " string"
46+ "$ref" : " #/definitions/jsonPathPattern"
4547 },
4648 "xpath" : {
4749 "type" : " string"
284286 "type" : " string"
285287 },
286288 "jp" : {
287- "pattern" : " ^\\ $[.[].*$" ,
288- "type" : " string" ,
289+ "$ref" : " #/definitions/jsonPathPattern" ,
289290 "description" : " Same as 'jsonpath'"
290291 },
291292 "jsonpath" : {
292- "pattern" : " ^\\ $[.[].*$" ,
293- "type" : " string"
293+ "$ref" : " #/definitions/jsonPathPattern"
294294 },
295295 "xpath" : {
296296 "type" : " string"
You can’t perform that action at this time.
0 commit comments