@@ -24,6 +24,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
24
24
" enum" : [
25
25
" Boolean" ,
26
26
],
27
+ " type" : " string" ,
27
28
},
28
29
" value" : {
29
30
" $ref" : " #/$defs/BooleanPredicateState" ,
@@ -60,6 +61,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
60
61
" enum" : [
61
62
" Datetime" ,
62
63
],
64
+ " type" : " string" ,
63
65
},
64
66
" value" : {
65
67
" $ref" : " #/$defs/DatetimePredicateState" ,
@@ -92,6 +94,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
92
94
" enum" : [
93
95
" KeywordEnum" ,
94
96
],
97
+ " type" : " string" ,
95
98
},
96
99
" value" : {
97
100
" $ref" : " #/$defs/KeywordEnumPredicateState" ,
@@ -124,6 +127,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
124
127
" enum" : [
125
128
" KeywordWildcard" ,
126
129
],
130
+ " type" : " string" ,
127
131
},
128
132
" value" : {
129
133
" $ref" : " #/$defs/KeywordWildcardPredicateState" ,
@@ -156,6 +160,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
156
160
" enum" : [
157
161
" Number" ,
158
162
],
163
+ " type" : " string" ,
159
164
},
160
165
" value" : {
161
166
" $ref" : " #/$defs/NumberPredicateState" ,
@@ -185,6 +190,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
185
190
" enum" : [
186
191
" Text" ,
187
192
],
193
+ " type" : " string" ,
188
194
},
189
195
" value" : {
190
196
" $ref" : " #/$defs/TextPredicateState" ,
@@ -211,6 +217,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
211
217
" enum" : [
212
218
" home" ,
213
219
],
220
+ " type" : " string" ,
214
221
},
215
222
" params" : {
216
223
" $id" : " /schemas/{}" ,
@@ -238,6 +245,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
238
245
" enum" : [
239
246
" install" ,
240
247
],
248
+ " type" : " string" ,
241
249
},
242
250
" params" : {
243
251
" $id" : " /schemas/{}" ,
@@ -265,6 +273,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
265
273
" enum" : [
266
274
" search" ,
267
275
],
276
+ " type" : " string" ,
268
277
},
269
278
" params" : {
270
279
" additionalProperties" : false ,
@@ -285,18 +294,21 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
285
294
" BEST_MATCH" ,
286
295
],
287
296
" title" : " BEST_MATCH" ,
297
+ " type" : " string" ,
288
298
},
289
299
{
290
300
" enum" : [
291
301
" NEWEST" ,
292
302
],
293
303
" title" : " NEWEST" ,
304
+ " type" : " string" ,
294
305
},
295
306
{
296
307
" enum" : [
297
308
" OLDEST" ,
298
309
],
299
310
" title" : " OLDEST" ,
311
+ " type" : " string" ,
300
312
},
301
313
],
302
314
" description" : " Order of search results" ,
@@ -318,6 +330,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
318
330
" enum" : [
319
331
" modified" ,
320
332
],
333
+ " type" : " string" ,
321
334
},
322
335
" predicate" : {
323
336
" $ref" : " #/$defs/DatetimePredicateState" ,
@@ -337,6 +350,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
337
350
" enum" : [
338
351
" size" ,
339
352
],
353
+ " type" : " string" ,
340
354
},
341
355
" predicate" : {
342
356
" $ref" : " #/$defs/NumberPredicateState" ,
@@ -356,6 +370,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
356
370
" enum" : [
357
371
" name" ,
358
372
],
373
+ " type" : " string" ,
359
374
},
360
375
" predicate" : {
361
376
" $ref" : " #/$defs/KeywordWildcardPredicateState" ,
@@ -375,6 +390,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
375
390
" enum" : [
376
391
" hash" ,
377
392
],
393
+ " type" : " string" ,
378
394
},
379
395
" predicate" : {
380
396
" $ref" : " #/$defs/KeywordWildcardPredicateState" ,
@@ -394,6 +410,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
394
410
" enum" : [
395
411
" entries" ,
396
412
],
413
+ " type" : " string" ,
397
414
},
398
415
" predicate" : {
399
416
" $ref" : " #/$defs/NumberPredicateState" ,
@@ -413,6 +430,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
413
430
" enum" : [
414
431
" comment" ,
415
432
],
433
+ " type" : " string" ,
416
434
},
417
435
" predicate" : {
418
436
" $ref" : " #/$defs/TextPredicateState" ,
@@ -432,6 +450,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
432
450
" enum" : [
433
451
" workflow" ,
434
452
],
453
+ " type" : " string" ,
435
454
},
436
455
" predicate" : {
437
456
" $ref" : " #/$defs/KeywordEnumPredicateState" ,
@@ -459,6 +478,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
459
478
" p" ,
460
479
],
461
480
" title" : " Result type: Quilt Package" ,
481
+ " type" : " string" ,
462
482
},
463
483
" userMetaFilters" : {
464
484
" description" : " Filter results by user metadata" ,
@@ -520,6 +540,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
520
540
" enum" : [
521
541
" modified" ,
522
542
],
543
+ " type" : " string" ,
523
544
},
524
545
" predicate" : {
525
546
" $ref" : " #/$defs/DatetimePredicateState" ,
@@ -539,6 +560,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
539
560
" enum" : [
540
561
" size" ,
541
562
],
563
+ " type" : " string" ,
542
564
},
543
565
" predicate" : {
544
566
" $ref" : " #/$defs/NumberPredicateState" ,
@@ -558,6 +580,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
558
580
" enum" : [
559
581
" ext" ,
560
582
],
583
+ " type" : " string" ,
561
584
},
562
585
" predicate" : {
563
586
" $ref" : " #/$defs/KeywordEnumPredicateState" ,
@@ -577,6 +600,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
577
600
" enum" : [
578
601
" key" ,
579
602
],
603
+ " type" : " string" ,
580
604
},
581
605
" predicate" : {
582
606
" $ref" : " #/$defs/KeywordWildcardPredicateState" ,
@@ -596,6 +620,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
596
620
" enum" : [
597
621
" content" ,
598
622
],
623
+ " type" : " string" ,
599
624
},
600
625
" predicate" : {
601
626
" $ref" : " #/$defs/TextPredicateState" ,
@@ -615,6 +640,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
615
640
" enum" : [
616
641
" deleted" ,
617
642
],
643
+ " type" : " string" ,
618
644
},
619
645
" predicate" : {
620
646
" $ref" : " #/$defs/BooleanPredicateState" ,
@@ -637,6 +663,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
637
663
" o" ,
638
664
],
639
665
" title" : " Result type: S3 Object" ,
666
+ " type" : " string" ,
640
667
},
641
668
},
642
669
" required" : [
@@ -674,6 +701,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
674
701
" enum" : [
675
702
" activate" ,
676
703
],
704
+ " type" : " string" ,
677
705
},
678
706
" params" : {
679
707
" $id" : " /schemas/{}" ,
@@ -701,6 +729,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
701
729
" enum" : [
702
730
" bucket.object" ,
703
731
],
732
+ " type" : " string" ,
704
733
},
705
734
" params" : {
706
735
" additionalProperties" : false ,
@@ -745,6 +774,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
745
774
" enum" : [
746
775
" bucket.prefix" ,
747
776
],
777
+ " type" : " string" ,
748
778
},
749
779
" params" : {
750
780
" additionalProperties" : false ,
@@ -779,6 +809,7 @@ exports[`components/Assistant/Model/GlobalTools/navigation NavigateSchema produc
779
809
" enum" : [
780
810
" bucket.overview" ,
781
811
],
812
+ " type" : " string" ,
782
813
},
783
814
" params" : {
784
815
" additionalProperties" : false ,
0 commit comments