@karmaniverous/jeeves-watcher 0.4.4 → 0.5.0-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,29 +2,45 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
4
  "properties": {
5
+ "description": {
6
+ "description": "Human-readable description of this deployment's organizational strategy and content domains.",
7
+ "allOf": [
8
+ {
9
+ "$ref": "#/definitions/__schema0"
10
+ }
11
+ ]
12
+ },
13
+ "schemas": {
14
+ "description": "Global named schema definitions (inline objects or file paths) referenced by inference rules.",
15
+ "allOf": [
16
+ {
17
+ "$ref": "#/definitions/__schema1"
18
+ }
19
+ ]
20
+ },
5
21
  "watch": {
6
22
  "type": "object",
7
23
  "properties": {
8
24
  "paths": {
9
- "$ref": "#/definitions/__schema0"
25
+ "$ref": "#/definitions/__schema5"
10
26
  },
11
27
  "ignored": {
12
- "$ref": "#/definitions/__schema2"
28
+ "$ref": "#/definitions/__schema7"
13
29
  },
14
30
  "pollIntervalMs": {
15
- "$ref": "#/definitions/__schema4"
31
+ "$ref": "#/definitions/__schema9"
16
32
  },
17
33
  "usePolling": {
18
- "$ref": "#/definitions/__schema6"
34
+ "$ref": "#/definitions/__schema11"
19
35
  },
20
36
  "debounceMs": {
21
- "$ref": "#/definitions/__schema8"
37
+ "$ref": "#/definitions/__schema13"
22
38
  },
23
39
  "stabilityThresholdMs": {
24
- "$ref": "#/definitions/__schema10"
40
+ "$ref": "#/definitions/__schema15"
25
41
  },
26
42
  "respectGitignore": {
27
- "$ref": "#/definitions/__schema12"
43
+ "$ref": "#/definitions/__schema17"
28
44
  }
29
45
  },
30
46
  "required": [
@@ -36,7 +52,7 @@
36
52
  "description": "Configuration file watch settings.",
37
53
  "allOf": [
38
54
  {
39
- "$ref": "#/definitions/__schema14"
55
+ "$ref": "#/definitions/__schema19"
40
56
  }
41
57
  ]
42
58
  },
@@ -44,28 +60,28 @@
44
60
  "type": "object",
45
61
  "properties": {
46
62
  "provider": {
47
- "$ref": "#/definitions/__schema17"
63
+ "$ref": "#/definitions/__schema23"
48
64
  },
49
65
  "model": {
50
- "$ref": "#/definitions/__schema19"
66
+ "$ref": "#/definitions/__schema25"
51
67
  },
52
68
  "chunkSize": {
53
- "$ref": "#/definitions/__schema21"
69
+ "$ref": "#/definitions/__schema27"
54
70
  },
55
71
  "chunkOverlap": {
56
- "$ref": "#/definitions/__schema23"
72
+ "$ref": "#/definitions/__schema29"
57
73
  },
58
74
  "dimensions": {
59
- "$ref": "#/definitions/__schema25"
75
+ "$ref": "#/definitions/__schema31"
60
76
  },
61
77
  "apiKey": {
62
- "$ref": "#/definitions/__schema27"
78
+ "$ref": "#/definitions/__schema33"
63
79
  },
64
80
  "rateLimitPerMinute": {
65
- "$ref": "#/definitions/__schema29"
81
+ "$ref": "#/definitions/__schema35"
66
82
  },
67
83
  "concurrency": {
68
- "$ref": "#/definitions/__schema31"
84
+ "$ref": "#/definitions/__schema37"
69
85
  }
70
86
  },
71
87
  "description": "Embedding model configuration."
@@ -74,13 +90,13 @@
74
90
  "type": "object",
75
91
  "properties": {
76
92
  "url": {
77
- "$ref": "#/definitions/__schema33"
93
+ "$ref": "#/definitions/__schema39"
78
94
  },
79
95
  "collectionName": {
80
- "$ref": "#/definitions/__schema34"
96
+ "$ref": "#/definitions/__schema40"
81
97
  },
82
98
  "apiKey": {
83
- "$ref": "#/definitions/__schema35"
99
+ "$ref": "#/definitions/__schema41"
84
100
  }
85
101
  },
86
102
  "required": [
@@ -93,7 +109,7 @@
93
109
  "description": "Directory for persisted metadata sidecar files.",
94
110
  "allOf": [
95
111
  {
96
- "$ref": "#/definitions/__schema37"
112
+ "$ref": "#/definitions/__schema43"
97
113
  }
98
114
  ]
99
115
  },
@@ -101,7 +117,7 @@
101
117
  "description": "API server configuration.",
102
118
  "allOf": [
103
119
  {
104
- "$ref": "#/definitions/__schema38"
120
+ "$ref": "#/definitions/__schema44"
105
121
  }
106
122
  ]
107
123
  },
@@ -109,7 +125,15 @@
109
125
  "description": "Extractor configurations keyed by name.",
110
126
  "allOf": [
111
127
  {
112
- "$ref": "#/definitions/__schema41"
128
+ "$ref": "#/definitions/__schema47"
129
+ }
130
+ ]
131
+ },
132
+ "stateDir": {
133
+ "description": "Directory for persistent state files (issues.json, values.json). Defaults to metadataDir.",
134
+ "allOf": [
135
+ {
136
+ "$ref": "#/definitions/__schema48"
113
137
  }
114
138
  ]
115
139
  },
@@ -117,7 +141,7 @@
117
141
  "description": "Rules for inferring metadata from file attributes.",
118
142
  "allOf": [
119
143
  {
120
- "$ref": "#/definitions/__schema42"
144
+ "$ref": "#/definitions/__schema49"
121
145
  }
122
146
  ]
123
147
  },
@@ -125,7 +149,7 @@
125
149
  "description": "Reusable named JsonMap transformations (inline definition or .json file path resolved relative to config directory).",
126
150
  "allOf": [
127
151
  {
128
- "$ref": "#/definitions/__schema51"
152
+ "$ref": "#/definitions/__schema57"
129
153
  }
130
154
  ]
131
155
  },
@@ -133,7 +157,7 @@
133
157
  "description": "Named reusable Handlebars templates (inline strings or .hbs/.handlebars file paths).",
134
158
  "allOf": [
135
159
  {
136
- "$ref": "#/definitions/__schema52"
160
+ "$ref": "#/definitions/__schema58"
137
161
  }
138
162
  ]
139
163
  },
@@ -141,7 +165,7 @@
141
165
  "description": "Custom Handlebars helper registration.",
142
166
  "allOf": [
143
167
  {
144
- "$ref": "#/definitions/__schema53"
168
+ "$ref": "#/definitions/__schema59"
145
169
  }
146
170
  ]
147
171
  },
@@ -149,7 +173,31 @@
149
173
  "description": "Custom JsonMap lib function registration.",
150
174
  "allOf": [
151
175
  {
152
- "$ref": "#/definitions/__schema55"
176
+ "$ref": "#/definitions/__schema60"
177
+ }
178
+ ]
179
+ },
180
+ "reindex": {
181
+ "description": "Reindex configuration.",
182
+ "allOf": [
183
+ {
184
+ "$ref": "#/definitions/__schema61"
185
+ }
186
+ ]
187
+ },
188
+ "slots": {
189
+ "description": "Named Qdrant filter patterns for skill-activated behaviors.",
190
+ "allOf": [
191
+ {
192
+ "$ref": "#/definitions/__schema62"
193
+ }
194
+ ]
195
+ },
196
+ "search": {
197
+ "description": "Search configuration including score thresholds.",
198
+ "allOf": [
199
+ {
200
+ "$ref": "#/definitions/__schema63"
153
201
  }
154
202
  ]
155
203
  },
@@ -157,7 +205,7 @@
157
205
  "description": "Logging configuration.",
158
206
  "allOf": [
159
207
  {
160
- "$ref": "#/definitions/__schema57"
208
+ "$ref": "#/definitions/__schema64"
161
209
  }
162
210
  ]
163
211
  },
@@ -165,7 +213,7 @@
165
213
  "description": "Timeout in milliseconds for graceful shutdown.",
166
214
  "allOf": [
167
215
  {
168
- "$ref": "#/definitions/__schema60"
216
+ "$ref": "#/definitions/__schema67"
169
217
  }
170
218
  ]
171
219
  },
@@ -173,7 +221,7 @@
173
221
  "description": "Maximum consecutive system-level failures before triggering fatal error. Default: Infinity.",
174
222
  "allOf": [
175
223
  {
176
- "$ref": "#/definitions/__schema61"
224
+ "$ref": "#/definitions/__schema68"
177
225
  }
178
226
  ]
179
227
  },
@@ -181,7 +229,7 @@
181
229
  "description": "Maximum backoff delay in milliseconds for system errors. Default: 60000.",
182
230
  "allOf": [
183
231
  {
184
- "$ref": "#/definitions/__schema62"
232
+ "$ref": "#/definitions/__schema69"
185
233
  }
186
234
  ]
187
235
  }
@@ -193,93 +241,151 @@
193
241
  ],
194
242
  "definitions": {
195
243
  "__schema0": {
244
+ "type": "string"
245
+ },
246
+ "__schema1": {
247
+ "type": "object",
248
+ "propertyNames": {
249
+ "type": "string"
250
+ },
251
+ "additionalProperties": {
252
+ "anyOf": [
253
+ {
254
+ "$ref": "#/definitions/__schema2"
255
+ },
256
+ {
257
+ "type": "string",
258
+ "description": "File path to a JSON schema file."
259
+ }
260
+ ]
261
+ }
262
+ },
263
+ "__schema2": {
264
+ "type": "object",
265
+ "properties": {
266
+ "type": {
267
+ "description": "JSON Schema type (always \"object\" for schema definitions).",
268
+ "allOf": [
269
+ {
270
+ "$ref": "#/definitions/__schema3"
271
+ }
272
+ ]
273
+ },
274
+ "properties": {
275
+ "description": "Map of property names to JSON Schema property definitions.",
276
+ "allOf": [
277
+ {
278
+ "$ref": "#/definitions/__schema4"
279
+ }
280
+ ]
281
+ }
282
+ }
283
+ },
284
+ "__schema3": {
285
+ "type": "string",
286
+ "const": "object"
287
+ },
288
+ "__schema4": {
289
+ "type": "object",
290
+ "propertyNames": {
291
+ "type": "string"
292
+ },
293
+ "additionalProperties": {
294
+ "type": "object",
295
+ "propertyNames": {
296
+ "type": "string"
297
+ },
298
+ "additionalProperties": {}
299
+ }
300
+ },
301
+ "__schema5": {
196
302
  "minItems": 1,
197
303
  "type": "array",
198
304
  "items": {
199
- "$ref": "#/definitions/__schema1"
305
+ "$ref": "#/definitions/__schema6"
200
306
  },
201
307
  "description": "Glob patterns for files to watch (e.g., \"**/*.md\"). At least one required."
202
308
  },
203
- "__schema1": {
309
+ "__schema6": {
204
310
  "type": "string"
205
311
  },
206
- "__schema2": {
312
+ "__schema7": {
207
313
  "description": "Glob patterns to exclude from watching (e.g., \"**/node_modules/**\").",
208
314
  "allOf": [
209
315
  {
210
- "$ref": "#/definitions/__schema3"
316
+ "$ref": "#/definitions/__schema8"
211
317
  }
212
318
  ]
213
319
  },
214
- "__schema3": {
320
+ "__schema8": {
215
321
  "type": "array",
216
322
  "items": {
217
323
  "type": "string"
218
324
  }
219
325
  },
220
- "__schema4": {
326
+ "__schema9": {
221
327
  "description": "Polling interval in milliseconds when usePolling is enabled.",
222
328
  "allOf": [
223
329
  {
224
- "$ref": "#/definitions/__schema5"
330
+ "$ref": "#/definitions/__schema10"
225
331
  }
226
332
  ]
227
333
  },
228
- "__schema5": {
334
+ "__schema10": {
229
335
  "type": "number"
230
336
  },
231
- "__schema6": {
337
+ "__schema11": {
232
338
  "description": "Use polling instead of native file system events (for network drives).",
233
339
  "allOf": [
234
340
  {
235
- "$ref": "#/definitions/__schema7"
341
+ "$ref": "#/definitions/__schema12"
236
342
  }
237
343
  ]
238
344
  },
239
- "__schema7": {
345
+ "__schema12": {
240
346
  "type": "boolean"
241
347
  },
242
- "__schema8": {
348
+ "__schema13": {
243
349
  "description": "Debounce delay in milliseconds for file change events.",
244
350
  "allOf": [
245
351
  {
246
- "$ref": "#/definitions/__schema9"
352
+ "$ref": "#/definitions/__schema14"
247
353
  }
248
354
  ]
249
355
  },
250
- "__schema9": {
356
+ "__schema14": {
251
357
  "type": "number"
252
358
  },
253
- "__schema10": {
359
+ "__schema15": {
254
360
  "description": "Time in milliseconds a file must remain unchanged before processing.",
255
361
  "allOf": [
256
362
  {
257
- "$ref": "#/definitions/__schema11"
363
+ "$ref": "#/definitions/__schema16"
258
364
  }
259
365
  ]
260
366
  },
261
- "__schema11": {
367
+ "__schema16": {
262
368
  "type": "number"
263
369
  },
264
- "__schema12": {
370
+ "__schema17": {
265
371
  "description": "Skip files ignored by .gitignore in git repositories. Only applies to repos with a .git directory. Default: true.",
266
372
  "allOf": [
267
373
  {
268
- "$ref": "#/definitions/__schema13"
374
+ "$ref": "#/definitions/__schema18"
269
375
  }
270
376
  ]
271
377
  },
272
- "__schema13": {
378
+ "__schema18": {
273
379
  "type": "boolean"
274
380
  },
275
- "__schema14": {
381
+ "__schema19": {
276
382
  "type": "object",
277
383
  "properties": {
278
384
  "enabled": {
279
385
  "description": "Enable automatic reloading when config file changes.",
280
386
  "allOf": [
281
387
  {
282
- "$ref": "#/definitions/__schema15"
388
+ "$ref": "#/definitions/__schema20"
283
389
  }
284
390
  ]
285
391
  },
@@ -287,138 +393,160 @@
287
393
  "description": "Debounce delay in milliseconds for config file change detection.",
288
394
  "allOf": [
289
395
  {
290
- "$ref": "#/definitions/__schema16"
396
+ "$ref": "#/definitions/__schema21"
397
+ }
398
+ ]
399
+ },
400
+ "reindex": {
401
+ "description": "Reindex scope triggered on config change. Default: issues.",
402
+ "allOf": [
403
+ {
404
+ "$ref": "#/definitions/__schema22"
291
405
  }
292
406
  ]
293
407
  }
294
408
  }
295
409
  },
296
- "__schema15": {
410
+ "__schema20": {
297
411
  "type": "boolean"
298
412
  },
299
- "__schema16": {
413
+ "__schema21": {
300
414
  "type": "number"
301
415
  },
302
- "__schema17": {
416
+ "__schema22": {
417
+ "anyOf": [
418
+ {
419
+ "type": "string",
420
+ "const": "issues",
421
+ "description": "Re-process only files with recorded issues."
422
+ },
423
+ {
424
+ "type": "string",
425
+ "const": "full",
426
+ "description": "Full reindex of all watched files."
427
+ }
428
+ ]
429
+ },
430
+ "__schema23": {
303
431
  "default": "gemini",
304
432
  "description": "Embedding provider name (e.g., \"gemini\", \"openai\").",
305
433
  "allOf": [
306
434
  {
307
- "$ref": "#/definitions/__schema18"
435
+ "$ref": "#/definitions/__schema24"
308
436
  }
309
437
  ]
310
438
  },
311
- "__schema18": {
439
+ "__schema24": {
312
440
  "type": "string"
313
441
  },
314
- "__schema19": {
442
+ "__schema25": {
315
443
  "default": "gemini-embedding-001",
316
444
  "description": "Embedding model identifier (e.g., \"gemini-embedding-001\", \"text-embedding-3-small\").",
317
445
  "allOf": [
318
446
  {
319
- "$ref": "#/definitions/__schema20"
447
+ "$ref": "#/definitions/__schema26"
320
448
  }
321
449
  ]
322
450
  },
323
- "__schema20": {
451
+ "__schema26": {
324
452
  "type": "string"
325
453
  },
326
- "__schema21": {
454
+ "__schema27": {
327
455
  "description": "Maximum chunk size in characters for text splitting.",
328
456
  "allOf": [
329
457
  {
330
- "$ref": "#/definitions/__schema22"
458
+ "$ref": "#/definitions/__schema28"
331
459
  }
332
460
  ]
333
461
  },
334
- "__schema22": {
462
+ "__schema28": {
335
463
  "type": "number"
336
464
  },
337
- "__schema23": {
465
+ "__schema29": {
338
466
  "description": "Character overlap between consecutive chunks.",
339
467
  "allOf": [
340
468
  {
341
- "$ref": "#/definitions/__schema24"
469
+ "$ref": "#/definitions/__schema30"
342
470
  }
343
471
  ]
344
472
  },
345
- "__schema24": {
473
+ "__schema30": {
346
474
  "type": "number"
347
475
  },
348
- "__schema25": {
476
+ "__schema31": {
349
477
  "description": "Embedding vector dimensions (must match model output).",
350
478
  "allOf": [
351
479
  {
352
- "$ref": "#/definitions/__schema26"
480
+ "$ref": "#/definitions/__schema32"
353
481
  }
354
482
  ]
355
483
  },
356
- "__schema26": {
484
+ "__schema32": {
357
485
  "type": "number"
358
486
  },
359
- "__schema27": {
487
+ "__schema33": {
360
488
  "description": "API key for embedding provider (supports ${ENV_VAR} substitution).",
361
489
  "allOf": [
362
490
  {
363
- "$ref": "#/definitions/__schema28"
491
+ "$ref": "#/definitions/__schema34"
364
492
  }
365
493
  ]
366
494
  },
367
- "__schema28": {
495
+ "__schema34": {
368
496
  "type": "string"
369
497
  },
370
- "__schema29": {
498
+ "__schema35": {
371
499
  "description": "Maximum embedding API requests per minute (rate limiting).",
372
500
  "allOf": [
373
501
  {
374
- "$ref": "#/definitions/__schema30"
502
+ "$ref": "#/definitions/__schema36"
375
503
  }
376
504
  ]
377
505
  },
378
- "__schema30": {
506
+ "__schema36": {
379
507
  "type": "number"
380
508
  },
381
- "__schema31": {
509
+ "__schema37": {
382
510
  "description": "Maximum concurrent embedding requests.",
383
511
  "allOf": [
384
512
  {
385
- "$ref": "#/definitions/__schema32"
513
+ "$ref": "#/definitions/__schema38"
386
514
  }
387
515
  ]
388
516
  },
389
- "__schema32": {
517
+ "__schema38": {
390
518
  "type": "number"
391
519
  },
392
- "__schema33": {
520
+ "__schema39": {
393
521
  "type": "string",
394
522
  "description": "Qdrant server URL (e.g., \"http://localhost:6333\")."
395
523
  },
396
- "__schema34": {
524
+ "__schema40": {
397
525
  "type": "string",
398
526
  "description": "Qdrant collection name for vector storage."
399
527
  },
400
- "__schema35": {
528
+ "__schema41": {
401
529
  "description": "Qdrant API key for authentication (supports ${ENV_VAR} substitution).",
402
530
  "allOf": [
403
531
  {
404
- "$ref": "#/definitions/__schema36"
532
+ "$ref": "#/definitions/__schema42"
405
533
  }
406
534
  ]
407
535
  },
408
- "__schema36": {
536
+ "__schema42": {
409
537
  "type": "string"
410
538
  },
411
- "__schema37": {
539
+ "__schema43": {
412
540
  "type": "string"
413
541
  },
414
- "__schema38": {
542
+ "__schema44": {
415
543
  "type": "object",
416
544
  "properties": {
417
545
  "host": {
418
546
  "description": "Host address for API server (e.g., \"127.0.0.1\", \"0.0.0.0\").",
419
547
  "allOf": [
420
548
  {
421
- "$ref": "#/definitions/__schema39"
549
+ "$ref": "#/definitions/__schema45"
422
550
  }
423
551
  ]
424
552
  },
@@ -426,55 +554,66 @@
426
554
  "description": "Port for API server (e.g., 3456).",
427
555
  "allOf": [
428
556
  {
429
- "$ref": "#/definitions/__schema40"
557
+ "$ref": "#/definitions/__schema46"
430
558
  }
431
559
  ]
432
560
  }
433
561
  }
434
562
  },
435
- "__schema39": {
563
+ "__schema45": {
436
564
  "type": "string"
437
565
  },
438
- "__schema40": {
566
+ "__schema46": {
439
567
  "type": "number"
440
568
  },
441
- "__schema41": {
569
+ "__schema47": {
442
570
  "type": "object",
443
571
  "propertyNames": {
444
572
  "type": "string"
445
573
  },
446
574
  "additionalProperties": {}
447
575
  },
448
- "__schema42": {
576
+ "__schema48": {
577
+ "type": "string"
578
+ },
579
+ "__schema49": {
449
580
  "type": "array",
450
581
  "items": {
451
582
  "type": "object",
452
583
  "properties": {
584
+ "name": {
585
+ "type": "string",
586
+ "minLength": 1,
587
+ "description": "Unique name identifying this inference rule."
588
+ },
589
+ "description": {
590
+ "type": "string",
591
+ "minLength": 1,
592
+ "description": "Human-readable description of what this rule does."
593
+ },
453
594
  "match": {
454
595
  "type": "object",
455
596
  "propertyNames": {
456
- "$ref": "#/definitions/__schema43"
597
+ "$ref": "#/definitions/__schema50"
457
598
  },
458
599
  "additionalProperties": {
459
- "$ref": "#/definitions/__schema44"
600
+ "$ref": "#/definitions/__schema51"
460
601
  },
461
602
  "description": "JSON Schema object to match against file attributes."
462
603
  },
463
- "set": {
464
- "type": "object",
465
- "propertyNames": {
466
- "$ref": "#/definitions/__schema45"
467
- },
468
- "additionalProperties": {
469
- "$ref": "#/definitions/__schema46"
470
- },
471
- "description": "Metadata fields to set when match succeeds."
604
+ "schema": {
605
+ "description": "Array of schema references (named schema refs or inline objects) merged left-to-right.",
606
+ "allOf": [
607
+ {
608
+ "$ref": "#/definitions/__schema52"
609
+ }
610
+ ]
472
611
  },
473
612
  "map": {
474
613
  "description": "JsonMap transformation (inline definition, named map reference, or .json file path).",
475
614
  "allOf": [
476
615
  {
477
- "$ref": "#/definitions/__schema47"
616
+ "$ref": "#/definitions/__schema53"
478
617
  }
479
618
  ]
480
619
  },
@@ -482,36 +621,47 @@
482
621
  "description": "Handlebars content template (inline string, named ref, or .hbs/.handlebars file path).",
483
622
  "allOf": [
484
623
  {
485
- "$ref": "#/definitions/__schema50"
624
+ "$ref": "#/definitions/__schema56"
486
625
  }
487
626
  ]
488
627
  }
489
628
  },
490
629
  "required": [
491
- "match",
492
- "set"
630
+ "name",
631
+ "description",
632
+ "match"
493
633
  ]
494
634
  }
495
635
  },
496
- "__schema43": {
636
+ "__schema50": {
497
637
  "type": "string"
498
638
  },
499
- "__schema44": {},
500
- "__schema45": {
501
- "type": "string"
639
+ "__schema51": {},
640
+ "__schema52": {
641
+ "type": "array",
642
+ "items": {
643
+ "anyOf": [
644
+ {
645
+ "type": "string",
646
+ "description": "Named reference to a global schema."
647
+ },
648
+ {
649
+ "$ref": "#/definitions/__schema2"
650
+ }
651
+ ]
652
+ }
502
653
  },
503
- "__schema46": {},
504
- "__schema47": {
654
+ "__schema53": {
505
655
  "anyOf": [
506
656
  {
507
- "$ref": "#/definitions/__schema48"
657
+ "$ref": "#/definitions/__schema54"
508
658
  },
509
659
  {
510
660
  "type": "string"
511
661
  }
512
662
  ]
513
663
  },
514
- "__schema48": {
664
+ "__schema54": {
515
665
  "anyOf": [
516
666
  {
517
667
  "anyOf": [
@@ -537,7 +687,7 @@
537
687
  "additionalProperties": {
538
688
  "anyOf": [
539
689
  {
540
- "$ref": "#/definitions/__schema48"
690
+ "$ref": "#/definitions/__schema54"
541
691
  },
542
692
  {
543
693
  "type": "object",
@@ -545,12 +695,12 @@
545
695
  "$": {
546
696
  "anyOf": [
547
697
  {
548
- "$ref": "#/definitions/__schema49"
698
+ "$ref": "#/definitions/__schema55"
549
699
  },
550
700
  {
551
701
  "type": "array",
552
702
  "items": {
553
- "$ref": "#/definitions/__schema49"
703
+ "$ref": "#/definitions/__schema55"
554
704
  }
555
705
  }
556
706
  ]
@@ -566,12 +716,12 @@
566
716
  {
567
717
  "type": "array",
568
718
  "items": {
569
- "$ref": "#/definitions/__schema48"
719
+ "$ref": "#/definitions/__schema54"
570
720
  }
571
721
  }
572
722
  ]
573
723
  },
574
- "__schema49": {
724
+ "__schema55": {
575
725
  "type": "object",
576
726
  "properties": {
577
727
  "method": {
@@ -596,10 +746,10 @@
596
746
  "params"
597
747
  ]
598
748
  },
599
- "__schema50": {
749
+ "__schema56": {
600
750
  "type": "string"
601
751
  },
602
- "__schema51": {
752
+ "__schema57": {
603
753
  "type": "object",
604
754
  "propertyNames": {
605
755
  "type": "string"
@@ -607,69 +757,156 @@
607
757
  "additionalProperties": {
608
758
  "anyOf": [
609
759
  {
610
- "$ref": "#/definitions/__schema48"
760
+ "$ref": "#/definitions/__schema54"
611
761
  },
612
762
  {
613
763
  "type": "string"
764
+ },
765
+ {
766
+ "type": "object",
767
+ "properties": {
768
+ "map": {
769
+ "anyOf": [
770
+ {
771
+ "$ref": "#/definitions/__schema54"
772
+ },
773
+ {
774
+ "type": "string"
775
+ }
776
+ ]
777
+ },
778
+ "description": {
779
+ "type": "string"
780
+ }
781
+ },
782
+ "required": [
783
+ "map"
784
+ ]
614
785
  }
615
786
  ]
616
787
  }
617
788
  },
618
- "__schema52": {
789
+ "__schema58": {
619
790
  "type": "object",
620
791
  "propertyNames": {
621
792
  "type": "string"
622
793
  },
623
794
  "additionalProperties": {
795
+ "anyOf": [
796
+ {
797
+ "type": "string"
798
+ },
799
+ {
800
+ "type": "object",
801
+ "properties": {
802
+ "template": {
803
+ "type": "string"
804
+ },
805
+ "description": {
806
+ "type": "string"
807
+ }
808
+ },
809
+ "required": [
810
+ "template"
811
+ ]
812
+ }
813
+ ]
814
+ }
815
+ },
816
+ "__schema59": {
817
+ "type": "object",
818
+ "propertyNames": {
624
819
  "type": "string"
820
+ },
821
+ "additionalProperties": {
822
+ "type": "object",
823
+ "properties": {
824
+ "path": {
825
+ "type": "string"
826
+ },
827
+ "description": {
828
+ "type": "string"
829
+ }
830
+ },
831
+ "required": [
832
+ "path"
833
+ ]
625
834
  }
626
835
  },
627
- "__schema53": {
836
+ "__schema60": {
837
+ "type": "object",
838
+ "propertyNames": {
839
+ "type": "string"
840
+ },
841
+ "additionalProperties": {
842
+ "type": "object",
843
+ "properties": {
844
+ "path": {
845
+ "type": "string"
846
+ },
847
+ "description": {
848
+ "type": "string"
849
+ }
850
+ },
851
+ "required": [
852
+ "path"
853
+ ]
854
+ }
855
+ },
856
+ "__schema61": {
628
857
  "type": "object",
629
858
  "properties": {
630
- "paths": {
631
- "description": "File paths to custom helper modules.",
632
- "allOf": [
633
- {
634
- "$ref": "#/definitions/__schema54"
635
- }
636
- ]
859
+ "callbackUrl": {
860
+ "type": "string",
861
+ "format": "uri"
637
862
  }
638
863
  }
639
864
  },
640
- "__schema54": {
641
- "type": "array",
642
- "items": {
865
+ "__schema62": {
866
+ "type": "object",
867
+ "propertyNames": {
643
868
  "type": "string"
644
- }
869
+ },
870
+ "additionalProperties": {}
645
871
  },
646
- "__schema55": {
872
+ "__schema63": {
647
873
  "type": "object",
648
874
  "properties": {
649
- "paths": {
650
- "description": "File paths to JS modules exporting functions to merge into the JsonMap lib.",
651
- "allOf": [
652
- {
653
- "$ref": "#/definitions/__schema56"
875
+ "scoreThresholds": {
876
+ "type": "object",
877
+ "properties": {
878
+ "strong": {
879
+ "type": "number",
880
+ "minimum": -1,
881
+ "maximum": 1
882
+ },
883
+ "relevant": {
884
+ "type": "number",
885
+ "minimum": -1,
886
+ "maximum": 1
887
+ },
888
+ "noise": {
889
+ "type": "number",
890
+ "minimum": -1,
891
+ "maximum": 1
654
892
  }
893
+ },
894
+ "required": [
895
+ "strong",
896
+ "relevant",
897
+ "noise"
655
898
  ]
656
899
  }
657
900
  }
658
901
  },
659
- "__schema56": {
660
- "type": "array",
661
- "items": {
662
- "type": "string"
663
- }
664
- },
665
- "__schema57": {
902
+ "__schema64": {
666
903
  "type": "object",
667
904
  "properties": {
668
905
  "level": {
669
906
  "description": "Logging level (trace, debug, info, warn, error, fatal).",
670
907
  "allOf": [
671
908
  {
672
- "$ref": "#/definitions/__schema58"
909
+ "$ref": "#/definitions/__schema65"
673
910
  }
674
911
  ]
675
912
  },
@@ -677,25 +914,25 @@
677
914
  "description": "Path to log file (logs to stdout if omitted).",
678
915
  "allOf": [
679
916
  {
680
- "$ref": "#/definitions/__schema59"
917
+ "$ref": "#/definitions/__schema66"
681
918
  }
682
919
  ]
683
920
  }
684
921
  }
685
922
  },
686
- "__schema58": {
923
+ "__schema65": {
687
924
  "type": "string"
688
925
  },
689
- "__schema59": {
926
+ "__schema66": {
690
927
  "type": "string"
691
928
  },
692
- "__schema60": {
929
+ "__schema67": {
693
930
  "type": "number"
694
931
  },
695
- "__schema61": {
932
+ "__schema68": {
696
933
  "type": "number"
697
934
  },
698
- "__schema62": {
935
+ "__schema69": {
699
936
  "type": "number"
700
937
  }
701
938
  }