Fix order-watcher json-schemas
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
export const orderWatcherPartialConfigSchema = {
|
export const orderWatcherPartialConfigSchema = {
|
||||||
id: '/OrderWatcherPartialConfigSchema',
|
id: '/OrderWatcherPartialConfigSchema',
|
||||||
properties: {
|
properties: {
|
||||||
stateLayer: { $ref: '/BlockParam' },
|
stateLayer: { $ref: '/blockParamSchema' },
|
||||||
orderExpirationCheckingIntervalMs: { type: 'number' },
|
orderExpirationCheckingIntervalMs: { type: 'number' },
|
||||||
eventPollingIntervalMs: { type: 'number' },
|
eventPollingIntervalMs: { type: 'number' },
|
||||||
expirationMarginMs: { type: 'number' },
|
expirationMarginMs: { type: 'number' },
|
||||||
|
Reference in New Issue
Block a user