Skip to content

Commit 25708ed

Browse files
authored
[vendor-schemas] automated update
1 parent fd7ed24 commit 25708ed

File tree

11 files changed

+900
-871
lines changed

11 files changed

+900
-871
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-10-17)
14+
1315
0.27.0
1416
------
1517

src/check_jsonschema/builtin_schemas/vendor/buildkite.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,29 @@
705705
"label": {
706706
"$ref": "#/definitions/commonOptions/label"
707707
},
708+
"signature": {
709+
"type": "object",
710+
"description": "The signature of the command step, generally injected by agents at pipeline upload",
711+
"properties": {
712+
"algorithm": {
713+
"type": "string",
714+
"description": "The algorithm used to generate the signature",
715+
"examples": [ "HS512", "EdDSA", "PS256" ]
716+
},
717+
"value": {
718+
"type": "string",
719+
"description": "The signature value, a JWS compact signature with a detached body"
720+
},
721+
"signed_fields": {
722+
"type": "array",
723+
"description": "The fields that were signed to form the signature value",
724+
"items": {
725+
"type": "string"
726+
},
727+
"examples": [["command", "matrix", "plugins", "env::SOME_ENV_VAR"]]
728+
}
729+
}
730+
},
708731
"matrix": {
709732
"oneOf": [
710733
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
83e261dd2db147cd37fa931243e523199a37f1458ef67d8bc3b5e31c85ec1c4c
1+
cbef0847a483e84263925ff5c712cc1b3984c7cf420ccb35049b61e0840664bb

0 commit comments

Comments
 (0)