@@ -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 :
@@ -328,12 +294,8 @@ types:
328294 provider :
329295 docs : The server provider of this region.
330296 type : string
331- provider_display_name :
332- docs : Represent a resource's readable display name.
333- type : string
334- region_display_name :
335- docs : Represent a resource's readable display name.
336- type : string
297+ provider_display_name : commons.DisplayName
298+ region_display_name : commons.DisplayName
337299
338300 GameLobbyExpenses :
339301 docs : Game lobby expenses.
@@ -436,12 +398,8 @@ types:
436398 properties :
437399 namespace_id :
438400 type : uuid
439- create_ts :
440- docs : RFC3339 timestamp.
441- type : datetime
442- display_name :
443- docs : Represent a resource's readable display name.
444- type : string
401+ create_ts : commons.Timestamp
402+ display_name : commons.DisplayName
445403 version_id :
446404 type : uuid
447405 name_id :
@@ -523,9 +481,7 @@ types:
523481 domain :
524482 docs : A valid domain name (no protocol).
525483 type : string
526- create_ts :
527- docs : RFC3339 timestamp.
528- type : datetime
484+ create_ts : commons.Timestamp
529485 verification_status : CdnNamespaceDomainVerificationStatus
530486 verification_method : CdnNamespaceDomainVerificationMethod
531487 verification_errors : list<string>
@@ -570,6 +526,4 @@ types:
570526 version_id :
571527 docs : A universally unique identifier.
572528 type : string
573- deploy_ts :
574- docs : RFC3339 timestamp.
575- type : datetime
529+ deploy_ts : commons.Timestamp
0 commit comments