File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
src/check_jsonschema/builtin_schemas/vendor Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Unreleased
10
10
11
11
.. vendor-insert-here
12
12
13
- - Update vendored schemas (2023-01-18 )
13
+ - Update vendored schemas (2023-01-24 )
14
14
- Fix a bug in which ``--check-metaschema `` was not building validators correctly.
15
15
The metaschema's schema dialect is chosen correctly now, and metaschema
16
16
formats are now checked by default. This can be disabled with
Original file line number Diff line number Diff line change 1396
1396
},
1397
1397
"$ref" : " #"
1398
1398
},
1399
+ "maven-wrapper" : {
1400
+ "description" : " Configuration object for the maven-wrapper manager" ,
1401
+ "type" : " object" ,
1402
+ "default" : {
1403
+ "fileMatch" : [
1404
+ " (^|\\ /).mvn/wrapper/maven-wrapper.properties$"
1405
+ ],
1406
+ "versioning" : " maven"
1407
+ },
1408
+ "$ref" : " #"
1409
+ },
1399
1410
"meteor" : {
1400
1411
"description" : " Configuration object for the meteor manager" ,
1401
1412
"type" : " object" ,
Original file line number Diff line number Diff line change 1
- 0b92504606dd9fa0c24dc3422198c470f1e6c4ab4867f3316ec9618f87cbc786
1
+ 49771ac0e6279f99d9beeae2eb21c042bd2bb7a20ed2300d6eb33a6ec4cc69da
You can’t perform that action at this time.
0 commit comments