Use type: integer, format: int64 for timestamps (#1129)
* Use type: integer / format: int64 for timestamps Closes #749. * Changelog
This commit is contained in:
parent
6adacd18c1
commit
6792b7a9d6
7 changed files with 11 additions and 3 deletions
|
@ -126,6 +126,7 @@ paths:
|
|||
description: The ID of the room in which the event was posted.
|
||||
ts:
|
||||
type: integer
|
||||
format: int64
|
||||
description: |-
|
||||
The unix timestamp at which the event notification was sent,
|
||||
in milliseconds.
|
||||
|
|
|
@ -147,7 +147,7 @@ paths:
|
|||
title: StrippedChildStateEvent
|
||||
properties:
|
||||
origin_server_ts:
|
||||
type: number
|
||||
type: integer
|
||||
format: int64
|
||||
description: The `origin_server_ts` for the event.
|
||||
required: [origin_server_ts]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue