aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts')
-rw-r--r--packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts b/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts
deleted file mode 100644
index 8bfced063..000000000
--- a/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-export const orderWatcherPartialConfigSchema = {
- id: '/OrderWatcherPartialConfigSchema',
- properties: {
- stateLayer: { $ref: '/blockParamSchema' },
- orderExpirationCheckingIntervalMs: { type: 'number' },
- eventPollingIntervalMs: { type: 'number' },
- expirationMarginMs: { type: 'number' },
- cleanupJobIntervalMs: { type: 'number' },
- isVerbose: { type: 'boolean' },
- },
- type: 'object',
- required: [],
-};