@@ -34,12 +34,8 @@ types:
3434 label :
3535 docs : The label given to this performance span.
3636 type : string
37- start_ts :
38- docs : RFC3339 timestamp.
39- type : datetime
40- finish_ts :
41- docs : RFC3339 timestamp.
42- type : optional<datetime>
37+ start_ts : commons.Timestamp
38+ finish_ts : optional<commons.Timestamp>
4339 req_id :
4440 type : optional<uuid>
4541
4945 label :
5046 docs : The label given to this performance mark.
5147 type : string
52- ts :
53- docs : RFC3339 timestamp.
54- type : datetime
48+ ts : commons.Timestamp
5549 ray_id :
5650 type : optional<uuid>
5751 req_id :
7569 type : string
7670 region_id :
7771 type : uuid
78- create_ts :
79- docs : RFC3339 timestamp.
80- type : datetime
72+ create_ts : commons.Timestamp
8173 is_ready :
8274 docs : Whether or not this lobby is ready.
8375 type : boolean
@@ -124,15 +116,9 @@ types:
124116 type : string
125117 region_id :
126118 type : uuid
127- create_ts :
128- docs : RFC3339 timestamp.
129- type : datetime
130- start_ts :
131- docs : RFC3339 timestamp.
132- type : optional<datetime>
133- ready_ts :
134- docs : RFC3339 timestamp.
135- type : optional<datetime>
119+ create_ts : commons.Timestamp
120+ start_ts : optional<commons.Timestamp>
121+ ready_ts : optional<commons.Timestamp>
136122 status : LogsLobbyStatus
137123
138124 LogsLobbyStatus :
@@ -144,7 +130,7 @@ types:
144130 LogsLobbyStatusStopped :
145131 docs : The status of a stopped lobby.
146132 properties :
147- stop_ts : datetime
133+ stop_ts : commons.Timestamp
148134 failed :
149135 type : boolean
150136 docs : Whether or not the lobby failed or stopped successfully.
@@ -189,12 +175,8 @@ types:
189175 properties :
190176 upload_id :
191177 type : uuid
192- display_name :
193- docs : Represent a resource's readable display name.
194- type : string
195- create_ts :
196- docs : RFC3339 timestamp.
197- type : datetime
178+ display_name : commons.DisplayName
179+ create_ts : commons.Timestamp
198180 url :
199181 docs : >-
200182 The URL of this custom avatar image. Only present if upload is
@@ -214,12 +196,8 @@ types:
214196 type : uuid
215197 upload_id :
216198 type : uuid
217- display_name :
218- docs : Represent a resource's readable display name.
219- type : string
220- create_ts :
221- docs : RFC3339 timestamp.
222- type : datetime
199+ display_name : commons.DisplayName
200+ create_ts : commons.Timestamp
223201 content_length :
224202 docs : Unsigned 64 bit integer.
225203 type : long
@@ -234,12 +212,8 @@ types:
234212 type : uuid
235213 upload_id :
236214 type : uuid
237- display_name :
238- docs : Represent a resource's readable display name.
239- type : string
240- create_ts :
241- docs : RFC3339 timestamp.
242- type : datetime
215+ display_name : commons.DisplayName
216+ create_ts : commons.Timestamp
243217 content_length :
244218 docs : Unsigned 64 bit integer.
245219 type : long
@@ -252,9 +226,7 @@ types:
252226 properties :
253227 game_id :
254228 type : uuid
255- create_ts :
256- docs : RFC3339 timestamp.
257- type : datetime
229+ create_ts : commons.Timestamp
258230 name_id :
259231 docs : >-
260232 A human readable short identifier used to references resources.
@@ -264,9 +236,7 @@ types:
264236 include special
265237 characters and be short.
266238 type : string
267- display_name :
268- docs : Represent a resource's readable display name.
269- type : string
239+ display_name : commons.DisplayName
270240 developer_group_id :
271241 type : uuid
272242 total_player_count :
@@ -293,12 +263,8 @@ types:
293263 properties :
294264 namespace_id :
295265 type : uuid
296- create_ts :
297- docs : RFC3339 timestamp.
298- type : datetime
299- display_name :
300- docs : Represent a resource's readable display name.
301- type : string
266+ create_ts : commons.Timestamp
267+ display_name : commons.DisplayName
302268 version_id :
303269 type : uuid
304270 name_id :
@@ -334,12 +300,8 @@ types:
334300
335301 A universal region label given to this region.
336302 type : UniversalRegion
337- provider_display_name :
338- docs : Represent a resource's readable display name.
339- type : string
340- region_display_name :
341- docs : Represent a resource's readable display name.
342- type : string
303+ provider_display_name : commons.DisplayName
304+ region_display_name : commons.DisplayName
343305
344306 GameLobbyExpenses :
345307 docs : Game lobby expenses.
@@ -475,12 +437,8 @@ types:
475437 properties :
476438 namespace_id :
477439 type : uuid
478- create_ts :
479- docs : RFC3339 timestamp.
480- type : datetime
481- display_name :
482- docs : Represent a resource's readable display name.
483- type : string
440+ create_ts : commons.Timestamp
441+ display_name : commons.DisplayName
484442 version_id :
485443 type : uuid
486444 name_id :
@@ -562,9 +520,7 @@ types:
562520 domain :
563521 docs : A valid domain name (no protocol).
564522 type : string
565- create_ts :
566- docs : RFC3339 timestamp.
567- type : datetime
523+ create_ts : commons.Timestamp
568524 verification_status : CdnNamespaceDomainVerificationStatus
569525 verification_method : CdnNamespaceDomainVerificationMethod
570526 verification_errors : list<string>
@@ -609,6 +565,4 @@ types:
609565 version_id :
610566 docs : A universally unique identifier.
611567 type : string
612- deploy_ts :
613- docs : RFC3339 timestamp.
614- type : datetime
568+ deploy_ts : commons.Timestamp
0 commit comments