Skip to content

Commit 3a719d7

Browse files
[vendor-schemas] automated update (#245)
Co-authored-by: sirosen <[email protected]>
1 parent 142dc62 commit 3a719d7

File tree

11 files changed

+151
-44
lines changed

11 files changed

+151
-44
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13+
- Update vendored schemas (2023-04-11)
14+
1315
0.22.0
1416
------
1517

src/check_jsonschema/builtin_schemas/vendor/buildkite.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,9 @@
11891189
},
11901190
"skip": {
11911191
"$ref": "#/definitions/commonOptions/skip"
1192+
},
1193+
"soft_fail": {
1194+
"$ref": "#/definitions/commonOptions/softFail"
11921195
}
11931196
},
11941197
"additionalProperties": false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d5a124e5e5d0e75857d72ae814c435444728437bf35befbcef9128c9f83aa445
1+
4b45542fc668d9e80eede067e2d8036de70fcffba15fe0ee0b29d0f07cfe989d

src/check_jsonschema/builtin_schemas/vendor/dependabot.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@
328328
}
329329
]
330330
},
331+
"enable-beta-ecosystems": {
332+
"type": "boolean"
333+
},
331334
"updates": {
332335
"type": "array",
333336
"items": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c15466dbb5d640425c4405d043028d0bfca08996b050e498355f56415d07b30c
1+
b590938260326eafb7bda725f401a8c765eeb09f02af1b96007c09d253052304

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
"max-parallel": {
518518
"$comment": "https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymax-parallel",
519519
"description": "The maximum number of jobs that can run simultaneously when using a matrix job strategy. By default, GitHub will maximize the number of jobs run in parallel depending on the available runners on GitHub-hosted virtual machines.",
520-
"type": "number"
520+
"type": ["number", "string"]
521521
}
522522
},
523523
"required": ["matrix"],
@@ -1576,7 +1576,8 @@
15761576
},
15771577
"required": {
15781578
"$comment": "https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#onworkflow_callsecretssecret_idrequired",
1579-
"description": "A boolean specifying whether the secret must be supplied."
1579+
"description": "A boolean specifying whether the secret must be supplied.",
1580+
"type": "boolean"
15801581
}
15811582
},
15821583
"required": ["required"],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
153c2bd5f6ad6fa15cc24c7863c310941116a4c689028e0a69f0beede91b01d0
1+
0ec68710617adfbf53e626f7033fc22d2eb5be18130c9dc79328f7468947eb58

src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@
318318
"cyclonedx": {
319319
"$ref": "#/definitions/string_file_list",
320320
"markdownDescription": "Path to file or list of files with cyclonedx report(s). [Learn More](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscyclonedx)."
321+
},
322+
"load_performance": {
323+
"$ref": "#/definitions/string_file_list",
324+
"markdownDescription": "Path to file or list of files with load performance testing report(s). [Learn More](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsload_performance)."
321325
}
322326
}
323327
}
@@ -1890,6 +1894,10 @@
18901894
}
18911895
},
18921896
"additionalProperties": false
1897+
},
1898+
"publish": {
1899+
"description": "A path to a directory that contains the files to be published with Pages",
1900+
"type": "string"
18931901
}
18941902
},
18951903
"oneOf": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
af661f1f6b655a127878a8a608cb486f8da823a907d89e78683258ccf29b2f9b
1+
691844615864661abc23ea20fdecc644b67be020cbdc33b14c47c87667584e9f

0 commit comments

Comments
 (0)