You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/in.openapi.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2908,7 +2908,7 @@ components:
2908
2908
total_requests: 2109
2909
2909
total_tokens: '9876543'
2910
2910
meta:
2911
-
as_of: '2026-05-12T02:00:00Z'
2911
+
as_of: '2026-05-12T02:00:00.000Z'
2912
2912
end_date: '2026-05-11'
2913
2913
start_date: '2026-04-12'
2914
2914
version: 'v1'
@@ -21411,14 +21411,14 @@ components:
21411
21411
type: 'object'
21412
21412
RankingsDailyMeta:
21413
21413
example:
21414
-
as_of: '2026-05-12T02:00:00Z'
21414
+
as_of: '2026-05-12T02:00:00.000Z'
21415
21415
end_date: '2026-05-11'
21416
21416
start_date: '2026-04-12'
21417
21417
version: 'v1'
21418
21418
properties:
21419
21419
as_of:
21420
21420
description: 'ISO-8601 timestamp of when the response was generated. Reflects data-freshness because the underlying materialized view continuously ingests upstream events.'
21421
-
example: '2026-05-12T02:00:00Z'
21421
+
example: '2026-05-12T02:00:00.000Z'
21422
21422
type: 'string'
21423
21423
end_date:
21424
21424
description: 'Resolved end of the date window (UTC, inclusive).'
0 commit comments