diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index c42639b26..284d1aad6 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -2930,14 +2930,14 @@ components: ECPublicKey: type: object properties: + type: + type: integer + format: int32 publicKeyBytes: type: array items: type: string format: byte - type: - type: integer - format: int32 ECSignedPreKey: type: object properties: @@ -3472,13 +3472,13 @@ components: WebSocketClient: type: object properties: - createdTimestamp: - type: integer - format: int64 userAgent: type: string open: type: boolean + createdTimestamp: + type: integer + format: int64 WebSocketSessionContext: type: object properties: