Skip to content

Commit

Permalink
Merge pull request #414 from python-jsonschema/vendor-schemas-auto
Browse files Browse the repository at this point in the history
Update vendored schemas
  • Loading branch information
sirosen authored Apr 7, 2024
2 parents 529772c + 7c80493 commit a6aa5a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unreleased

.. vendor-insert-here
- Update vendored schemas (2024-04-02)
- Update vendored schemas (2024-04-07)

0.28.1
------
Expand Down
6 changes: 2 additions & 4 deletions src/check_jsonschema/builtin_schemas/vendor/cloudbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
"name": {
"description": "Required. The full resource name of the private pool of the form 'projects/$PRIVATEPOOL_PROJECT_ID/locations/$REGION/workerPools/$PRIVATEPOOL_ID'.",
"markdownDescription": "Required. The full resource name of the private pool of the form `projects/$PRIVATEPOOL_PROJECT_ID/locations/$REGION/workerPools/$PRIVATEPOOL_ID`.",
"type": "string",
"pattern": "^projects/\\w+/locations/\\w+/workerPools/\\w+$"
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -459,8 +458,7 @@
},
"serviceAccount": {
"description": "Use this field to specify the IAM service account to use at build time.",
"type": "string",
"pattern": "^projects/[\\w\\-]+/serviceAccounts/[\\w\\-.]+@[\\w\\-.]+$"
"type": "string"
},
"queueTtl": {
"description": "Specifies the amount of time a build can be queued. If a build is in the queue for longer than the value set in queueTtl, the build expires and the build status is set to EXPIRED.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
474e44b301e178962532c55fec47821df1830766feda209c357c8f8a1ae4e585
dd8ca403854c351c5c3d7f55518b9cc05029b6df663eab7d872b46063b7842c3

0 comments on commit a6aa5a5

Please sign in to comment.