Skip to content

Commit 761a2b2

Browse files
authored
Merge pull request #458 from python-jsonschema/vendor-schemas-auto
Update vendored schemas
2 parents 5788a02 + 64b6ba0 commit 761a2b2

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13-
- Update vendored schemas (2024-06-30)
13+
- Update vendored schemas (2024-07-07)
1414
- Fix an ordering bug which caused caching to be ineffective, resulting in
1515
repeated downloads of remote schemas even when the cache was populated.
1616
Thanks :user:`alex1701c` for reporting! (:issue:`453`)

src/check_jsonschema/builtin_schemas/vendor/github-workflows.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,8 @@
16151615
},
16161616
"additionalProperties": false
16171617
}
1618-
}
1618+
},
1619+
"additionalProperties": false
16191620
},
16201621
"workflow_run": {
16211622
"$comment": "https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_run",

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,11 @@
465465
"type": "integer",
466466
"default": 10080
467467
},
468+
"cachePrivatePackages": {
469+
"description": "Cache private packages in the datasource cache. This is useful for self-hosted setups",
470+
"type": "boolean",
471+
"default": false
472+
},
468473
"cacheTtlOverride": {
469474
"description": "An object that contains cache namespace TTL override values.",
470475
"type": "object",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2151f3b2f5cf7a4ef37147635ef67d9a5b1813af59ad27417fda9b92a48d7910
1+
29e0b659974db82ea19e8a5ba137e3bd008a14eee733bc0bd633ce261e208dc9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b008cf9527af892ae6e23001be9783836f73386b3919d96cb357c68cc67be65a
1+
64b750a1cd00ea7a3e4a05793a739c9ef738d1c2a810d4a9f96d739873c75dd7

0 commit comments

Comments
 (0)