File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20482048 " string" ,
20492049 " null"
20502050 ],
2051- "format" : " time" ,
2052- "description" : " Expiration time in ISO 8601 format.\n If 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.\n If not set, the expiration will be set to that of the requestor's token."
20532053 },
20542054 "id" : {
20552055 "$ref" : " #/components/schemas/AccessTokenIdStr" ,
23512351 "BasinNameStr" : {
23522352 "type" : " string" ,
23532353 "maxLength" : 48 ,
2354- "minLength" : 1
2354+ "minLength" : 8
23552355 },
23562356 "BasinReconfiguration" : {
23572357 "type" : " object" ,
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" ,
You can’t perform that action at this time.
0 commit comments