@karmaniverous/jeeves-watcher 0.13.0 → 0.15.0

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.
@@ -41,6 +41,9 @@
41
41
  },
42
42
  "respectGitignore": {
43
43
  "$ref": "#/definitions/__schema17"
44
+ },
45
+ "moveDetection": {
46
+ "$ref": "#/definitions/__schema19"
44
47
  }
45
48
  },
46
49
  "required": [
@@ -52,7 +55,7 @@
52
55
  "description": "Configuration file watch settings.",
53
56
  "allOf": [
54
57
  {
55
- "$ref": "#/definitions/__schema19"
58
+ "$ref": "#/definitions/__schema23"
56
59
  }
57
60
  ]
58
61
  },
@@ -60,28 +63,28 @@
60
63
  "type": "object",
61
64
  "properties": {
62
65
  "provider": {
63
- "$ref": "#/definitions/__schema23"
66
+ "$ref": "#/definitions/__schema27"
64
67
  },
65
68
  "model": {
66
- "$ref": "#/definitions/__schema25"
69
+ "$ref": "#/definitions/__schema29"
67
70
  },
68
71
  "chunkSize": {
69
- "$ref": "#/definitions/__schema27"
72
+ "$ref": "#/definitions/__schema31"
70
73
  },
71
74
  "chunkOverlap": {
72
- "$ref": "#/definitions/__schema29"
75
+ "$ref": "#/definitions/__schema33"
73
76
  },
74
77
  "dimensions": {
75
- "$ref": "#/definitions/__schema31"
78
+ "$ref": "#/definitions/__schema35"
76
79
  },
77
80
  "apiKey": {
78
- "$ref": "#/definitions/__schema33"
81
+ "$ref": "#/definitions/__schema37"
79
82
  },
80
83
  "rateLimitPerMinute": {
81
- "$ref": "#/definitions/__schema35"
84
+ "$ref": "#/definitions/__schema39"
82
85
  },
83
86
  "concurrency": {
84
- "$ref": "#/definitions/__schema37"
87
+ "$ref": "#/definitions/__schema41"
85
88
  }
86
89
  },
87
90
  "description": "Embedding model configuration."
@@ -90,13 +93,13 @@
90
93
  "type": "object",
91
94
  "properties": {
92
95
  "url": {
93
- "$ref": "#/definitions/__schema39"
96
+ "$ref": "#/definitions/__schema43"
94
97
  },
95
98
  "collectionName": {
96
- "$ref": "#/definitions/__schema40"
99
+ "$ref": "#/definitions/__schema44"
97
100
  },
98
101
  "apiKey": {
99
- "$ref": "#/definitions/__schema41"
102
+ "$ref": "#/definitions/__schema45"
100
103
  }
101
104
  },
102
105
  "required": [
@@ -105,27 +108,19 @@
105
108
  ],
106
109
  "description": "Qdrant vector store configuration."
107
110
  },
108
- "metadataDir": {
109
- "description": "Directory for persisted metadata sidecar files.",
110
- "allOf": [
111
- {
112
- "$ref": "#/definitions/__schema43"
113
- }
114
- ]
115
- },
116
111
  "api": {
117
112
  "description": "API server configuration.",
118
113
  "allOf": [
119
114
  {
120
- "$ref": "#/definitions/__schema44"
115
+ "$ref": "#/definitions/__schema47"
121
116
  }
122
117
  ]
123
118
  },
124
119
  "stateDir": {
125
- "description": "Directory for persistent state files (issues.json, values.json). Defaults to metadataDir.",
120
+ "description": "Directory for persistent state files (issues.json, values.json, enrichments.sqlite). Defaults to .jeeves-metadata.",
126
121
  "allOf": [
127
122
  {
128
- "$ref": "#/definitions/__schema48"
123
+ "$ref": "#/definitions/__schema51"
129
124
  }
130
125
  ]
131
126
  },
@@ -133,7 +128,7 @@
133
128
  "description": "Rules for inferring metadata from file attributes. Each entry may be an inline rule object or a file path to a JSON rule file (resolved relative to config directory).",
134
129
  "allOf": [
135
130
  {
136
- "$ref": "#/definitions/__schema49"
131
+ "$ref": "#/definitions/__schema52"
137
132
  }
138
133
  ]
139
134
  },
@@ -141,7 +136,7 @@
141
136
  "description": "Reusable named JsonMap transformations (inline definition or .json file path resolved relative to config directory).",
142
137
  "allOf": [
143
138
  {
144
- "$ref": "#/definitions/__schema76"
139
+ "$ref": "#/definitions/__schema79"
145
140
  }
146
141
  ]
147
142
  },
@@ -149,7 +144,7 @@
149
144
  "description": "Named reusable Handlebars templates (inline strings or .hbs/.handlebars file paths).",
150
145
  "allOf": [
151
146
  {
152
- "$ref": "#/definitions/__schema77"
147
+ "$ref": "#/definitions/__schema80"
153
148
  }
154
149
  ]
155
150
  },
@@ -157,7 +152,7 @@
157
152
  "description": "Custom Handlebars helper registration.",
158
153
  "allOf": [
159
154
  {
160
- "$ref": "#/definitions/__schema78"
155
+ "$ref": "#/definitions/__schema81"
161
156
  }
162
157
  ]
163
158
  },
@@ -165,7 +160,7 @@
165
160
  "description": "Custom JsonMap lib function registration.",
166
161
  "allOf": [
167
162
  {
168
- "$ref": "#/definitions/__schema79"
163
+ "$ref": "#/definitions/__schema82"
169
164
  }
170
165
  ]
171
166
  },
@@ -173,7 +168,7 @@
173
168
  "description": "Reindex configuration.",
174
169
  "allOf": [
175
170
  {
176
- "$ref": "#/definitions/__schema80"
171
+ "$ref": "#/definitions/__schema83"
177
172
  }
178
173
  ]
179
174
  },
@@ -181,7 +176,7 @@
181
176
  "description": "Search configuration including score thresholds and hybrid search.",
182
177
  "allOf": [
183
178
  {
184
- "$ref": "#/definitions/__schema82"
179
+ "$ref": "#/definitions/__schema85"
185
180
  }
186
181
  ]
187
182
  },
@@ -189,7 +184,7 @@
189
184
  "description": "Logging configuration.",
190
185
  "allOf": [
191
186
  {
192
- "$ref": "#/definitions/__schema83"
187
+ "$ref": "#/definitions/__schema86"
193
188
  }
194
189
  ]
195
190
  },
@@ -197,7 +192,7 @@
197
192
  "description": "Timeout in milliseconds for graceful shutdown.",
198
193
  "allOf": [
199
194
  {
200
- "$ref": "#/definitions/__schema86"
195
+ "$ref": "#/definitions/__schema89"
201
196
  }
202
197
  ]
203
198
  },
@@ -205,7 +200,7 @@
205
200
  "description": "Maximum consecutive system-level failures before triggering fatal error. Default: Infinity.",
206
201
  "allOf": [
207
202
  {
208
- "$ref": "#/definitions/__schema87"
203
+ "$ref": "#/definitions/__schema90"
209
204
  }
210
205
  ]
211
206
  },
@@ -213,7 +208,7 @@
213
208
  "description": "Maximum backoff delay in milliseconds for system errors. Default: 60000.",
214
209
  "allOf": [
215
210
  {
216
- "$ref": "#/definitions/__schema88"
211
+ "$ref": "#/definitions/__schema91"
217
212
  }
218
213
  ]
219
214
  }
@@ -363,13 +358,52 @@
363
358
  "type": "boolean"
364
359
  },
365
360
  "__schema19": {
361
+ "description": "Move detection: correlate unlink+add events as file moves to avoid re-embedding.",
362
+ "allOf": [
363
+ {
364
+ "$ref": "#/definitions/__schema20"
365
+ }
366
+ ]
367
+ },
368
+ "__schema20": {
369
+ "type": "object",
370
+ "properties": {
371
+ "enabled": {
372
+ "default": true,
373
+ "description": "Enable move detection via content hash correlation.",
374
+ "allOf": [
375
+ {
376
+ "$ref": "#/definitions/__schema21"
377
+ }
378
+ ]
379
+ },
380
+ "bufferMs": {
381
+ "default": 2000,
382
+ "description": "How long (ms) to buffer unlink events before treating as deletes.",
383
+ "allOf": [
384
+ {
385
+ "$ref": "#/definitions/__schema22"
386
+ }
387
+ ]
388
+ }
389
+ }
390
+ },
391
+ "__schema21": {
392
+ "type": "boolean"
393
+ },
394
+ "__schema22": {
395
+ "type": "integer",
396
+ "minimum": 100,
397
+ "maximum": 9007199254740991
398
+ },
399
+ "__schema23": {
366
400
  "type": "object",
367
401
  "properties": {
368
402
  "enabled": {
369
403
  "description": "Enable automatic reloading when config file changes.",
370
404
  "allOf": [
371
405
  {
372
- "$ref": "#/definitions/__schema20"
406
+ "$ref": "#/definitions/__schema24"
373
407
  }
374
408
  ]
375
409
  },
@@ -377,7 +411,7 @@
377
411
  "description": "Debounce delay in milliseconds for config file change detection.",
378
412
  "allOf": [
379
413
  {
380
- "$ref": "#/definitions/__schema21"
414
+ "$ref": "#/definitions/__schema25"
381
415
  }
382
416
  ]
383
417
  },
@@ -385,19 +419,19 @@
385
419
  "description": "Reindex scope triggered on config change. Default: issues.",
386
420
  "allOf": [
387
421
  {
388
- "$ref": "#/definitions/__schema22"
422
+ "$ref": "#/definitions/__schema26"
389
423
  }
390
424
  ]
391
425
  }
392
426
  }
393
427
  },
394
- "__schema20": {
428
+ "__schema24": {
395
429
  "type": "boolean"
396
430
  },
397
- "__schema21": {
431
+ "__schema25": {
398
432
  "type": "number"
399
433
  },
400
- "__schema22": {
434
+ "__schema26": {
401
435
  "anyOf": [
402
436
  {
403
437
  "type": "string",
@@ -416,126 +450,123 @@
416
450
  }
417
451
  ]
418
452
  },
419
- "__schema23": {
453
+ "__schema27": {
420
454
  "default": "gemini",
421
455
  "description": "Embedding provider name (e.g., \"gemini\", \"openai\").",
422
456
  "allOf": [
423
457
  {
424
- "$ref": "#/definitions/__schema24"
458
+ "$ref": "#/definitions/__schema28"
425
459
  }
426
460
  ]
427
461
  },
428
- "__schema24": {
462
+ "__schema28": {
429
463
  "type": "string"
430
464
  },
431
- "__schema25": {
465
+ "__schema29": {
432
466
  "default": "gemini-embedding-001",
433
467
  "description": "Embedding model identifier (e.g., \"gemini-embedding-001\", \"text-embedding-3-small\").",
434
468
  "allOf": [
435
469
  {
436
- "$ref": "#/definitions/__schema26"
470
+ "$ref": "#/definitions/__schema30"
437
471
  }
438
472
  ]
439
473
  },
440
- "__schema26": {
474
+ "__schema30": {
441
475
  "type": "string"
442
476
  },
443
- "__schema27": {
477
+ "__schema31": {
444
478
  "description": "Maximum chunk size in characters for text splitting.",
445
479
  "allOf": [
446
480
  {
447
- "$ref": "#/definitions/__schema28"
481
+ "$ref": "#/definitions/__schema32"
448
482
  }
449
483
  ]
450
484
  },
451
- "__schema28": {
485
+ "__schema32": {
452
486
  "type": "number"
453
487
  },
454
- "__schema29": {
488
+ "__schema33": {
455
489
  "description": "Character overlap between consecutive chunks.",
456
490
  "allOf": [
457
491
  {
458
- "$ref": "#/definitions/__schema30"
492
+ "$ref": "#/definitions/__schema34"
459
493
  }
460
494
  ]
461
495
  },
462
- "__schema30": {
496
+ "__schema34": {
463
497
  "type": "number"
464
498
  },
465
- "__schema31": {
499
+ "__schema35": {
466
500
  "description": "Embedding vector dimensions (must match model output).",
467
501
  "allOf": [
468
502
  {
469
- "$ref": "#/definitions/__schema32"
503
+ "$ref": "#/definitions/__schema36"
470
504
  }
471
505
  ]
472
506
  },
473
- "__schema32": {
507
+ "__schema36": {
474
508
  "type": "number"
475
509
  },
476
- "__schema33": {
510
+ "__schema37": {
477
511
  "description": "API key for embedding provider (supports ${ENV_VAR} substitution).",
478
512
  "allOf": [
479
513
  {
480
- "$ref": "#/definitions/__schema34"
514
+ "$ref": "#/definitions/__schema38"
481
515
  }
482
516
  ]
483
517
  },
484
- "__schema34": {
518
+ "__schema38": {
485
519
  "type": "string"
486
520
  },
487
- "__schema35": {
521
+ "__schema39": {
488
522
  "description": "Maximum embedding API requests per minute (rate limiting).",
489
523
  "allOf": [
490
524
  {
491
- "$ref": "#/definitions/__schema36"
525
+ "$ref": "#/definitions/__schema40"
492
526
  }
493
527
  ]
494
528
  },
495
- "__schema36": {
529
+ "__schema40": {
496
530
  "type": "number"
497
531
  },
498
- "__schema37": {
532
+ "__schema41": {
499
533
  "description": "Maximum concurrent embedding requests.",
500
534
  "allOf": [
501
535
  {
502
- "$ref": "#/definitions/__schema38"
536
+ "$ref": "#/definitions/__schema42"
503
537
  }
504
538
  ]
505
539
  },
506
- "__schema38": {
540
+ "__schema42": {
507
541
  "type": "number"
508
542
  },
509
- "__schema39": {
543
+ "__schema43": {
510
544
  "type": "string",
511
545
  "description": "Qdrant server URL (e.g., \"http://localhost:6333\")."
512
546
  },
513
- "__schema40": {
547
+ "__schema44": {
514
548
  "type": "string",
515
549
  "description": "Qdrant collection name for vector storage."
516
550
  },
517
- "__schema41": {
551
+ "__schema45": {
518
552
  "description": "Qdrant API key for authentication (supports ${ENV_VAR} substitution).",
519
553
  "allOf": [
520
554
  {
521
- "$ref": "#/definitions/__schema42"
555
+ "$ref": "#/definitions/__schema46"
522
556
  }
523
557
  ]
524
558
  },
525
- "__schema42": {
526
- "type": "string"
527
- },
528
- "__schema43": {
559
+ "__schema46": {
529
560
  "type": "string"
530
561
  },
531
- "__schema44": {
562
+ "__schema47": {
532
563
  "type": "object",
533
564
  "properties": {
534
565
  "host": {
535
566
  "description": "Host address for API server (e.g., \"127.0.0.1\", \"0.0.0.0\").",
536
567
  "allOf": [
537
568
  {
538
- "$ref": "#/definitions/__schema45"
569
+ "$ref": "#/definitions/__schema48"
539
570
  }
540
571
  ]
541
572
  },
@@ -543,7 +574,7 @@
543
574
  "description": "Port for API server (e.g., 1936).",
544
575
  "allOf": [
545
576
  {
546
- "$ref": "#/definitions/__schema46"
577
+ "$ref": "#/definitions/__schema49"
547
578
  }
548
579
  ]
549
580
  },
@@ -551,25 +582,25 @@
551
582
  "description": "TTL in milliseconds for caching read-heavy endpoints (e.g., /status, /config). Default: 30000.",
552
583
  "allOf": [
553
584
  {
554
- "$ref": "#/definitions/__schema47"
585
+ "$ref": "#/definitions/__schema50"
555
586
  }
556
587
  ]
557
588
  }
558
589
  }
559
590
  },
560
- "__schema45": {
591
+ "__schema48": {
561
592
  "type": "string"
562
593
  },
563
- "__schema46": {
594
+ "__schema49": {
564
595
  "type": "number"
565
596
  },
566
- "__schema47": {
597
+ "__schema50": {
567
598
  "type": "number"
568
599
  },
569
- "__schema48": {
600
+ "__schema51": {
570
601
  "type": "string"
571
602
  },
572
- "__schema49": {
603
+ "__schema52": {
573
604
  "type": "array",
574
605
  "items": {
575
606
  "anyOf": [
@@ -577,28 +608,28 @@
577
608
  "type": "object",
578
609
  "properties": {
579
610
  "name": {
580
- "$ref": "#/definitions/__schema50"
611
+ "$ref": "#/definitions/__schema53"
581
612
  },
582
613
  "description": {
583
- "$ref": "#/definitions/__schema51"
614
+ "$ref": "#/definitions/__schema54"
584
615
  },
585
616
  "match": {
586
- "$ref": "#/definitions/__schema52"
617
+ "$ref": "#/definitions/__schema55"
587
618
  },
588
619
  "schema": {
589
- "$ref": "#/definitions/__schema55"
620
+ "$ref": "#/definitions/__schema58"
590
621
  },
591
622
  "map": {
592
- "$ref": "#/definitions/__schema57"
623
+ "$ref": "#/definitions/__schema60"
593
624
  },
594
625
  "template": {
595
- "$ref": "#/definitions/__schema61"
626
+ "$ref": "#/definitions/__schema64"
596
627
  },
597
628
  "render": {
598
- "$ref": "#/definitions/__schema63"
629
+ "$ref": "#/definitions/__schema66"
599
630
  },
600
631
  "renderAs": {
601
- "$ref": "#/definitions/__schema74"
632
+ "$ref": "#/definitions/__schema77"
602
633
  }
603
634
  },
604
635
  "required": [
@@ -613,39 +644,39 @@
613
644
  ]
614
645
  }
615
646
  },
616
- "__schema50": {
647
+ "__schema53": {
617
648
  "type": "string",
618
649
  "minLength": 1,
619
650
  "description": "Unique name identifying this inference rule."
620
651
  },
621
- "__schema51": {
652
+ "__schema54": {
622
653
  "type": "string",
623
654
  "minLength": 1,
624
655
  "description": "Human-readable description of what this rule does."
625
656
  },
626
- "__schema52": {
657
+ "__schema55": {
627
658
  "type": "object",
628
659
  "propertyNames": {
629
- "$ref": "#/definitions/__schema53"
660
+ "$ref": "#/definitions/__schema56"
630
661
  },
631
662
  "additionalProperties": {
632
- "$ref": "#/definitions/__schema54"
663
+ "$ref": "#/definitions/__schema57"
633
664
  },
634
665
  "description": "JSON Schema object to match against file attributes."
635
666
  },
636
- "__schema53": {
667
+ "__schema56": {
637
668
  "type": "string"
638
669
  },
639
- "__schema54": {},
640
- "__schema55": {
670
+ "__schema57": {},
671
+ "__schema58": {
641
672
  "description": "Array of schema references (named schema refs or inline objects) merged left-to-right.",
642
673
  "allOf": [
643
674
  {
644
- "$ref": "#/definitions/__schema56"
675
+ "$ref": "#/definitions/__schema59"
645
676
  }
646
677
  ]
647
678
  },
648
- "__schema56": {
679
+ "__schema59": {
649
680
  "type": "array",
650
681
  "items": {
651
682
  "anyOf": [
@@ -659,25 +690,25 @@
659
690
  ]
660
691
  }
661
692
  },
662
- "__schema57": {
693
+ "__schema60": {
663
694
  "description": "JsonMap transformation (inline definition, named map reference, or .json file path).",
664
695
  "allOf": [
665
696
  {
666
- "$ref": "#/definitions/__schema58"
697
+ "$ref": "#/definitions/__schema61"
667
698
  }
668
699
  ]
669
700
  },
670
- "__schema58": {
701
+ "__schema61": {
671
702
  "anyOf": [
672
703
  {
673
- "$ref": "#/definitions/__schema59"
704
+ "$ref": "#/definitions/__schema62"
674
705
  },
675
706
  {
676
707
  "type": "string"
677
708
  }
678
709
  ]
679
710
  },
680
- "__schema59": {
711
+ "__schema62": {
681
712
  "anyOf": [
682
713
  {
683
714
  "anyOf": [
@@ -703,7 +734,7 @@
703
734
  "additionalProperties": {
704
735
  "anyOf": [
705
736
  {
706
- "$ref": "#/definitions/__schema59"
737
+ "$ref": "#/definitions/__schema62"
707
738
  },
708
739
  {
709
740
  "type": "object",
@@ -711,12 +742,12 @@
711
742
  "$": {
712
743
  "anyOf": [
713
744
  {
714
- "$ref": "#/definitions/__schema60"
745
+ "$ref": "#/definitions/__schema63"
715
746
  },
716
747
  {
717
748
  "type": "array",
718
749
  "items": {
719
- "$ref": "#/definitions/__schema60"
750
+ "$ref": "#/definitions/__schema63"
720
751
  }
721
752
  }
722
753
  ]
@@ -732,12 +763,12 @@
732
763
  {
733
764
  "type": "array",
734
765
  "items": {
735
- "$ref": "#/definitions/__schema59"
766
+ "$ref": "#/definitions/__schema62"
736
767
  }
737
768
  }
738
769
  ]
739
770
  },
740
- "__schema60": {
771
+ "__schema63": {
741
772
  "type": "object",
742
773
  "properties": {
743
774
  "method": {
@@ -762,39 +793,39 @@
762
793
  "params"
763
794
  ]
764
795
  },
765
- "__schema61": {
796
+ "__schema64": {
766
797
  "description": "Handlebars content template (inline string, named ref, or .hbs/.handlebars file path).",
767
798
  "allOf": [
768
799
  {
769
- "$ref": "#/definitions/__schema62"
800
+ "$ref": "#/definitions/__schema65"
770
801
  }
771
802
  ]
772
803
  },
773
- "__schema62": {
804
+ "__schema65": {
774
805
  "type": "string"
775
806
  },
776
- "__schema63": {
807
+ "__schema66": {
777
808
  "description": "Declarative render configuration for frontmatter + structured Markdown output (mutually exclusive with template).",
778
809
  "allOf": [
779
810
  {
780
- "$ref": "#/definitions/__schema64"
811
+ "$ref": "#/definitions/__schema67"
781
812
  }
782
813
  ]
783
814
  },
784
- "__schema64": {
815
+ "__schema67": {
785
816
  "type": "object",
786
817
  "properties": {
787
818
  "frontmatter": {
788
819
  "type": "array",
789
820
  "items": {
790
- "$ref": "#/definitions/__schema65"
821
+ "$ref": "#/definitions/__schema68"
791
822
  },
792
823
  "description": "Keys or glob patterns to include as YAML frontmatter. Supports picomatch globs (e.g. \"*\") and \"!\"-prefixed exclusion patterns (e.g. \"!_*\"). Explicit names preserve declaration order; glob-matched keys are sorted alphabetically."
793
824
  },
794
825
  "body": {
795
826
  "type": "array",
796
827
  "items": {
797
- "$ref": "#/definitions/__schema66"
828
+ "$ref": "#/definitions/__schema69"
798
829
  },
799
830
  "description": "Ordered markdown body sections."
800
831
  }
@@ -804,11 +835,11 @@
804
835
  "body"
805
836
  ]
806
837
  },
807
- "__schema65": {
838
+ "__schema68": {
808
839
  "type": "string",
809
840
  "minLength": 1
810
841
  },
811
- "__schema66": {
842
+ "__schema69": {
812
843
  "type": "object",
813
844
  "properties": {
814
845
  "path": {
@@ -826,7 +857,7 @@
826
857
  "description": "Override heading text.",
827
858
  "allOf": [
828
859
  {
829
- "$ref": "#/definitions/__schema67"
860
+ "$ref": "#/definitions/__schema70"
830
861
  }
831
862
  ]
832
863
  },
@@ -834,7 +865,7 @@
834
865
  "description": "Name of a registered Handlebars helper used as a format handler.",
835
866
  "allOf": [
836
867
  {
837
- "$ref": "#/definitions/__schema68"
868
+ "$ref": "#/definitions/__schema71"
838
869
  }
839
870
  ]
840
871
  },
@@ -842,7 +873,7 @@
842
873
  "description": "Additional args passed to the format helper.",
843
874
  "allOf": [
844
875
  {
845
- "$ref": "#/definitions/__schema69"
876
+ "$ref": "#/definitions/__schema72"
846
877
  }
847
878
  ]
848
879
  },
@@ -850,7 +881,7 @@
850
881
  "description": "If true, the value at path is treated as an array and iterated.",
851
882
  "allOf": [
852
883
  {
853
- "$ref": "#/definitions/__schema70"
884
+ "$ref": "#/definitions/__schema73"
854
885
  }
855
886
  ]
856
887
  },
@@ -858,7 +889,7 @@
858
889
  "description": "Handlebars template string for per-item heading text (used when each=true).",
859
890
  "allOf": [
860
891
  {
861
- "$ref": "#/definitions/__schema71"
892
+ "$ref": "#/definitions/__schema74"
862
893
  }
863
894
  ]
864
895
  },
@@ -866,7 +897,7 @@
866
897
  "description": "Key path within each item to use as renderable content (used when each=true).",
867
898
  "allOf": [
868
899
  {
869
- "$ref": "#/definitions/__schema72"
900
+ "$ref": "#/definitions/__schema75"
870
901
  }
871
902
  ]
872
903
  },
@@ -874,7 +905,7 @@
874
905
  "description": "Key path within each item to sort by (used when each=true).",
875
906
  "allOf": [
876
907
  {
877
- "$ref": "#/definitions/__schema73"
908
+ "$ref": "#/definitions/__schema76"
878
909
  }
879
910
  ]
880
911
  }
@@ -884,41 +915,41 @@
884
915
  "heading"
885
916
  ]
886
917
  },
887
- "__schema67": {
918
+ "__schema70": {
888
919
  "type": "string"
889
920
  },
890
- "__schema68": {
921
+ "__schema71": {
891
922
  "type": "string"
892
923
  },
893
- "__schema69": {
924
+ "__schema72": {
894
925
  "type": "array",
895
926
  "items": {}
896
927
  },
897
- "__schema70": {
928
+ "__schema73": {
898
929
  "type": "boolean"
899
930
  },
900
- "__schema71": {
931
+ "__schema74": {
901
932
  "type": "string"
902
933
  },
903
- "__schema72": {
934
+ "__schema75": {
904
935
  "type": "string"
905
936
  },
906
- "__schema73": {
937
+ "__schema76": {
907
938
  "type": "string"
908
939
  },
909
- "__schema74": {
940
+ "__schema77": {
910
941
  "description": "Output file extension override (without dot). Requires template or render.",
911
942
  "allOf": [
912
943
  {
913
- "$ref": "#/definitions/__schema75"
944
+ "$ref": "#/definitions/__schema78"
914
945
  }
915
946
  ]
916
947
  },
917
- "__schema75": {
948
+ "__schema78": {
918
949
  "type": "string",
919
950
  "pattern": "^[a-z0-9]{1,10}$"
920
951
  },
921
- "__schema76": {
952
+ "__schema79": {
922
953
  "type": "object",
923
954
  "propertyNames": {
924
955
  "type": "string"
@@ -926,7 +957,7 @@
926
957
  "additionalProperties": {
927
958
  "anyOf": [
928
959
  {
929
- "$ref": "#/definitions/__schema59"
960
+ "$ref": "#/definitions/__schema62"
930
961
  },
931
962
  {
932
963
  "type": "string"
@@ -937,7 +968,7 @@
937
968
  "map": {
938
969
  "anyOf": [
939
970
  {
940
- "$ref": "#/definitions/__schema59"
971
+ "$ref": "#/definitions/__schema62"
941
972
  },
942
973
  {
943
974
  "type": "string"
@@ -955,7 +986,7 @@
955
986
  ]
956
987
  }
957
988
  },
958
- "__schema77": {
989
+ "__schema80": {
959
990
  "type": "object",
960
991
  "propertyNames": {
961
992
  "type": "string"
@@ -982,7 +1013,7 @@
982
1013
  ]
983
1014
  }
984
1015
  },
985
- "__schema78": {
1016
+ "__schema81": {
986
1017
  "type": "object",
987
1018
  "propertyNames": {
988
1019
  "type": "string"
@@ -1002,7 +1033,7 @@
1002
1033
  ]
1003
1034
  }
1004
1035
  },
1005
- "__schema79": {
1036
+ "__schema82": {
1006
1037
  "type": "object",
1007
1038
  "propertyNames": {
1008
1039
  "type": "string"
@@ -1022,7 +1053,7 @@
1022
1053
  ]
1023
1054
  }
1024
1055
  },
1025
- "__schema80": {
1056
+ "__schema83": {
1026
1057
  "type": "object",
1027
1058
  "properties": {
1028
1059
  "callbackUrl": {
@@ -1034,18 +1065,18 @@
1034
1065
  "description": "Maximum concurrent file operations during reindex (default 50).",
1035
1066
  "allOf": [
1036
1067
  {
1037
- "$ref": "#/definitions/__schema81"
1068
+ "$ref": "#/definitions/__schema84"
1038
1069
  }
1039
1070
  ]
1040
1071
  }
1041
1072
  }
1042
1073
  },
1043
- "__schema81": {
1074
+ "__schema84": {
1044
1075
  "type": "integer",
1045
1076
  "minimum": 1,
1046
1077
  "maximum": 9007199254740991
1047
1078
  },
1048
- "__schema82": {
1079
+ "__schema85": {
1049
1080
  "type": "object",
1050
1081
  "properties": {
1051
1082
  "scoreThresholds": {
@@ -1090,14 +1121,14 @@
1090
1121
  }
1091
1122
  }
1092
1123
  },
1093
- "__schema83": {
1124
+ "__schema86": {
1094
1125
  "type": "object",
1095
1126
  "properties": {
1096
1127
  "level": {
1097
1128
  "description": "Logging level (trace, debug, info, warn, error, fatal).",
1098
1129
  "allOf": [
1099
1130
  {
1100
- "$ref": "#/definitions/__schema84"
1131
+ "$ref": "#/definitions/__schema87"
1101
1132
  }
1102
1133
  ]
1103
1134
  },
@@ -1105,25 +1136,25 @@
1105
1136
  "description": "Path to log file (logs to stdout if omitted).",
1106
1137
  "allOf": [
1107
1138
  {
1108
- "$ref": "#/definitions/__schema85"
1139
+ "$ref": "#/definitions/__schema88"
1109
1140
  }
1110
1141
  ]
1111
1142
  }
1112
1143
  }
1113
1144
  },
1114
- "__schema84": {
1145
+ "__schema87": {
1115
1146
  "type": "string"
1116
1147
  },
1117
- "__schema85": {
1148
+ "__schema88": {
1118
1149
  "type": "string"
1119
1150
  },
1120
- "__schema86": {
1151
+ "__schema89": {
1121
1152
  "type": "number"
1122
1153
  },
1123
- "__schema87": {
1154
+ "__schema90": {
1124
1155
  "type": "number"
1125
1156
  },
1126
- "__schema88": {
1157
+ "__schema91": {
1127
1158
  "type": "number"
1128
1159
  }
1129
1160
  }