Skip to content

Commit 567ac66

Browse files
[vendor-schemas] automated update (#209)
Co-authored-by: sirosen <[email protected]>
1 parent 7936c49 commit 567ac66

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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 (2022-12-27)
13+
- Update vendored schemas (2023-01-02)
1414

1515
0.19.2
1616
------

src/check_jsonschema/builtin_schemas/vendor/bamboo-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema",
2+
"$schema": "http://json-schema.org/draft-04/schema#",
33
"additionalProperties": {
44
"$ref": "#/definitions/job"
55
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8f83d6ba72a2b7e7d2d753a2084e44dba18b6f720f00795893fe7d8b36bdc774
1+
98810d1399adf1e32b89a893797f60bf180e3a0bea91f57ce5a1a76cc1a6c06d

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions",
3-
"$schema": "http://json-schema.org/draft-07/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema#",
44
"additionalProperties": false,
55
"definitions": {
66
"expressionSyntax": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9bc3a3b83cfc13179ee8981309bddc8686b0f9996050acfa63db9eae8b204a86
1+
7e24542514156d7df2a5a0972e1b4bd6fcc4c1cc4b0b749c75c76e02d93a85da

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$comment": "https://help.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions",
3-
"$schema": "http://json-schema.org/draft-07/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema#",
44
"additionalProperties": false,
55
"definitions": {
66
"architecture": {
@@ -1680,7 +1680,7 @@
16801680
"cron": {
16811681
"$comment": "https://stackoverflow.com/a/57639657/4044345",
16821682
"type": "string",
1683-
"pattern": "^(((\\d+,)+\\d+|((\\d+|\\*)/\\d+|((JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?))|(\\d+-\\d+)|\\d+|\\*|((MON|TUE|WED|THU|FRI|SAT|SUN)(-(MON|TUE|WED|THU|FRI|SAT|SUN))?)) ?){5}$"
1683+
"pattern": "^(((\\d+,)+\\d+|((\\d+|\\*)/\\d+|((JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?))|(\\d+-\\d+)|\\d+(-\\d+)?/\\d+(-\\d+)?|\\d+|\\*|(MON|TUE|WED|THU|FRI|SAT|SUN)(-(MON|TUE|WED|THU|FRI|SAT|SUN))?) ?){5}$"
16841684
}
16851685
},
16861686
"additionalProperties": false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3d52d4f7e5da7e1fb60c9ae665891585b0c79a3b0681ef849f09b8eafbd64f15
1+
081a0c337a722fafa75f165dfebc0d759575542bcde807ea41a97ccd2399314c

0 commit comments

Comments
 (0)