Skip to content

Commit a6aa5a5

Browse files
authored
Merge pull request #414 from python-jsonschema/vendor-schemas-auto
Update vendored schemas
2 parents 529772c + 7c80493 commit a6aa5a5

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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 (2024-04-02)
13+
- Update vendored schemas (2024-04-07)
1414

1515
0.28.1
1616
------

src/check_jsonschema/builtin_schemas/vendor/cloudbuild.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
"name": {
142142
"description": "Required. The full resource name of the private pool of the form 'projects/$PRIVATEPOOL_PROJECT_ID/locations/$REGION/workerPools/$PRIVATEPOOL_ID'.",
143143
"markdownDescription": "Required. The full resource name of the private pool of the form `projects/$PRIVATEPOOL_PROJECT_ID/locations/$REGION/workerPools/$PRIVATEPOOL_ID`.",
144-
"type": "string",
145-
"pattern": "^projects/\\w+/locations/\\w+/workerPools/\\w+$"
144+
"type": "string"
146145
}
147146
},
148147
"additionalProperties": false,
@@ -459,8 +458,7 @@
459458
},
460459
"serviceAccount": {
461460
"description": "Use this field to specify the IAM service account to use at build time.",
462-
"type": "string",
463-
"pattern": "^projects/[\\w\\-]+/serviceAccounts/[\\w\\-.]+@[\\w\\-.]+$"
461+
"type": "string"
464462
},
465463
"queueTtl": {
466464
"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.",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
474e44b301e178962532c55fec47821df1830766feda209c357c8f8a1ae4e585
1+
dd8ca403854c351c5c3d7f55518b9cc05029b6df663eab7d872b46063b7842c3

0 commit comments

Comments
 (0)