Skip to content

Commit 7292ef0

Browse files
shikharactions-user
authored andcommitted
sync protos
GitOrigin-RevId: f63a875b919018f89247de36e371b06fc87a073b
1 parent ea9ce34 commit 7292ef0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

s2/v1/openapi.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,8 +2048,8 @@
20482048
"string",
20492049
"null"
20502050
],
2051-
"format": "time",
2052-
"description": "Expiration time in ISO 8601 format.\nIf not set, the expiration will be set to that of the requestor's token."
2051+
"format": "date-time",
2052+
"description": "Expiration time in RFC 3339 format.\nIf not set, the expiration will be set to that of the requestor's token."
20532053
},
20542054
"id": {
20552055
"$ref": "#/components/schemas/AccessTokenIdStr",
@@ -2351,7 +2351,7 @@
23512351
"BasinNameStr": {
23522352
"type": "string",
23532353
"maxLength": 48,
2354-
"minLength": 1
2354+
"minLength": 8
23552355
},
23562356
"BasinReconfiguration": {
23572357
"type": "object",
@@ -3116,16 +3116,16 @@
31163116
"properties": {
31173117
"created_at": {
31183118
"type": "string",
3119-
"format": "time",
3120-
"description": "Creation time in ISO 8601 format."
3119+
"format": "date-time",
3120+
"description": "Creation time in RFC 3339 format."
31213121
},
31223122
"deleted_at": {
31233123
"type": [
31243124
"string",
31253125
"null"
31263126
],
3127-
"format": "time",
3128-
"description": "Deletion time in ISO 8601 format, if the stream is being deleted."
3127+
"format": "date-time",
3128+
"description": "Deletion time in RFC 3339 format, if the stream is being deleted."
31293129
},
31303130
"name": {
31313131
"$ref": "#/components/schemas/StreamNameStr",

0 commit comments

Comments
 (0)