diff options
author | Fabio Berger <me@fabioberger.com> | 2018-12-17 08:21:27 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-12-17 08:21:27 +0800 |
commit | 7661cfc85ef9e267d15bd4d7bd06c3b6cc3f7931 (patch) | |
tree | bd4b5c8eacdd6e4bcdab486058cc8954253cbe5a /packages/order-watcher/src/schemas/websocket_schemas.ts | |
parent | f510f9df997633830e93e174ba598a45cae51f48 (diff) | |
download | dexon-sol-tools-7661cfc85ef9e267d15bd4d7bd06c3b6cc3f7931.tar.gz dexon-sol-tools-7661cfc85ef9e267d15bd4d7bd06c3b6cc3f7931.tar.zst dexon-sol-tools-7661cfc85ef9e267d15bd4d7bd06c3b6cc3f7931.zip |
Improve our compliance to the JSON RPC spec
Diffstat (limited to 'packages/order-watcher/src/schemas/websocket_schemas.ts')
-rw-r--r-- | packages/order-watcher/src/schemas/websocket_schemas.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/order-watcher/src/schemas/websocket_schemas.ts b/packages/order-watcher/src/schemas/websocket_schemas.ts index 5e4e1ab74..263dd45b3 100644 --- a/packages/order-watcher/src/schemas/websocket_schemas.ts +++ b/packages/order-watcher/src/schemas/websocket_schemas.ts @@ -1,3 +1,5 @@ +// TODO: Move these schemas to the `json-schemas` package and convert to JSON +// Rename to `OrderWatcherWebSocketRequestSchema`, etc... export const webSocketUtf8MessageSchema = { id: '/webSocketUtf8MessageSchema', properties: { |