Skip to content

Commit 1c36f37

Browse files
OAS Update
1 parent 56ac63c commit 1c36f37

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

services/service-account/v2/service-account.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,18 @@
244244
"description": "Service account id",
245245
"format": "uuid",
246246
"type": "string"
247+
},
248+
"tokenEndpoint": {
249+
"description": "Endpoint used to obtain access tokens for the service account.",
250+
"type": "string"
247251
}
248252
},
249253
"required": [
250254
"kid",
251255
"iss",
252256
"sub",
253-
"aud"
257+
"aud",
258+
"tokenEndpoint"
254259
],
255260
"type": "object"
256261
},
@@ -827,18 +832,13 @@
827832
"projectId": {
828833
"description": "ID of the related project",
829834
"type": "string"
830-
},
831-
"tokenEndpoint": {
832-
"description": "Endpoint used to obtain access tokens for the service account",
833-
"type": "string"
834835
}
835836
},
836837
"required": [
837838
"id",
838839
"email",
839840
"projectId",
840-
"internal",
841-
"tokenEndpoint"
841+
"internal"
842842
],
843843
"title": "ServiceAccount",
844844
"type": "object"

0 commit comments

Comments
 (0)