Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 36f3c03

Browse files
JSON Schema Update
1 parent cce842a commit 36f3c03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/v3/contract_update_history/send.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
"description": "Internal unique contract identifier.",
2525
"type": "integer"
2626
},
27+
"limit": {
28+
"description": "[Optional] Maximum number of historical updates to receive.",
29+
"type": "number",
30+
"default": 500,
31+
"maximum": 999,
32+
"minimum": 1
33+
},
2734
"passthrough": {
2835
"description": "[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field.",
2936
"type": "object"

0 commit comments

Comments
 (0)