Skip to content

Commit a11eb1c

Browse files
[vendor-schemas] automated update (#216)
Co-authored-by: sirosen <[email protected]>
1 parent 43fba3a commit a11eb1c

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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 (2023-01-02)
13+
- Update vendored schemas (2023-01-03)
1414
- Add ``--fill-defaults`` argument which eagerly populates ``"default"``
1515
values whenever they are encountered and a value is not already present
1616
(:issue:`200`)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"docker": {
2121
"title": "Docker",
22-
"description": "Builds and deployments are normally run on the Bamboo agents native operating system",
22+
"description": "Builds and deployments are normally run on the Bamboo agent's native operating system",
2323
"anyOf": [
2424
{
2525
"type": "string"
@@ -77,7 +77,7 @@
7777
"description": "Artifacts are files created by a job build (e.g. JAR files)",
7878
"properties": {
7979
"location": {
80-
"description": "The relative path to find your artifact; its a path relative to the workspace directory; do not use absolute paths.",
80+
"description": "The relative path to find your artifact; it's a path relative to the workspace directory; do not use absolute paths.",
8181
"type": "string"
8282
},
8383
"name": {
@@ -411,7 +411,7 @@
411411
},
412412
"stage": {
413413
"title": "Stage",
414-
"description": "Stages group jobs to individual steps within a plans build process.",
414+
"description": "Stages group jobs to individual steps within a plan's build process.",
415415
"type": "object",
416416
"additionalProperties": false,
417417
"properties": {
@@ -810,7 +810,7 @@
810810
}
811811
},
812812
"stages": {
813-
"description": "Stages group jobs to individual steps within a plans build process.",
813+
"description": "Stages group jobs to individual steps within a plan's build process.",
814814
"type": "array",
815815
"items": {
816816
"type": "object",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
98810d1399adf1e32b89a893797f60bf180e3a0bea91f57ce5a1a76cc1a6c06d
1+
04fc2dd04109cf2a8d7fa6690396267deaa2e9673e5eed3751262cb2e0b78c02

src/check_jsonschema/builtin_schemas/vendor/travis.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
},
205205
"fast_finish": {
206206
"type": "boolean",
207-
"description": "If some rows in the build matrix are allowed to fail, the build wont be marked as finished until they have completed. To mark the build as finished as soon as possible, add fast_finish: true"
207+
"description": "If some rows in the build matrix are allowed to fail, the build won't be marked as finished until they have completed. To mark the build as finished as soon as possible, add fast_finish: true"
208208
}
209209
},
210210
"additionalProperties": false
@@ -261,7 +261,7 @@
261261
},
262262
"fast_finish": {
263263
"type": "boolean",
264-
"description": "If some rows in the build matrix are allowed to fail, the build wont be marked as finished until they have completed. To mark the build as finished as soon as possible, add fast_finish: true"
264+
"description": "If some rows in the build matrix are allowed to fail, the build won't be marked as finished until they have completed. To mark the build as finished as soon as possible, add fast_finish: true"
265265
}
266266
}
267267
},
@@ -1122,11 +1122,11 @@
11221122
},
11231123
"working_dir": {
11241124
"type": "string",
1125-
"description": "If youd like to upload file from a specific directory, you can change your working directory "
1125+
"description": "If you'd like to upload file from a specific directory, you can change your working directory "
11261126
},
11271127
"debug": {
11281128
"type": "boolean",
1129-
"description": "If youd like to see more detail about what the artifacts addon is doing"
1129+
"description": "If you'd like to see more detail about what the artifacts addon is doing"
11301130
}
11311131
}
11321132
}
@@ -1469,7 +1469,7 @@
14691469
},
14701470
"quiet": {
14711471
"type": "boolean",
1472-
"description": "Travis CI clones repositories without the quiet flag (-q) by default. Enabling the quiet flag can be useful if youre trying to avoid log file size limits or even if you just dont need to include it."
1472+
"description": "Travis CI clones repositories without the quiet flag (-q) by default. Enabling the quiet flag can be useful if you're trying to avoid log file size limits or even if you just don't need to include it."
14731473
},
14741474
"submodules": {
14751475
"type": "boolean",
@@ -1485,7 +1485,7 @@
14851485
},
14861486
"sparse_checkout": {
14871487
"$ref": "#/definitions/nonEmptyString",
1488-
"description": "Is a path to the existing file in the current repository with data youd like to put into $GIT_DIR/info/sparse-checkout file of format described in Git documentation."
1488+
"description": "Is a path to the existing file in the current repository with data you'd like to put into $GIT_DIR/info/sparse-checkout file of format described in Git documentation."
14891489
},
14901490
"autocrlf": {
14911491
"oneOf": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ecdd229272aa290b2019c9b909695d53d397ea6c474491b8ad141b9df5a6b0e1
1+
d0bc96e3992a29931ab5dac14943989afb42fb5e246d81cfdc42824c4d5dfdc0

0 commit comments

Comments
 (0)