@redocly/config 0.8.2 → 0.10.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.
@@ -0,0 +1,3866 @@
1
+ export declare const navItemsSchema: {
2
+ readonly type: "array";
3
+ readonly items: {
4
+ readonly properties: {
5
+ readonly items: {
6
+ readonly type: "array";
7
+ readonly items: {
8
+ readonly type: "object";
9
+ readonly properties: {
10
+ readonly page: {
11
+ readonly type: "string";
12
+ };
13
+ readonly directory: {
14
+ readonly type: "string";
15
+ };
16
+ readonly disconnect: {
17
+ readonly type: "boolean";
18
+ readonly default: false;
19
+ };
20
+ readonly group: {
21
+ readonly type: "string";
22
+ };
23
+ readonly label: {
24
+ readonly type: "string";
25
+ };
26
+ readonly href: {
27
+ readonly type: "string";
28
+ };
29
+ readonly external: {
30
+ readonly type: "boolean";
31
+ };
32
+ readonly labelTranslationKey: {
33
+ readonly type: "string";
34
+ };
35
+ readonly groupTranslationKey: {
36
+ readonly type: "string";
37
+ };
38
+ readonly icon: {
39
+ readonly oneOf: readonly [{
40
+ readonly type: "string";
41
+ }, {
42
+ readonly type: "object";
43
+ readonly properties: {
44
+ readonly srcSet: {
45
+ readonly type: "string";
46
+ };
47
+ };
48
+ readonly required: readonly ["srcSet"];
49
+ }];
50
+ };
51
+ readonly separator: {
52
+ readonly type: "string";
53
+ };
54
+ readonly separatorLine: {
55
+ readonly type: "boolean";
56
+ };
57
+ readonly linePosition: {
58
+ readonly type: "string";
59
+ readonly enum: readonly ["top", "bottom"];
60
+ readonly default: "top";
61
+ };
62
+ readonly version: {
63
+ readonly type: "string";
64
+ };
65
+ readonly menuStyle: {
66
+ readonly type: "string";
67
+ readonly enum: readonly ["drilldown"];
68
+ };
69
+ readonly expanded: {
70
+ readonly type: "string";
71
+ readonly const: "always";
72
+ };
73
+ readonly selectFirstItemOnExpand: {
74
+ readonly type: "boolean";
75
+ };
76
+ readonly flatten: {
77
+ readonly type: "boolean";
78
+ };
79
+ readonly linkedSidebars: {
80
+ readonly type: "array";
81
+ readonly items: {
82
+ readonly type: "string";
83
+ };
84
+ };
85
+ readonly items: {
86
+ readonly type: "array";
87
+ readonly items: {
88
+ readonly type: "object";
89
+ readonly additionalProperties: true;
90
+ };
91
+ };
92
+ };
93
+ };
94
+ };
95
+ readonly page: {
96
+ readonly type: "string";
97
+ };
98
+ readonly directory: {
99
+ readonly type: "string";
100
+ };
101
+ readonly disconnect: {
102
+ readonly type: "boolean";
103
+ readonly default: false;
104
+ };
105
+ readonly group: {
106
+ readonly type: "string";
107
+ };
108
+ readonly label: {
109
+ readonly type: "string";
110
+ };
111
+ readonly href: {
112
+ readonly type: "string";
113
+ };
114
+ readonly external: {
115
+ readonly type: "boolean";
116
+ };
117
+ readonly labelTranslationKey: {
118
+ readonly type: "string";
119
+ };
120
+ readonly groupTranslationKey: {
121
+ readonly type: "string";
122
+ };
123
+ readonly icon: {
124
+ readonly oneOf: readonly [{
125
+ readonly type: "string";
126
+ }, {
127
+ readonly type: "object";
128
+ readonly properties: {
129
+ readonly srcSet: {
130
+ readonly type: "string";
131
+ };
132
+ };
133
+ readonly required: readonly ["srcSet"];
134
+ }];
135
+ };
136
+ readonly separator: {
137
+ readonly type: "string";
138
+ };
139
+ readonly separatorLine: {
140
+ readonly type: "boolean";
141
+ };
142
+ readonly linePosition: {
143
+ readonly type: "string";
144
+ readonly enum: readonly ["top", "bottom"];
145
+ readonly default: "top";
146
+ };
147
+ readonly version: {
148
+ readonly type: "string";
149
+ };
150
+ readonly menuStyle: {
151
+ readonly type: "string";
152
+ readonly enum: readonly ["drilldown"];
153
+ };
154
+ readonly expanded: {
155
+ readonly type: "string";
156
+ readonly const: "always";
157
+ };
158
+ readonly selectFirstItemOnExpand: {
159
+ readonly type: "boolean";
160
+ };
161
+ readonly flatten: {
162
+ readonly type: "boolean";
163
+ };
164
+ readonly linkedSidebars: {
165
+ readonly type: "array";
166
+ readonly items: {
167
+ readonly type: "string";
168
+ };
169
+ };
170
+ };
171
+ readonly type: "object";
172
+ };
173
+ };
174
+ export declare const productConfigSchema: {
175
+ readonly type: "object";
176
+ readonly properties: {
177
+ readonly name: {
178
+ readonly type: "string";
179
+ };
180
+ readonly icon: {
181
+ readonly type: "string";
182
+ };
183
+ readonly folder: {
184
+ readonly type: "string";
185
+ };
186
+ };
187
+ readonly additionalProperties: false;
188
+ readonly required: readonly ["name", "folder"];
189
+ };
190
+ export declare const logoConfigSchema: {
191
+ readonly type: "object";
192
+ readonly properties: {
193
+ readonly image: {
194
+ readonly type: "string";
195
+ };
196
+ readonly srcSet: {
197
+ readonly type: "string";
198
+ };
199
+ readonly altText: {
200
+ readonly type: "string";
201
+ };
202
+ readonly link: {
203
+ readonly type: "string";
204
+ };
205
+ readonly favicon: {
206
+ readonly type: "string";
207
+ };
208
+ };
209
+ readonly additionalProperties: false;
210
+ };
211
+ export declare const navbarConfigSchema: {
212
+ readonly type: "object";
213
+ readonly properties: {
214
+ readonly hide: {
215
+ readonly type: "boolean";
216
+ };
217
+ readonly items: {
218
+ readonly type: "array";
219
+ readonly items: {
220
+ readonly properties: {
221
+ readonly items: {
222
+ readonly type: "array";
223
+ readonly items: {
224
+ readonly type: "object";
225
+ readonly properties: {
226
+ readonly page: {
227
+ readonly type: "string";
228
+ };
229
+ readonly directory: {
230
+ readonly type: "string";
231
+ };
232
+ readonly disconnect: {
233
+ readonly type: "boolean";
234
+ readonly default: false;
235
+ };
236
+ readonly group: {
237
+ readonly type: "string";
238
+ };
239
+ readonly label: {
240
+ readonly type: "string";
241
+ };
242
+ readonly href: {
243
+ readonly type: "string";
244
+ };
245
+ readonly external: {
246
+ readonly type: "boolean";
247
+ };
248
+ readonly labelTranslationKey: {
249
+ readonly type: "string";
250
+ };
251
+ readonly groupTranslationKey: {
252
+ readonly type: "string";
253
+ };
254
+ readonly icon: {
255
+ readonly oneOf: readonly [{
256
+ readonly type: "string";
257
+ }, {
258
+ readonly type: "object";
259
+ readonly properties: {
260
+ readonly srcSet: {
261
+ readonly type: "string";
262
+ };
263
+ };
264
+ readonly required: readonly ["srcSet"];
265
+ }];
266
+ };
267
+ readonly separator: {
268
+ readonly type: "string";
269
+ };
270
+ readonly separatorLine: {
271
+ readonly type: "boolean";
272
+ };
273
+ readonly linePosition: {
274
+ readonly type: "string";
275
+ readonly enum: readonly ["top", "bottom"];
276
+ readonly default: "top";
277
+ };
278
+ readonly version: {
279
+ readonly type: "string";
280
+ };
281
+ readonly menuStyle: {
282
+ readonly type: "string";
283
+ readonly enum: readonly ["drilldown"];
284
+ };
285
+ readonly expanded: {
286
+ readonly type: "string";
287
+ readonly const: "always";
288
+ };
289
+ readonly selectFirstItemOnExpand: {
290
+ readonly type: "boolean";
291
+ };
292
+ readonly flatten: {
293
+ readonly type: "boolean";
294
+ };
295
+ readonly linkedSidebars: {
296
+ readonly type: "array";
297
+ readonly items: {
298
+ readonly type: "string";
299
+ };
300
+ };
301
+ readonly items: {
302
+ readonly type: "array";
303
+ readonly items: {
304
+ readonly type: "object";
305
+ readonly additionalProperties: true;
306
+ };
307
+ };
308
+ };
309
+ };
310
+ };
311
+ readonly page: {
312
+ readonly type: "string";
313
+ };
314
+ readonly directory: {
315
+ readonly type: "string";
316
+ };
317
+ readonly disconnect: {
318
+ readonly type: "boolean";
319
+ readonly default: false;
320
+ };
321
+ readonly group: {
322
+ readonly type: "string";
323
+ };
324
+ readonly label: {
325
+ readonly type: "string";
326
+ };
327
+ readonly href: {
328
+ readonly type: "string";
329
+ };
330
+ readonly external: {
331
+ readonly type: "boolean";
332
+ };
333
+ readonly labelTranslationKey: {
334
+ readonly type: "string";
335
+ };
336
+ readonly groupTranslationKey: {
337
+ readonly type: "string";
338
+ };
339
+ readonly icon: {
340
+ readonly oneOf: readonly [{
341
+ readonly type: "string";
342
+ }, {
343
+ readonly type: "object";
344
+ readonly properties: {
345
+ readonly srcSet: {
346
+ readonly type: "string";
347
+ };
348
+ };
349
+ readonly required: readonly ["srcSet"];
350
+ }];
351
+ };
352
+ readonly separator: {
353
+ readonly type: "string";
354
+ };
355
+ readonly separatorLine: {
356
+ readonly type: "boolean";
357
+ };
358
+ readonly linePosition: {
359
+ readonly type: "string";
360
+ readonly enum: readonly ["top", "bottom"];
361
+ readonly default: "top";
362
+ };
363
+ readonly version: {
364
+ readonly type: "string";
365
+ };
366
+ readonly menuStyle: {
367
+ readonly type: "string";
368
+ readonly enum: readonly ["drilldown"];
369
+ };
370
+ readonly expanded: {
371
+ readonly type: "string";
372
+ readonly const: "always";
373
+ };
374
+ readonly selectFirstItemOnExpand: {
375
+ readonly type: "boolean";
376
+ };
377
+ readonly flatten: {
378
+ readonly type: "boolean";
379
+ };
380
+ readonly linkedSidebars: {
381
+ readonly type: "array";
382
+ readonly items: {
383
+ readonly type: "string";
384
+ };
385
+ };
386
+ };
387
+ readonly type: "object";
388
+ };
389
+ };
390
+ };
391
+ readonly additionalProperties: false;
392
+ };
393
+ export declare const productsConfigSchema: {
394
+ readonly type: "object";
395
+ readonly additionalProperties: {
396
+ readonly type: "object";
397
+ readonly properties: {
398
+ readonly name: {
399
+ readonly type: "string";
400
+ };
401
+ readonly icon: {
402
+ readonly type: "string";
403
+ };
404
+ readonly folder: {
405
+ readonly type: "string";
406
+ };
407
+ };
408
+ readonly additionalProperties: false;
409
+ readonly required: readonly ["name", "folder"];
410
+ };
411
+ };
412
+ export declare const footerConfigSchema: {
413
+ readonly type: "object";
414
+ readonly properties: {
415
+ readonly hide: {
416
+ readonly type: "boolean";
417
+ };
418
+ readonly items: {
419
+ readonly type: "array";
420
+ readonly items: {
421
+ readonly properties: {
422
+ readonly items: {
423
+ readonly type: "array";
424
+ readonly items: {
425
+ readonly type: "object";
426
+ readonly properties: {
427
+ readonly page: {
428
+ readonly type: "string";
429
+ };
430
+ readonly directory: {
431
+ readonly type: "string";
432
+ };
433
+ readonly disconnect: {
434
+ readonly type: "boolean";
435
+ readonly default: false;
436
+ };
437
+ readonly group: {
438
+ readonly type: "string";
439
+ };
440
+ readonly label: {
441
+ readonly type: "string";
442
+ };
443
+ readonly href: {
444
+ readonly type: "string";
445
+ };
446
+ readonly external: {
447
+ readonly type: "boolean";
448
+ };
449
+ readonly labelTranslationKey: {
450
+ readonly type: "string";
451
+ };
452
+ readonly groupTranslationKey: {
453
+ readonly type: "string";
454
+ };
455
+ readonly icon: {
456
+ readonly oneOf: readonly [{
457
+ readonly type: "string";
458
+ }, {
459
+ readonly type: "object";
460
+ readonly properties: {
461
+ readonly srcSet: {
462
+ readonly type: "string";
463
+ };
464
+ };
465
+ readonly required: readonly ["srcSet"];
466
+ }];
467
+ };
468
+ readonly separator: {
469
+ readonly type: "string";
470
+ };
471
+ readonly separatorLine: {
472
+ readonly type: "boolean";
473
+ };
474
+ readonly linePosition: {
475
+ readonly type: "string";
476
+ readonly enum: readonly ["top", "bottom"];
477
+ readonly default: "top";
478
+ };
479
+ readonly version: {
480
+ readonly type: "string";
481
+ };
482
+ readonly menuStyle: {
483
+ readonly type: "string";
484
+ readonly enum: readonly ["drilldown"];
485
+ };
486
+ readonly expanded: {
487
+ readonly type: "string";
488
+ readonly const: "always";
489
+ };
490
+ readonly selectFirstItemOnExpand: {
491
+ readonly type: "boolean";
492
+ };
493
+ readonly flatten: {
494
+ readonly type: "boolean";
495
+ };
496
+ readonly linkedSidebars: {
497
+ readonly type: "array";
498
+ readonly items: {
499
+ readonly type: "string";
500
+ };
501
+ };
502
+ readonly items: {
503
+ readonly type: "array";
504
+ readonly items: {
505
+ readonly type: "object";
506
+ readonly additionalProperties: true;
507
+ };
508
+ };
509
+ };
510
+ };
511
+ };
512
+ readonly page: {
513
+ readonly type: "string";
514
+ };
515
+ readonly directory: {
516
+ readonly type: "string";
517
+ };
518
+ readonly disconnect: {
519
+ readonly type: "boolean";
520
+ readonly default: false;
521
+ };
522
+ readonly group: {
523
+ readonly type: "string";
524
+ };
525
+ readonly label: {
526
+ readonly type: "string";
527
+ };
528
+ readonly href: {
529
+ readonly type: "string";
530
+ };
531
+ readonly external: {
532
+ readonly type: "boolean";
533
+ };
534
+ readonly labelTranslationKey: {
535
+ readonly type: "string";
536
+ };
537
+ readonly groupTranslationKey: {
538
+ readonly type: "string";
539
+ };
540
+ readonly icon: {
541
+ readonly oneOf: readonly [{
542
+ readonly type: "string";
543
+ }, {
544
+ readonly type: "object";
545
+ readonly properties: {
546
+ readonly srcSet: {
547
+ readonly type: "string";
548
+ };
549
+ };
550
+ readonly required: readonly ["srcSet"];
551
+ }];
552
+ };
553
+ readonly separator: {
554
+ readonly type: "string";
555
+ };
556
+ readonly separatorLine: {
557
+ readonly type: "boolean";
558
+ };
559
+ readonly linePosition: {
560
+ readonly type: "string";
561
+ readonly enum: readonly ["top", "bottom"];
562
+ readonly default: "top";
563
+ };
564
+ readonly version: {
565
+ readonly type: "string";
566
+ };
567
+ readonly menuStyle: {
568
+ readonly type: "string";
569
+ readonly enum: readonly ["drilldown"];
570
+ };
571
+ readonly expanded: {
572
+ readonly type: "string";
573
+ readonly const: "always";
574
+ };
575
+ readonly selectFirstItemOnExpand: {
576
+ readonly type: "boolean";
577
+ };
578
+ readonly flatten: {
579
+ readonly type: "boolean";
580
+ };
581
+ readonly linkedSidebars: {
582
+ readonly type: "array";
583
+ readonly items: {
584
+ readonly type: "string";
585
+ };
586
+ };
587
+ };
588
+ readonly type: "object";
589
+ };
590
+ };
591
+ readonly copyrightText: {
592
+ readonly type: "string";
593
+ };
594
+ readonly logo: {
595
+ readonly type: "object";
596
+ readonly properties: {
597
+ readonly hide: {
598
+ readonly type: "boolean";
599
+ };
600
+ };
601
+ readonly additionalProperties: false;
602
+ };
603
+ };
604
+ readonly additionalProperties: false;
605
+ };
606
+ export declare const sidebarConfigSchema: {
607
+ readonly type: "object";
608
+ readonly properties: {
609
+ readonly hide: {
610
+ readonly type: "boolean";
611
+ };
612
+ readonly separatorLine: {
613
+ readonly type: "boolean";
614
+ };
615
+ readonly linePosition: {
616
+ readonly type: "string";
617
+ readonly enum: readonly ["top", "bottom"];
618
+ readonly default: "bottom";
619
+ };
620
+ };
621
+ readonly additionalProperties: false;
622
+ };
623
+ export declare const scriptsConfigSchema: {
624
+ readonly type: "object";
625
+ readonly properties: {
626
+ readonly head: {
627
+ readonly type: "array";
628
+ readonly items: {
629
+ readonly type: "object";
630
+ readonly properties: {
631
+ readonly src: {
632
+ readonly type: "string";
633
+ };
634
+ readonly async: {
635
+ readonly type: "boolean";
636
+ };
637
+ readonly crossorigin: {
638
+ readonly type: "string";
639
+ };
640
+ readonly defer: {
641
+ readonly type: "boolean";
642
+ };
643
+ readonly fetchpriority: {
644
+ readonly type: "string";
645
+ };
646
+ readonly integrity: {
647
+ readonly type: "string";
648
+ };
649
+ readonly module: {
650
+ readonly type: "boolean";
651
+ };
652
+ readonly nomodule: {
653
+ readonly type: "boolean";
654
+ };
655
+ readonly nonce: {
656
+ readonly type: "string";
657
+ };
658
+ readonly referrerpolicy: {
659
+ readonly type: "string";
660
+ };
661
+ readonly type: {
662
+ readonly type: "string";
663
+ };
664
+ };
665
+ readonly required: readonly ["src"];
666
+ readonly additionalProperties: true;
667
+ };
668
+ };
669
+ readonly body: {
670
+ readonly type: "array";
671
+ readonly items: {
672
+ readonly type: "object";
673
+ readonly properties: {
674
+ readonly src: {
675
+ readonly type: "string";
676
+ };
677
+ readonly async: {
678
+ readonly type: "boolean";
679
+ };
680
+ readonly crossorigin: {
681
+ readonly type: "string";
682
+ };
683
+ readonly defer: {
684
+ readonly type: "boolean";
685
+ };
686
+ readonly fetchpriority: {
687
+ readonly type: "string";
688
+ };
689
+ readonly integrity: {
690
+ readonly type: "string";
691
+ };
692
+ readonly module: {
693
+ readonly type: "boolean";
694
+ };
695
+ readonly nomodule: {
696
+ readonly type: "boolean";
697
+ };
698
+ readonly nonce: {
699
+ readonly type: "string";
700
+ };
701
+ readonly referrerpolicy: {
702
+ readonly type: "string";
703
+ };
704
+ readonly type: {
705
+ readonly type: "string";
706
+ };
707
+ };
708
+ readonly required: readonly ["src"];
709
+ readonly additionalProperties: true;
710
+ };
711
+ };
712
+ };
713
+ readonly additionalProperties: false;
714
+ };
715
+ export declare const linksConfigSchema: {
716
+ readonly type: "array";
717
+ readonly items: {
718
+ readonly type: "object";
719
+ readonly properties: {
720
+ readonly href: {
721
+ readonly type: "string";
722
+ };
723
+ readonly as: {
724
+ readonly type: "string";
725
+ };
726
+ readonly crossorigin: {
727
+ readonly type: "string";
728
+ };
729
+ readonly fetchpriority: {
730
+ readonly type: "string";
731
+ };
732
+ readonly hreflang: {
733
+ readonly type: "string";
734
+ };
735
+ readonly imagesizes: {
736
+ readonly type: "string";
737
+ };
738
+ readonly imagesrcset: {
739
+ readonly type: "string";
740
+ };
741
+ readonly integrity: {
742
+ readonly type: "string";
743
+ };
744
+ readonly media: {
745
+ readonly type: "string";
746
+ };
747
+ readonly prefetch: {
748
+ readonly type: "string";
749
+ };
750
+ readonly referrerpolicy: {
751
+ readonly type: "string";
752
+ };
753
+ readonly rel: {
754
+ readonly type: "string";
755
+ };
756
+ readonly sizes: {
757
+ readonly type: "string";
758
+ };
759
+ readonly title: {
760
+ readonly type: "string";
761
+ };
762
+ readonly type: {
763
+ readonly type: "string";
764
+ };
765
+ };
766
+ readonly required: readonly ["href"];
767
+ readonly additionalProperties: true;
768
+ };
769
+ };
770
+ export declare const searchConfigSchema: {
771
+ readonly type: "object";
772
+ readonly properties: {
773
+ readonly hide: {
774
+ readonly type: "boolean";
775
+ };
776
+ readonly placement: {
777
+ readonly type: "string";
778
+ readonly default: "navbar";
779
+ };
780
+ readonly shortcuts: {
781
+ readonly type: "array";
782
+ readonly items: {
783
+ readonly type: "string";
784
+ };
785
+ readonly default: readonly ["/"];
786
+ };
787
+ readonly suggestedPages: {
788
+ readonly type: "array";
789
+ readonly items: {
790
+ readonly type: "object";
791
+ readonly properties: {
792
+ readonly page: {
793
+ readonly type: "string";
794
+ };
795
+ readonly label: {
796
+ readonly type: "string";
797
+ };
798
+ readonly labelTranslationKey: {
799
+ readonly type: "string";
800
+ };
801
+ };
802
+ readonly required: readonly ["page"];
803
+ };
804
+ };
805
+ readonly fuzzy: {
806
+ readonly type: "boolean";
807
+ readonly default: false;
808
+ };
809
+ };
810
+ readonly additionalProperties: false;
811
+ };
812
+ export declare const colorModeConfigSchema: {
813
+ readonly type: "object";
814
+ readonly properties: {
815
+ readonly hide: {
816
+ readonly type: "boolean";
817
+ };
818
+ readonly ignoreDetection: {
819
+ readonly type: "boolean";
820
+ };
821
+ readonly modes: {
822
+ readonly type: "array";
823
+ readonly items: {
824
+ readonly type: "string";
825
+ };
826
+ readonly default: readonly ["light", "dark"];
827
+ };
828
+ };
829
+ readonly additionalProperties: false;
830
+ };
831
+ export declare const navigationConfigSchema: {
832
+ readonly type: "object";
833
+ readonly properties: {
834
+ readonly nextButton: {
835
+ readonly type: "object";
836
+ readonly properties: {
837
+ readonly hide: {
838
+ readonly type: "boolean";
839
+ };
840
+ readonly text: {
841
+ readonly type: "string";
842
+ readonly default: "Next page";
843
+ };
844
+ };
845
+ readonly additionalProperties: false;
846
+ readonly default: {};
847
+ };
848
+ readonly previousButton: {
849
+ readonly type: "object";
850
+ readonly properties: {
851
+ readonly hide: {
852
+ readonly type: "boolean";
853
+ };
854
+ readonly text: {
855
+ readonly type: "string";
856
+ readonly default: "Previous page";
857
+ };
858
+ };
859
+ readonly additionalProperties: false;
860
+ readonly default: {};
861
+ };
862
+ };
863
+ readonly additionalProperties: false;
864
+ };
865
+ export declare const codeSnippetConfigSchema: {
866
+ readonly type: "object";
867
+ readonly properties: {
868
+ readonly elementFormat: {
869
+ readonly type: "string";
870
+ readonly default: "icon";
871
+ };
872
+ readonly copy: {
873
+ readonly type: "object";
874
+ readonly properties: {
875
+ readonly hide: {
876
+ readonly type: "boolean";
877
+ };
878
+ };
879
+ readonly additionalProperties: false;
880
+ readonly default: {
881
+ readonly hide: false;
882
+ };
883
+ };
884
+ readonly report: {
885
+ readonly type: "object";
886
+ readonly properties: {
887
+ readonly hide: {
888
+ readonly type: "boolean";
889
+ };
890
+ readonly tooltipText: {
891
+ readonly type: "string";
892
+ };
893
+ readonly buttonText: {
894
+ readonly type: "string";
895
+ };
896
+ readonly label: {
897
+ readonly type: "string";
898
+ };
899
+ };
900
+ readonly additionalProperties: false;
901
+ readonly default: {
902
+ readonly hide: false;
903
+ };
904
+ };
905
+ readonly expand: {
906
+ readonly type: "object";
907
+ readonly properties: {
908
+ readonly hide: {
909
+ readonly type: "boolean";
910
+ };
911
+ };
912
+ readonly additionalProperties: false;
913
+ readonly default: {
914
+ readonly hide: false;
915
+ };
916
+ };
917
+ readonly collapse: {
918
+ readonly type: "object";
919
+ readonly properties: {
920
+ readonly hide: {
921
+ readonly type: "boolean";
922
+ };
923
+ };
924
+ readonly additionalProperties: false;
925
+ readonly default: {
926
+ readonly hide: false;
927
+ };
928
+ };
929
+ };
930
+ readonly additionalProperties: false;
931
+ };
932
+ export declare const markdownConfigSchema: {
933
+ readonly type: "object";
934
+ readonly properties: {
935
+ readonly frontMatterKeysToResolve: {
936
+ readonly type: "array";
937
+ readonly items: {
938
+ readonly type: "string";
939
+ };
940
+ readonly default: readonly ["image", "links"];
941
+ };
942
+ readonly partialsFolders: {
943
+ readonly type: "array";
944
+ readonly items: {
945
+ readonly type: "string";
946
+ };
947
+ readonly default: readonly ["_partials"];
948
+ };
949
+ readonly lastUpdatedBlock: {
950
+ readonly type: "object";
951
+ readonly properties: {
952
+ readonly hide: {
953
+ readonly type: "boolean";
954
+ };
955
+ readonly format: {
956
+ readonly type: "string";
957
+ readonly enum: readonly ["timeago", "iso", "long", "short"];
958
+ readonly default: "timeago";
959
+ };
960
+ readonly locale: {
961
+ readonly type: "string";
962
+ };
963
+ };
964
+ readonly additionalProperties: false;
965
+ readonly default: {};
966
+ };
967
+ readonly toc: {
968
+ readonly type: "object";
969
+ readonly properties: {
970
+ readonly hide: {
971
+ readonly type: "boolean";
972
+ };
973
+ readonly header: {
974
+ readonly type: "string";
975
+ readonly default: "On this page";
976
+ };
977
+ readonly depth: {
978
+ readonly type: "integer";
979
+ readonly default: 3;
980
+ readonly minimum: 1;
981
+ };
982
+ };
983
+ readonly additionalProperties: false;
984
+ readonly default: {};
985
+ };
986
+ readonly editPage: {
987
+ readonly type: "object";
988
+ readonly properties: {
989
+ readonly hide: {
990
+ readonly type: "boolean";
991
+ };
992
+ readonly baseUrl: {
993
+ readonly type: "string";
994
+ };
995
+ };
996
+ readonly additionalProperties: false;
997
+ readonly default: {};
998
+ };
999
+ };
1000
+ readonly additionalProperties: false;
1001
+ readonly default: {};
1002
+ };
1003
+ export declare const openapiConfigSchema: {
1004
+ readonly properties: {
1005
+ readonly theme: {
1006
+ readonly type: "object";
1007
+ readonly properties: {
1008
+ readonly breakpoints: {
1009
+ readonly type: "object";
1010
+ readonly properties: {
1011
+ readonly small: {
1012
+ readonly type: "string";
1013
+ };
1014
+ readonly medium: {
1015
+ readonly type: "string";
1016
+ };
1017
+ readonly large: {
1018
+ readonly type: "string";
1019
+ };
1020
+ };
1021
+ };
1022
+ readonly codeBlock: {
1023
+ readonly type: "object";
1024
+ readonly properties: {
1025
+ readonly backgroundColor: {
1026
+ readonly type: "string";
1027
+ };
1028
+ readonly borderRadius: {
1029
+ readonly type: "string";
1030
+ };
1031
+ readonly tokens: {
1032
+ readonly type: "object";
1033
+ readonly properties: {
1034
+ readonly fontFamily: {
1035
+ readonly type: "string";
1036
+ };
1037
+ readonly fontSize: {
1038
+ readonly type: "string";
1039
+ };
1040
+ readonly fontWeight: {
1041
+ readonly type: "string";
1042
+ };
1043
+ readonly lineHeight: {
1044
+ readonly type: "string";
1045
+ };
1046
+ readonly color: {
1047
+ readonly type: "string";
1048
+ };
1049
+ };
1050
+ };
1051
+ };
1052
+ };
1053
+ readonly colors: {
1054
+ readonly type: "object";
1055
+ readonly properties: {
1056
+ readonly accent: {
1057
+ readonly type: "object";
1058
+ readonly properties: {
1059
+ readonly main: {
1060
+ readonly type: "string";
1061
+ };
1062
+ readonly light: {
1063
+ readonly type: "string";
1064
+ };
1065
+ readonly dark: {
1066
+ readonly type: "string";
1067
+ };
1068
+ readonly contrastText: {
1069
+ readonly type: "string";
1070
+ };
1071
+ };
1072
+ };
1073
+ readonly border: {
1074
+ readonly type: "object";
1075
+ readonly properties: {
1076
+ readonly main: {
1077
+ readonly type: "string";
1078
+ };
1079
+ readonly light: {
1080
+ readonly type: "string";
1081
+ };
1082
+ readonly dark: {
1083
+ readonly type: "string";
1084
+ };
1085
+ readonly contrastText: {
1086
+ readonly type: "string";
1087
+ };
1088
+ };
1089
+ };
1090
+ readonly error: {
1091
+ readonly type: "object";
1092
+ readonly properties: {
1093
+ readonly main: {
1094
+ readonly type: "string";
1095
+ };
1096
+ readonly light: {
1097
+ readonly type: "string";
1098
+ };
1099
+ readonly dark: {
1100
+ readonly type: "string";
1101
+ };
1102
+ readonly contrastText: {
1103
+ readonly type: "string";
1104
+ };
1105
+ };
1106
+ };
1107
+ readonly http: {
1108
+ readonly type: "object";
1109
+ readonly properties: {
1110
+ readonly basic: {
1111
+ readonly type: "string";
1112
+ };
1113
+ readonly delete: {
1114
+ readonly type: "string";
1115
+ };
1116
+ readonly get: {
1117
+ readonly type: "string";
1118
+ };
1119
+ readonly head: {
1120
+ readonly type: "string";
1121
+ };
1122
+ readonly link: {
1123
+ readonly type: "string";
1124
+ };
1125
+ readonly options: {
1126
+ readonly type: "string";
1127
+ };
1128
+ readonly patch: {
1129
+ readonly type: "string";
1130
+ };
1131
+ readonly post: {
1132
+ readonly type: "string";
1133
+ };
1134
+ readonly put: {
1135
+ readonly type: "string";
1136
+ };
1137
+ };
1138
+ };
1139
+ readonly primary: {
1140
+ readonly type: "object";
1141
+ readonly properties: {
1142
+ readonly main: {
1143
+ readonly type: "string";
1144
+ };
1145
+ readonly light: {
1146
+ readonly type: "string";
1147
+ };
1148
+ readonly dark: {
1149
+ readonly type: "string";
1150
+ };
1151
+ readonly contrastText: {
1152
+ readonly type: "string";
1153
+ };
1154
+ };
1155
+ };
1156
+ readonly responses: {
1157
+ readonly type: "object";
1158
+ readonly properties: {
1159
+ readonly error: {
1160
+ readonly type: "object";
1161
+ readonly properties: {
1162
+ readonly backgroundColor: {
1163
+ readonly type: "string";
1164
+ };
1165
+ readonly borderColor: {
1166
+ readonly type: "string";
1167
+ };
1168
+ readonly color: {
1169
+ readonly type: "string";
1170
+ };
1171
+ readonly tabTextColor: {
1172
+ readonly type: "string";
1173
+ };
1174
+ };
1175
+ };
1176
+ readonly info: {
1177
+ readonly type: "object";
1178
+ readonly properties: {
1179
+ readonly backgroundColor: {
1180
+ readonly type: "string";
1181
+ };
1182
+ readonly borderColor: {
1183
+ readonly type: "string";
1184
+ };
1185
+ readonly color: {
1186
+ readonly type: "string";
1187
+ };
1188
+ readonly tabTextColor: {
1189
+ readonly type: "string";
1190
+ };
1191
+ };
1192
+ };
1193
+ readonly redirect: {
1194
+ readonly type: "object";
1195
+ readonly properties: {
1196
+ readonly backgroundColor: {
1197
+ readonly type: "string";
1198
+ };
1199
+ readonly borderColor: {
1200
+ readonly type: "string";
1201
+ };
1202
+ readonly color: {
1203
+ readonly type: "string";
1204
+ };
1205
+ readonly tabTextColor: {
1206
+ readonly type: "string";
1207
+ };
1208
+ };
1209
+ };
1210
+ readonly success: {
1211
+ readonly type: "object";
1212
+ readonly properties: {
1213
+ readonly backgroundColor: {
1214
+ readonly type: "string";
1215
+ };
1216
+ readonly borderColor: {
1217
+ readonly type: "string";
1218
+ };
1219
+ readonly color: {
1220
+ readonly type: "string";
1221
+ };
1222
+ readonly tabTextColor: {
1223
+ readonly type: "string";
1224
+ };
1225
+ };
1226
+ };
1227
+ };
1228
+ };
1229
+ readonly secondary: {
1230
+ readonly type: "object";
1231
+ readonly properties: {
1232
+ readonly main: {
1233
+ readonly type: "string";
1234
+ };
1235
+ readonly light: {
1236
+ readonly type: "string";
1237
+ };
1238
+ readonly dark: {
1239
+ readonly type: "string";
1240
+ };
1241
+ readonly contrastText: {
1242
+ readonly type: "string";
1243
+ };
1244
+ };
1245
+ };
1246
+ readonly success: {
1247
+ readonly type: "object";
1248
+ readonly properties: {
1249
+ readonly main: {
1250
+ readonly type: "string";
1251
+ };
1252
+ readonly light: {
1253
+ readonly type: "string";
1254
+ };
1255
+ readonly dark: {
1256
+ readonly type: "string";
1257
+ };
1258
+ readonly contrastText: {
1259
+ readonly type: "string";
1260
+ };
1261
+ };
1262
+ };
1263
+ readonly text: {
1264
+ readonly type: "object";
1265
+ readonly properties: {
1266
+ readonly primary: {
1267
+ readonly type: "string";
1268
+ };
1269
+ readonly secondary: {
1270
+ readonly type: "string";
1271
+ };
1272
+ readonly light: {
1273
+ readonly type: "string";
1274
+ };
1275
+ };
1276
+ };
1277
+ readonly tonalOffset: {
1278
+ readonly type: "number";
1279
+ };
1280
+ readonly warning: {
1281
+ readonly type: "object";
1282
+ readonly properties: {
1283
+ readonly main: {
1284
+ readonly type: "string";
1285
+ };
1286
+ readonly light: {
1287
+ readonly type: "string";
1288
+ };
1289
+ readonly dark: {
1290
+ readonly type: "string";
1291
+ };
1292
+ readonly contrastText: {
1293
+ readonly type: "string";
1294
+ };
1295
+ };
1296
+ };
1297
+ };
1298
+ };
1299
+ readonly components: {
1300
+ readonly type: "object";
1301
+ readonly properties: {
1302
+ readonly buttons: {
1303
+ readonly type: "object";
1304
+ readonly properties: {
1305
+ readonly borderRadius: {
1306
+ readonly type: "string";
1307
+ };
1308
+ readonly hoverStyle: {
1309
+ readonly type: "string";
1310
+ };
1311
+ readonly boxShadow: {
1312
+ readonly type: "string";
1313
+ };
1314
+ readonly hoverBoxShadow: {
1315
+ readonly type: "string";
1316
+ };
1317
+ readonly sizes: {
1318
+ readonly type: "object";
1319
+ readonly properties: {
1320
+ readonly small: {
1321
+ readonly type: "object";
1322
+ readonly properties: {
1323
+ readonly fontSize: {
1324
+ readonly type: "string";
1325
+ };
1326
+ readonly padding: {
1327
+ readonly type: "string";
1328
+ };
1329
+ readonly minWidth: {
1330
+ readonly type: "string";
1331
+ };
1332
+ };
1333
+ };
1334
+ readonly medium: {
1335
+ readonly type: "object";
1336
+ readonly properties: {
1337
+ readonly fontSize: {
1338
+ readonly type: "string";
1339
+ };
1340
+ readonly padding: {
1341
+ readonly type: "string";
1342
+ };
1343
+ readonly minWidth: {
1344
+ readonly type: "string";
1345
+ };
1346
+ };
1347
+ };
1348
+ readonly large: {
1349
+ readonly type: "object";
1350
+ readonly properties: {
1351
+ readonly fontSize: {
1352
+ readonly type: "string";
1353
+ };
1354
+ readonly padding: {
1355
+ readonly type: "string";
1356
+ };
1357
+ readonly minWidth: {
1358
+ readonly type: "string";
1359
+ };
1360
+ };
1361
+ };
1362
+ readonly xlarge: {
1363
+ readonly type: "object";
1364
+ readonly properties: {
1365
+ readonly fontSize: {
1366
+ readonly type: "string";
1367
+ };
1368
+ readonly padding: {
1369
+ readonly type: "string";
1370
+ };
1371
+ readonly minWidth: {
1372
+ readonly type: "string";
1373
+ };
1374
+ };
1375
+ };
1376
+ };
1377
+ };
1378
+ readonly fontFamily: {
1379
+ readonly type: "string";
1380
+ };
1381
+ readonly fontSize: {
1382
+ readonly type: "string";
1383
+ };
1384
+ readonly fontWeight: {
1385
+ readonly type: "string";
1386
+ };
1387
+ readonly lineHeight: {
1388
+ readonly type: "string";
1389
+ };
1390
+ };
1391
+ };
1392
+ readonly httpBadges: {
1393
+ readonly type: "object";
1394
+ readonly properties: {
1395
+ readonly borderRadius: {
1396
+ readonly type: "string";
1397
+ };
1398
+ readonly color: {
1399
+ readonly type: "string";
1400
+ };
1401
+ readonly sizes: {
1402
+ readonly type: "object";
1403
+ readonly properties: {
1404
+ readonly medium: {
1405
+ readonly type: "object";
1406
+ readonly properties: {
1407
+ readonly fontFamily: {
1408
+ readonly type: "string";
1409
+ };
1410
+ readonly fontSize: {
1411
+ readonly type: "string";
1412
+ };
1413
+ readonly fontWeight: {
1414
+ readonly type: "string";
1415
+ };
1416
+ readonly lineHeight: {
1417
+ readonly type: "string";
1418
+ };
1419
+ };
1420
+ };
1421
+ readonly small: {
1422
+ readonly type: "object";
1423
+ readonly properties: {
1424
+ readonly fontFamily: {
1425
+ readonly type: "string";
1426
+ };
1427
+ readonly fontSize: {
1428
+ readonly type: "string";
1429
+ };
1430
+ readonly fontWeight: {
1431
+ readonly type: "string";
1432
+ };
1433
+ readonly lineHeight: {
1434
+ readonly type: "string";
1435
+ };
1436
+ };
1437
+ };
1438
+ };
1439
+ };
1440
+ readonly fontFamily: {
1441
+ readonly type: "string";
1442
+ };
1443
+ readonly fontSize: {
1444
+ readonly type: "string";
1445
+ };
1446
+ readonly fontWeight: {
1447
+ readonly type: "string";
1448
+ };
1449
+ readonly lineHeight: {
1450
+ readonly type: "string";
1451
+ };
1452
+ };
1453
+ };
1454
+ readonly layoutControls: {
1455
+ readonly type: "object";
1456
+ readonly properties: {
1457
+ readonly top: {
1458
+ readonly type: "string";
1459
+ };
1460
+ readonly width: {
1461
+ readonly type: "string";
1462
+ };
1463
+ readonly height: {
1464
+ readonly type: "string";
1465
+ };
1466
+ };
1467
+ };
1468
+ readonly panels: {
1469
+ readonly type: "object";
1470
+ readonly properties: {
1471
+ readonly borderRadius: {
1472
+ readonly type: "string";
1473
+ };
1474
+ readonly backgroundColor: {
1475
+ readonly type: "string";
1476
+ };
1477
+ };
1478
+ };
1479
+ readonly tryItButton: {
1480
+ readonly type: "object";
1481
+ readonly properties: {
1482
+ readonly fullWidth: {
1483
+ readonly type: "boolean";
1484
+ };
1485
+ };
1486
+ };
1487
+ readonly tryItSendButton: {
1488
+ readonly type: "object";
1489
+ readonly properties: {
1490
+ readonly fullWidth: {
1491
+ readonly type: "boolean";
1492
+ };
1493
+ };
1494
+ };
1495
+ };
1496
+ };
1497
+ readonly layout: {
1498
+ readonly type: "object";
1499
+ readonly properties: {
1500
+ readonly showDarkRightPanel: {
1501
+ readonly type: "boolean";
1502
+ };
1503
+ readonly stacked: {
1504
+ readonly type: "object";
1505
+ readonly properties: {
1506
+ readonly maxWidth: {
1507
+ readonly type: "object";
1508
+ readonly properties: {
1509
+ readonly small: {
1510
+ readonly type: "string";
1511
+ };
1512
+ readonly medium: {
1513
+ readonly type: "string";
1514
+ };
1515
+ readonly large: {
1516
+ readonly type: "string";
1517
+ };
1518
+ };
1519
+ };
1520
+ };
1521
+ };
1522
+ readonly 'three-panel': {
1523
+ readonly type: "object";
1524
+ readonly properties: {
1525
+ readonly maxWidth: {
1526
+ readonly type: "object";
1527
+ readonly properties: {
1528
+ readonly small: {
1529
+ readonly type: "string";
1530
+ };
1531
+ readonly medium: {
1532
+ readonly type: "string";
1533
+ };
1534
+ readonly large: {
1535
+ readonly type: "string";
1536
+ };
1537
+ };
1538
+ };
1539
+ readonly middlePanelMaxWidth: {
1540
+ readonly type: "object";
1541
+ readonly properties: {
1542
+ readonly small: {
1543
+ readonly type: "string";
1544
+ };
1545
+ readonly medium: {
1546
+ readonly type: "string";
1547
+ };
1548
+ readonly large: {
1549
+ readonly type: "string";
1550
+ };
1551
+ };
1552
+ };
1553
+ };
1554
+ };
1555
+ };
1556
+ };
1557
+ readonly logo: {
1558
+ readonly type: "object";
1559
+ readonly properties: {
1560
+ readonly gutter: {
1561
+ readonly type: "string";
1562
+ };
1563
+ readonly maxHeight: {
1564
+ readonly type: "string";
1565
+ };
1566
+ readonly maxWidth: {
1567
+ readonly type: "string";
1568
+ };
1569
+ };
1570
+ };
1571
+ readonly fab: {
1572
+ readonly type: "object";
1573
+ readonly properties: {
1574
+ readonly backgroundColor: {
1575
+ readonly type: "string";
1576
+ };
1577
+ readonly color: {
1578
+ readonly type: "string";
1579
+ };
1580
+ };
1581
+ };
1582
+ readonly overrides: {
1583
+ readonly type: "object";
1584
+ readonly properties: {
1585
+ readonly DownloadButton: {
1586
+ readonly type: "object";
1587
+ readonly properties: {
1588
+ readonly custom: {
1589
+ readonly type: "string";
1590
+ };
1591
+ };
1592
+ };
1593
+ readonly NextSectionButton: {
1594
+ readonly type: "object";
1595
+ readonly properties: {
1596
+ readonly custom: {
1597
+ readonly type: "string";
1598
+ };
1599
+ };
1600
+ };
1601
+ };
1602
+ };
1603
+ readonly rightPanel: {
1604
+ readonly type: "object";
1605
+ readonly properties: {
1606
+ readonly backgroundColor: {
1607
+ readonly type: "string";
1608
+ };
1609
+ readonly panelBackgroundColor: {
1610
+ readonly type: "string";
1611
+ };
1612
+ readonly panelControlsBackgroundColor: {
1613
+ readonly type: "string";
1614
+ };
1615
+ readonly showAtBreakpoint: {
1616
+ readonly type: "string";
1617
+ };
1618
+ readonly textColor: {
1619
+ readonly type: "string";
1620
+ };
1621
+ readonly width: {
1622
+ readonly type: "string";
1623
+ };
1624
+ };
1625
+ };
1626
+ readonly schema: {
1627
+ readonly type: "object";
1628
+ readonly properties: {
1629
+ readonly breakFieldNames: {
1630
+ readonly type: "boolean";
1631
+ };
1632
+ readonly caretColor: {
1633
+ readonly type: "string";
1634
+ };
1635
+ readonly caretSize: {
1636
+ readonly type: "string";
1637
+ };
1638
+ readonly constraints: {
1639
+ readonly type: "object";
1640
+ readonly properties: {
1641
+ readonly backgroundColor: {
1642
+ readonly type: "string";
1643
+ };
1644
+ readonly border: {
1645
+ readonly type: "string";
1646
+ };
1647
+ };
1648
+ };
1649
+ readonly defaultDetailsWidth: {
1650
+ readonly type: "string";
1651
+ };
1652
+ readonly examples: {
1653
+ readonly type: "object";
1654
+ readonly properties: {
1655
+ readonly backgroundColor: {
1656
+ readonly type: "string";
1657
+ };
1658
+ readonly border: {
1659
+ readonly type: "string";
1660
+ };
1661
+ };
1662
+ };
1663
+ readonly labelsTextSize: {
1664
+ readonly type: "string";
1665
+ };
1666
+ readonly linesColor: {
1667
+ readonly type: "string";
1668
+ };
1669
+ readonly nestedBackground: {
1670
+ readonly type: "string";
1671
+ };
1672
+ readonly nestingSpacing: {
1673
+ readonly type: "string";
1674
+ };
1675
+ readonly requireLabelColor: {
1676
+ readonly type: "string";
1677
+ };
1678
+ readonly typeNameColor: {
1679
+ readonly type: "string";
1680
+ };
1681
+ readonly typeTitleColor: {
1682
+ readonly type: "string";
1683
+ };
1684
+ };
1685
+ };
1686
+ readonly shape: {
1687
+ readonly type: "object";
1688
+ readonly properties: {
1689
+ readonly borderRadius: {
1690
+ readonly type: "string";
1691
+ };
1692
+ };
1693
+ };
1694
+ readonly sidebar: {
1695
+ readonly type: "object";
1696
+ readonly properties: {
1697
+ readonly activeBgColor: {
1698
+ readonly type: "string";
1699
+ };
1700
+ readonly activeTextColor: {
1701
+ readonly type: "string";
1702
+ };
1703
+ readonly backgroundColor: {
1704
+ readonly type: "string";
1705
+ };
1706
+ readonly borderRadius: {
1707
+ readonly type: "string";
1708
+ };
1709
+ readonly breakPath: {
1710
+ readonly type: "boolean";
1711
+ };
1712
+ readonly caretColor: {
1713
+ readonly type: "string";
1714
+ };
1715
+ readonly caretSize: {
1716
+ readonly type: "string";
1717
+ };
1718
+ readonly groupItems: {
1719
+ readonly type: "object";
1720
+ readonly properties: {
1721
+ readonly subItemsColor: {
1722
+ readonly type: "string";
1723
+ };
1724
+ readonly textTransform: {
1725
+ readonly type: "string";
1726
+ };
1727
+ readonly fontWeight: {
1728
+ readonly type: "string";
1729
+ };
1730
+ };
1731
+ };
1732
+ readonly level1items: {
1733
+ readonly type: "object";
1734
+ readonly properties: {
1735
+ readonly subItemsColor: {
1736
+ readonly type: "string";
1737
+ };
1738
+ readonly textTransform: {
1739
+ readonly type: "string";
1740
+ };
1741
+ readonly fontWeight: {
1742
+ readonly type: "string";
1743
+ };
1744
+ };
1745
+ };
1746
+ readonly rightLineColor: {
1747
+ readonly type: "string";
1748
+ };
1749
+ readonly separatorLabelColor: {
1750
+ readonly type: "string";
1751
+ };
1752
+ readonly showAtBreakpoint: {
1753
+ readonly type: "string";
1754
+ };
1755
+ readonly spacing: {
1756
+ readonly type: "object";
1757
+ readonly properties: {
1758
+ readonly unit: {
1759
+ readonly type: "number";
1760
+ };
1761
+ readonly paddingHorizontal: {
1762
+ readonly type: "string";
1763
+ };
1764
+ readonly paddingVertical: {
1765
+ readonly type: "string";
1766
+ };
1767
+ readonly offsetTop: {
1768
+ readonly type: "string";
1769
+ };
1770
+ readonly offsetLeft: {
1771
+ readonly type: "string";
1772
+ };
1773
+ readonly offsetNesting: {
1774
+ readonly type: "string";
1775
+ };
1776
+ };
1777
+ };
1778
+ readonly textColor: {
1779
+ readonly type: "string";
1780
+ };
1781
+ readonly width: {
1782
+ readonly type: "string";
1783
+ };
1784
+ readonly fontFamily: {
1785
+ readonly type: "string";
1786
+ };
1787
+ readonly fontSize: {
1788
+ readonly type: "string";
1789
+ };
1790
+ readonly fontWeight: {
1791
+ readonly type: "string";
1792
+ };
1793
+ readonly lineHeight: {
1794
+ readonly type: "string";
1795
+ };
1796
+ };
1797
+ };
1798
+ readonly spacing: {
1799
+ readonly type: "object";
1800
+ readonly properties: {
1801
+ readonly sectionHorizontal: {
1802
+ readonly type: "number";
1803
+ };
1804
+ readonly sectionVertical: {
1805
+ readonly type: "number";
1806
+ };
1807
+ readonly unit: {
1808
+ readonly type: "number";
1809
+ };
1810
+ };
1811
+ };
1812
+ readonly typography: {
1813
+ readonly type: "object";
1814
+ readonly properties: {
1815
+ readonly fontWeightBold: {
1816
+ readonly type: "string";
1817
+ };
1818
+ readonly fontWeightLight: {
1819
+ readonly type: "string";
1820
+ };
1821
+ readonly fontWeightRegular: {
1822
+ readonly type: "string";
1823
+ };
1824
+ readonly heading1: {
1825
+ readonly type: "object";
1826
+ readonly properties: {
1827
+ readonly color: {
1828
+ readonly type: "string";
1829
+ };
1830
+ readonly transform: {
1831
+ readonly type: "string";
1832
+ };
1833
+ readonly fontFamily: {
1834
+ readonly type: "string";
1835
+ };
1836
+ readonly fontSize: {
1837
+ readonly type: "string";
1838
+ };
1839
+ readonly fontWeight: {
1840
+ readonly type: "string";
1841
+ };
1842
+ readonly lineHeight: {
1843
+ readonly type: "string";
1844
+ };
1845
+ };
1846
+ };
1847
+ readonly heading2: {
1848
+ readonly type: "object";
1849
+ readonly properties: {
1850
+ readonly color: {
1851
+ readonly type: "string";
1852
+ };
1853
+ readonly transform: {
1854
+ readonly type: "string";
1855
+ };
1856
+ readonly fontFamily: {
1857
+ readonly type: "string";
1858
+ };
1859
+ readonly fontSize: {
1860
+ readonly type: "string";
1861
+ };
1862
+ readonly fontWeight: {
1863
+ readonly type: "string";
1864
+ };
1865
+ readonly lineHeight: {
1866
+ readonly type: "string";
1867
+ };
1868
+ };
1869
+ };
1870
+ readonly heading3: {
1871
+ readonly type: "object";
1872
+ readonly properties: {
1873
+ readonly color: {
1874
+ readonly type: "string";
1875
+ };
1876
+ readonly transform: {
1877
+ readonly type: "string";
1878
+ };
1879
+ readonly fontFamily: {
1880
+ readonly type: "string";
1881
+ };
1882
+ readonly fontSize: {
1883
+ readonly type: "string";
1884
+ };
1885
+ readonly fontWeight: {
1886
+ readonly type: "string";
1887
+ };
1888
+ readonly lineHeight: {
1889
+ readonly type: "string";
1890
+ };
1891
+ };
1892
+ };
1893
+ readonly headings: {
1894
+ readonly type: "object";
1895
+ readonly properties: {
1896
+ readonly fontFamily: {
1897
+ readonly type: "string";
1898
+ };
1899
+ readonly fontSize: {
1900
+ readonly type: "string";
1901
+ };
1902
+ readonly fontWeight: {
1903
+ readonly type: "string";
1904
+ };
1905
+ readonly lineHeight: {
1906
+ readonly type: "string";
1907
+ };
1908
+ };
1909
+ };
1910
+ readonly lineHeight: {
1911
+ readonly type: "string";
1912
+ };
1913
+ readonly links: {
1914
+ readonly type: "object";
1915
+ readonly properties: {
1916
+ readonly color: {
1917
+ readonly type: "string";
1918
+ };
1919
+ readonly hover: {
1920
+ readonly type: "string";
1921
+ };
1922
+ readonly textDecoration: {
1923
+ readonly type: "string";
1924
+ };
1925
+ readonly hoverTextDecoration: {
1926
+ readonly type: "string";
1927
+ };
1928
+ readonly visited: {
1929
+ readonly type: "string";
1930
+ };
1931
+ };
1932
+ };
1933
+ readonly optimizeSpeed: {
1934
+ readonly type: "boolean";
1935
+ };
1936
+ readonly rightPanelHeading: {
1937
+ readonly type: "object";
1938
+ readonly properties: {
1939
+ readonly color: {
1940
+ readonly type: "string";
1941
+ };
1942
+ readonly transform: {
1943
+ readonly type: "string";
1944
+ };
1945
+ readonly fontFamily: {
1946
+ readonly type: "string";
1947
+ };
1948
+ readonly fontSize: {
1949
+ readonly type: "string";
1950
+ };
1951
+ readonly fontWeight: {
1952
+ readonly type: "string";
1953
+ };
1954
+ readonly lineHeight: {
1955
+ readonly type: "string";
1956
+ };
1957
+ };
1958
+ };
1959
+ readonly smoothing: {
1960
+ readonly type: "string";
1961
+ readonly enum: readonly ["auto", "none", "antialiased", "subpixel-antialiased", "grayscale"];
1962
+ };
1963
+ readonly fontFamily: {
1964
+ readonly type: "string";
1965
+ };
1966
+ readonly fontSize: {
1967
+ readonly type: "string";
1968
+ };
1969
+ readonly fontWeight: {
1970
+ readonly type: "string";
1971
+ };
1972
+ readonly code: {
1973
+ readonly type: "object";
1974
+ readonly properties: {
1975
+ readonly backgroundColor: {
1976
+ readonly type: "string";
1977
+ };
1978
+ readonly color: {
1979
+ readonly type: "string";
1980
+ };
1981
+ readonly wordBreak: {
1982
+ readonly type: "string";
1983
+ readonly enum: readonly ["break-all", "break-word", "keep-all", "normal", "revert", "unset", "inherit", "initial"];
1984
+ };
1985
+ readonly wrap: {
1986
+ readonly type: "boolean";
1987
+ };
1988
+ readonly fontFamily: {
1989
+ readonly type: "string";
1990
+ };
1991
+ readonly fontSize: {
1992
+ readonly type: "string";
1993
+ };
1994
+ readonly fontWeight: {
1995
+ readonly type: "string";
1996
+ };
1997
+ readonly lineHeight: {
1998
+ readonly type: "string";
1999
+ };
2000
+ };
2001
+ };
2002
+ readonly fieldName: {
2003
+ readonly type: "object";
2004
+ readonly properties: {
2005
+ readonly fontFamily: {
2006
+ readonly type: "string";
2007
+ };
2008
+ readonly fontSize: {
2009
+ readonly type: "string";
2010
+ };
2011
+ readonly fontWeight: {
2012
+ readonly type: "string";
2013
+ };
2014
+ readonly lineHeight: {
2015
+ readonly type: "string";
2016
+ };
2017
+ };
2018
+ };
2019
+ };
2020
+ };
2021
+ readonly links: {
2022
+ readonly properties: {
2023
+ readonly color: {
2024
+ readonly type: "string";
2025
+ };
2026
+ };
2027
+ };
2028
+ readonly codeSample: {
2029
+ readonly properties: {
2030
+ readonly backgroundColor: {
2031
+ readonly type: "string";
2032
+ };
2033
+ };
2034
+ };
2035
+ };
2036
+ };
2037
+ readonly ctrlFHijack: {
2038
+ readonly type: "boolean";
2039
+ };
2040
+ readonly defaultSampleLanguage: {
2041
+ readonly type: "string";
2042
+ };
2043
+ readonly disableDeepLinks: {
2044
+ readonly type: "boolean";
2045
+ };
2046
+ readonly disableSearch: {
2047
+ readonly type: "boolean";
2048
+ };
2049
+ readonly disableSidebar: {
2050
+ readonly type: "boolean";
2051
+ };
2052
+ readonly downloadDefinitionUrl: {
2053
+ readonly type: "string";
2054
+ };
2055
+ readonly expandDefaultServerVariables: {
2056
+ readonly type: "boolean";
2057
+ };
2058
+ readonly enumSkipQuotes: {
2059
+ readonly type: "boolean";
2060
+ };
2061
+ readonly expandDefaultRequest: {
2062
+ readonly type: "boolean";
2063
+ };
2064
+ readonly expandDefaultResponse: {
2065
+ readonly type: "boolean";
2066
+ };
2067
+ readonly expandResponses: {
2068
+ readonly type: "string";
2069
+ };
2070
+ readonly expandSingleSchemaField: {
2071
+ readonly type: "boolean";
2072
+ };
2073
+ readonly generateCodeSamples: {
2074
+ readonly type: "object";
2075
+ readonly properties: {
2076
+ readonly skipOptionalParameters: {
2077
+ readonly type: "boolean";
2078
+ };
2079
+ readonly languages: {
2080
+ readonly type: "array";
2081
+ readonly items: {
2082
+ readonly type: "object";
2083
+ readonly properties: {
2084
+ readonly label: {
2085
+ readonly type: "string";
2086
+ };
2087
+ readonly lang: {
2088
+ readonly enum: readonly ["curl", "C#", "Go", "Java", "Java8+Apache", "JavaScript", "Node.js", "PHP", "Python", "R", "Ruby"];
2089
+ };
2090
+ };
2091
+ readonly required: readonly ["lang"];
2092
+ };
2093
+ };
2094
+ };
2095
+ readonly required: readonly ["languages"];
2096
+ };
2097
+ readonly generatedPayloadSamplesMaxDepth: {
2098
+ readonly type: "number";
2099
+ };
2100
+ readonly hideDownloadButton: {
2101
+ readonly type: "boolean";
2102
+ };
2103
+ readonly hideHostname: {
2104
+ readonly type: "boolean";
2105
+ };
2106
+ readonly hideInfoSection: {
2107
+ readonly type: "boolean";
2108
+ };
2109
+ readonly hideLogo: {
2110
+ readonly type: "boolean";
2111
+ };
2112
+ readonly hideRequestPayloadSample: {
2113
+ readonly type: "boolean";
2114
+ };
2115
+ readonly hideRightPanel: {
2116
+ readonly type: "boolean";
2117
+ };
2118
+ readonly hideSchemaPattern: {
2119
+ readonly type: "boolean";
2120
+ };
2121
+ readonly hideSingleRequestSampleTab: {
2122
+ readonly type: "boolean";
2123
+ };
2124
+ readonly hideSecuritySection: {
2125
+ readonly type: "boolean";
2126
+ };
2127
+ readonly hideTryItPanel: {
2128
+ readonly type: "boolean";
2129
+ };
2130
+ readonly hideFab: {
2131
+ readonly type: "boolean";
2132
+ };
2133
+ readonly hideOneOfDescription: {
2134
+ readonly type: "boolean";
2135
+ };
2136
+ readonly htmlTemplate: {
2137
+ readonly type: "string";
2138
+ };
2139
+ readonly jsonSampleExpandLevel: {
2140
+ readonly oneOf: readonly [{
2141
+ readonly type: "number";
2142
+ readonly minimum: 1;
2143
+ }, {
2144
+ readonly type: "string";
2145
+ }];
2146
+ };
2147
+ readonly labels: {
2148
+ readonly type: "object";
2149
+ readonly properties: {
2150
+ readonly enum: {
2151
+ readonly type: "string";
2152
+ };
2153
+ readonly enumSingleValue: {
2154
+ readonly type: "string";
2155
+ };
2156
+ readonly enumArray: {
2157
+ readonly type: "string";
2158
+ };
2159
+ readonly default: {
2160
+ readonly type: "string";
2161
+ };
2162
+ readonly deprecated: {
2163
+ readonly type: "string";
2164
+ };
2165
+ readonly example: {
2166
+ readonly type: "string";
2167
+ };
2168
+ readonly examples: {
2169
+ readonly type: "string";
2170
+ };
2171
+ readonly nullable: {
2172
+ readonly type: "string";
2173
+ };
2174
+ readonly recursive: {
2175
+ readonly type: "string";
2176
+ };
2177
+ readonly arrayOf: {
2178
+ readonly type: "string";
2179
+ };
2180
+ readonly webhook: {
2181
+ readonly type: "string";
2182
+ };
2183
+ readonly authorizations: {
2184
+ readonly type: "string";
2185
+ };
2186
+ readonly tryItAuthBasicUsername: {
2187
+ readonly type: "string";
2188
+ };
2189
+ readonly tryItAuthBasicPassword: {
2190
+ readonly type: "string";
2191
+ };
2192
+ };
2193
+ };
2194
+ readonly menuToggle: {
2195
+ readonly type: "boolean";
2196
+ };
2197
+ readonly nativeScrollbars: {
2198
+ readonly type: "boolean";
2199
+ };
2200
+ readonly noAutoAuth: {
2201
+ readonly type: "boolean";
2202
+ };
2203
+ readonly onDeepLinkClick: {
2204
+ readonly type: "object";
2205
+ };
2206
+ readonly pagination: {
2207
+ readonly enum: readonly ["none", "section", "item"];
2208
+ };
2209
+ readonly pathInMiddlePanel: {
2210
+ readonly type: "boolean";
2211
+ };
2212
+ readonly payloadSampleIdx: {
2213
+ readonly type: "number";
2214
+ readonly minimum: 0;
2215
+ };
2216
+ readonly requestInterceptor: {
2217
+ readonly type: "object";
2218
+ };
2219
+ readonly requiredPropsFirst: {
2220
+ readonly type: "boolean";
2221
+ };
2222
+ readonly routingStrategy: {
2223
+ readonly type: "string";
2224
+ };
2225
+ readonly samplesTabsMaxCount: {
2226
+ readonly type: "number";
2227
+ };
2228
+ readonly schemaExpansionLevel: {
2229
+ readonly oneOf: readonly [{
2230
+ readonly type: "number";
2231
+ readonly minimum: 0;
2232
+ }, {
2233
+ readonly type: "string";
2234
+ }];
2235
+ };
2236
+ readonly minCharacterLengthToInitSearch: {
2237
+ readonly type: "number";
2238
+ readonly minimum: 1;
2239
+ };
2240
+ readonly maxResponseHeadersToShowInTryIt: {
2241
+ readonly type: "number";
2242
+ readonly minimum: 0;
2243
+ };
2244
+ readonly scrollYOffset: {
2245
+ readonly oneOf: readonly [{
2246
+ readonly type: "number";
2247
+ }, {
2248
+ readonly type: "string";
2249
+ }];
2250
+ };
2251
+ readonly searchAutoExpand: {
2252
+ readonly type: "boolean";
2253
+ };
2254
+ readonly searchFieldLevelBoost: {
2255
+ readonly type: "number";
2256
+ readonly minimum: 0;
2257
+ };
2258
+ readonly searchMaxDepth: {
2259
+ readonly type: "number";
2260
+ readonly minimum: 1;
2261
+ };
2262
+ readonly searchMode: {
2263
+ readonly type: "string";
2264
+ readonly enum: readonly ["default", "path-only"];
2265
+ };
2266
+ readonly searchOperationTitleBoost: {
2267
+ readonly type: "number";
2268
+ };
2269
+ readonly searchTagTitleBoost: {
2270
+ readonly type: "number";
2271
+ };
2272
+ readonly sendXUserAgentInTryIt: {
2273
+ readonly type: "boolean";
2274
+ };
2275
+ readonly showChangeLayoutButton: {
2276
+ readonly type: "boolean";
2277
+ };
2278
+ readonly showConsole: {
2279
+ readonly type: "boolean";
2280
+ };
2281
+ readonly showNextButton: {
2282
+ readonly type: "boolean";
2283
+ };
2284
+ readonly showRightPanelToggle: {
2285
+ readonly type: "boolean";
2286
+ };
2287
+ readonly showSecuritySchemeType: {
2288
+ readonly type: "boolean";
2289
+ };
2290
+ readonly showWebhookVerb: {
2291
+ readonly type: "boolean";
2292
+ };
2293
+ readonly showObjectSchemaExamples: {
2294
+ readonly type: "boolean";
2295
+ };
2296
+ readonly disableTryItRequestUrlEncoding: {
2297
+ readonly type: "boolean";
2298
+ };
2299
+ readonly sidebarLinks: {
2300
+ readonly type: "object";
2301
+ readonly properties: {
2302
+ readonly beforeInfo: {
2303
+ readonly type: "array";
2304
+ readonly items: {
2305
+ readonly type: "object";
2306
+ readonly properties: {
2307
+ readonly label: {
2308
+ readonly type: "string";
2309
+ };
2310
+ readonly link: {
2311
+ readonly type: "string";
2312
+ };
2313
+ readonly target: {
2314
+ readonly type: "string";
2315
+ };
2316
+ };
2317
+ readonly required: readonly ["label", "link"];
2318
+ };
2319
+ };
2320
+ readonly end: {
2321
+ readonly type: "array";
2322
+ readonly items: {
2323
+ readonly type: "object";
2324
+ readonly properties: {
2325
+ readonly label: {
2326
+ readonly type: "string";
2327
+ };
2328
+ readonly link: {
2329
+ readonly type: "string";
2330
+ };
2331
+ readonly target: {
2332
+ readonly type: "string";
2333
+ };
2334
+ };
2335
+ readonly required: readonly ["label", "link"];
2336
+ };
2337
+ };
2338
+ };
2339
+ };
2340
+ readonly sideNavStyle: {
2341
+ readonly type: "string";
2342
+ readonly enum: readonly ["summary-only", "path-first", "id-only"];
2343
+ };
2344
+ readonly simpleOneOfTypeLabel: {
2345
+ readonly type: "boolean";
2346
+ };
2347
+ readonly sortEnumValuesAlphabetically: {
2348
+ readonly type: "boolean";
2349
+ };
2350
+ readonly sortOperationsAlphabetically: {
2351
+ readonly type: "boolean";
2352
+ };
2353
+ readonly sortPropsAlphabetically: {
2354
+ readonly type: "boolean";
2355
+ };
2356
+ readonly sortTagsAlphabetically: {
2357
+ readonly type: "boolean";
2358
+ };
2359
+ readonly suppressWarnings: {
2360
+ readonly type: "boolean";
2361
+ };
2362
+ readonly unstable_externalDescription: {
2363
+ readonly type: "boolean";
2364
+ };
2365
+ readonly unstable_ignoreMimeParameters: {
2366
+ readonly type: "boolean";
2367
+ };
2368
+ readonly untrustedDefinition: {
2369
+ readonly type: "boolean";
2370
+ };
2371
+ readonly showAccessMode: {
2372
+ readonly type: "boolean";
2373
+ };
2374
+ readonly preserveOriginalExtensionsName: {
2375
+ readonly type: "boolean";
2376
+ };
2377
+ readonly markdownHeadingsAnchorLevel: {
2378
+ readonly type: "number";
2379
+ };
2380
+ readonly licenseKey: {
2381
+ readonly type: "string";
2382
+ };
2383
+ readonly hideLoading: {
2384
+ readonly type: "boolean";
2385
+ };
2386
+ readonly disableRouter: {
2387
+ readonly type: "boolean";
2388
+ };
2389
+ readonly hideSidebar: {
2390
+ readonly type: "boolean";
2391
+ };
2392
+ readonly feedback: {
2393
+ readonly type: "object";
2394
+ readonly properties: {
2395
+ readonly hide: {
2396
+ readonly type: "boolean";
2397
+ readonly default: false;
2398
+ };
2399
+ readonly type: {
2400
+ readonly type: "string";
2401
+ readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
2402
+ readonly default: "sentiment";
2403
+ };
2404
+ readonly settings: {
2405
+ readonly type: "object";
2406
+ readonly properties: {
2407
+ readonly label: {
2408
+ readonly type: "string";
2409
+ };
2410
+ readonly submitText: {
2411
+ readonly type: "string";
2412
+ };
2413
+ readonly buttonText: {
2414
+ readonly type: "string";
2415
+ };
2416
+ readonly component: {
2417
+ readonly type: "string";
2418
+ readonly enum: readonly ["radio", "checkbox"];
2419
+ readonly default: "checkbox";
2420
+ };
2421
+ readonly items: {
2422
+ readonly type: "array";
2423
+ readonly items: {
2424
+ readonly type: "string";
2425
+ };
2426
+ readonly minItems: 1;
2427
+ };
2428
+ readonly leftScaleLabel: {
2429
+ readonly type: "string";
2430
+ };
2431
+ readonly rightScaleLabel: {
2432
+ readonly type: "string";
2433
+ };
2434
+ readonly reasons: {
2435
+ readonly type: "object";
2436
+ readonly properties: {
2437
+ readonly hide: {
2438
+ readonly type: "boolean";
2439
+ readonly default: false;
2440
+ };
2441
+ readonly component: {
2442
+ readonly type: "string";
2443
+ readonly enum: readonly ["radio", "checkbox"];
2444
+ readonly default: "checkbox";
2445
+ };
2446
+ readonly label: {
2447
+ readonly type: "string";
2448
+ };
2449
+ readonly items: {
2450
+ readonly type: "array";
2451
+ readonly items: {
2452
+ readonly type: "string";
2453
+ };
2454
+ };
2455
+ };
2456
+ readonly additionalProperties: false;
2457
+ };
2458
+ readonly comment: {
2459
+ readonly type: "object";
2460
+ readonly properties: {
2461
+ readonly hide: {
2462
+ readonly type: "boolean";
2463
+ readonly default: false;
2464
+ };
2465
+ readonly label: {
2466
+ readonly type: "string";
2467
+ };
2468
+ readonly likeLabel: {
2469
+ readonly type: "string";
2470
+ };
2471
+ readonly dislikeLabel: {
2472
+ readonly type: "string";
2473
+ };
2474
+ readonly satisfiedLabel: {
2475
+ readonly type: "string";
2476
+ };
2477
+ readonly neutralLabel: {
2478
+ readonly type: "string";
2479
+ };
2480
+ readonly dissatisfiedLabel: {
2481
+ readonly type: "string";
2482
+ };
2483
+ };
2484
+ readonly additionalProperties: false;
2485
+ };
2486
+ };
2487
+ readonly additionalProperties: false;
2488
+ };
2489
+ };
2490
+ readonly additionalProperties: false;
2491
+ };
2492
+ readonly hideReplay: {
2493
+ readonly type: "boolean";
2494
+ };
2495
+ readonly oAuth2RedirectURI: {
2496
+ readonly type: "string";
2497
+ readonly nullable: true;
2498
+ };
2499
+ readonly corsProxyUrl: {
2500
+ readonly type: "string";
2501
+ };
2502
+ readonly sortRequiredPropsFirst: {
2503
+ readonly type: "boolean";
2504
+ };
2505
+ readonly sanitize: {
2506
+ readonly type: "boolean";
2507
+ };
2508
+ readonly hideDownloadButtons: {
2509
+ readonly type: "boolean";
2510
+ };
2511
+ readonly downloadUrls: {
2512
+ readonly type: "array";
2513
+ readonly items: {
2514
+ readonly type: "object";
2515
+ readonly properties: {
2516
+ readonly title: {
2517
+ readonly type: "string";
2518
+ };
2519
+ readonly url: {
2520
+ readonly type: "string";
2521
+ };
2522
+ };
2523
+ readonly required: readonly ["url"];
2524
+ readonly additionalProperties: false;
2525
+ };
2526
+ };
2527
+ readonly onlyRequiredInSamples: {
2528
+ readonly type: "boolean";
2529
+ };
2530
+ readonly generatedSamplesMaxDepth: {
2531
+ readonly oneOf: readonly [{
2532
+ readonly type: "number";
2533
+ }, {
2534
+ readonly type: "string";
2535
+ }];
2536
+ };
2537
+ readonly showExtensions: {
2538
+ readonly oneOf: readonly [{
2539
+ readonly type: "boolean";
2540
+ }, {
2541
+ readonly type: "string";
2542
+ }, {
2543
+ readonly type: "array";
2544
+ readonly items: {
2545
+ readonly type: "string";
2546
+ };
2547
+ }];
2548
+ };
2549
+ readonly hideSchemaTitles: {
2550
+ readonly type: "boolean";
2551
+ };
2552
+ readonly jsonSamplesExpandLevel: {
2553
+ readonly oneOf: readonly [{
2554
+ readonly type: "number";
2555
+ }, {
2556
+ readonly type: "string";
2557
+ }];
2558
+ };
2559
+ readonly schemasExpansionLevel: {
2560
+ readonly oneOf: readonly [{
2561
+ readonly type: "number";
2562
+ }, {
2563
+ readonly type: "string";
2564
+ }];
2565
+ };
2566
+ readonly mockServer: {
2567
+ readonly type: "object";
2568
+ readonly properties: {
2569
+ readonly url: {
2570
+ readonly type: "string";
2571
+ };
2572
+ readonly position: {
2573
+ readonly type: "string";
2574
+ readonly enum: readonly ["first", "last", "replace", "off"];
2575
+ };
2576
+ readonly description: {
2577
+ readonly type: "string";
2578
+ };
2579
+ };
2580
+ };
2581
+ readonly maxDisplayedEnumValues: {
2582
+ readonly type: "number";
2583
+ };
2584
+ readonly schemaDefinitionsTagName: {
2585
+ readonly type: "string";
2586
+ };
2587
+ readonly layout: {
2588
+ readonly type: "string";
2589
+ readonly enum: readonly ["stacked", "three-panel"];
2590
+ };
2591
+ readonly hideInfoMetadata: {
2592
+ readonly type: "boolean";
2593
+ };
2594
+ readonly events: {
2595
+ readonly type: "object";
2596
+ };
2597
+ readonly skipBundle: {
2598
+ readonly type: "boolean";
2599
+ };
2600
+ readonly routingBasePath: {
2601
+ readonly type: "string";
2602
+ };
2603
+ readonly codeSamples: {
2604
+ readonly type: "object";
2605
+ readonly properties: {
2606
+ readonly languages: {
2607
+ readonly type: "array";
2608
+ readonly items: {
2609
+ readonly type: "object";
2610
+ readonly properties: {
2611
+ readonly lang: {
2612
+ readonly type: "string";
2613
+ readonly enum: readonly ["curl", "JavaScript", "Node.js", "Python", "Java8+Apache", "Java", "C#", "C#+Newtonsoft", "PHP", "Go", "Ruby", "R", "Payload"];
2614
+ };
2615
+ readonly label: {
2616
+ readonly type: "string";
2617
+ };
2618
+ readonly options: {
2619
+ readonly type: "object";
2620
+ readonly properties: {
2621
+ readonly indent: {
2622
+ readonly type: "string";
2623
+ };
2624
+ readonly withImports: {
2625
+ readonly type: "boolean";
2626
+ };
2627
+ readonly withComments: {
2628
+ readonly type: "boolean";
2629
+ };
2630
+ readonly binary: {
2631
+ readonly type: "boolean";
2632
+ };
2633
+ readonly credentials: {
2634
+ readonly type: "string";
2635
+ readonly enum: readonly ["omit", "same-origin", "include"];
2636
+ };
2637
+ };
2638
+ readonly additionalProperties: false;
2639
+ };
2640
+ };
2641
+ readonly required: readonly ["lang"];
2642
+ readonly additionalProperties: false;
2643
+ };
2644
+ };
2645
+ readonly skipOptionalParameters: {
2646
+ readonly type: "boolean";
2647
+ };
2648
+ readonly withOAuth2Call: {
2649
+ readonly type: "boolean";
2650
+ };
2651
+ };
2652
+ readonly required: readonly ["languages"];
2653
+ readonly additionalProperties: false;
2654
+ };
2655
+ readonly ignoreNamedSchemas: {
2656
+ readonly oneOf: readonly [{
2657
+ readonly type: "array";
2658
+ readonly items: {
2659
+ readonly type: "string";
2660
+ };
2661
+ }, {
2662
+ readonly type: "string";
2663
+ }];
2664
+ };
2665
+ readonly hidePropertiesPrefix: {
2666
+ readonly type: "boolean";
2667
+ };
2668
+ readonly excludeFromSearch: {
2669
+ readonly type: "boolean";
2670
+ };
2671
+ };
2672
+ readonly type: "object";
2673
+ readonly additionalProperties: false;
2674
+ };
2675
+ export declare const amplitudeAnalyticsConfigSchema: {
2676
+ readonly type: "object";
2677
+ readonly properties: {
2678
+ readonly includeInDevelopment: {
2679
+ readonly type: "boolean";
2680
+ };
2681
+ readonly apiKey: {
2682
+ readonly type: "string";
2683
+ };
2684
+ readonly head: {
2685
+ readonly type: "boolean";
2686
+ };
2687
+ readonly respectDNT: {
2688
+ readonly type: "boolean";
2689
+ };
2690
+ readonly exclude: {
2691
+ readonly type: "array";
2692
+ readonly items: {
2693
+ readonly type: "string";
2694
+ };
2695
+ };
2696
+ readonly outboundClickEventName: {
2697
+ readonly type: "string";
2698
+ };
2699
+ readonly pageViewEventName: {
2700
+ readonly type: "string";
2701
+ };
2702
+ readonly amplitudeConfig: {
2703
+ readonly type: "object";
2704
+ readonly additionalProperties: true;
2705
+ };
2706
+ };
2707
+ readonly additionalProperties: false;
2708
+ readonly required: readonly ["apiKey"];
2709
+ };
2710
+ export declare const fullstoryAnalyticsConfigSchema: {
2711
+ readonly type: "object";
2712
+ readonly properties: {
2713
+ readonly includeInDevelopment: {
2714
+ readonly type: "boolean";
2715
+ };
2716
+ readonly orgId: {
2717
+ readonly type: "string";
2718
+ };
2719
+ };
2720
+ readonly additionalProperties: false;
2721
+ readonly required: readonly ["orgId"];
2722
+ };
2723
+ export declare const heapAnalyticsConfigSchema: {
2724
+ readonly type: "object";
2725
+ readonly properties: {
2726
+ readonly includeInDevelopment: {
2727
+ readonly type: "boolean";
2728
+ };
2729
+ readonly appId: {
2730
+ readonly type: "string";
2731
+ };
2732
+ };
2733
+ readonly additionalProperties: false;
2734
+ readonly required: readonly ["appId"];
2735
+ };
2736
+ export declare const rudderstackAnalyticsConfigSchema: {
2737
+ readonly type: "object";
2738
+ readonly properties: {
2739
+ readonly includeInDevelopment: {
2740
+ readonly type: "boolean";
2741
+ };
2742
+ readonly writeKey: {
2743
+ readonly type: "string";
2744
+ readonly minLength: 10;
2745
+ };
2746
+ readonly trackPage: {
2747
+ readonly type: "boolean";
2748
+ };
2749
+ readonly dataPlaneUrl: {
2750
+ readonly type: "string";
2751
+ };
2752
+ readonly controlPlaneUrl: {
2753
+ readonly type: "string";
2754
+ };
2755
+ readonly sdkUrl: {
2756
+ readonly type: "string";
2757
+ };
2758
+ readonly loadOptions: {
2759
+ readonly type: "object";
2760
+ readonly additionalProperties: true;
2761
+ };
2762
+ };
2763
+ readonly additionalProperties: false;
2764
+ readonly required: readonly ["writeKey"];
2765
+ };
2766
+ export declare const segmentAnalyticsConfigSchema: {
2767
+ readonly type: "object";
2768
+ readonly properties: {
2769
+ readonly includeInDevelopment: {
2770
+ readonly type: "boolean";
2771
+ };
2772
+ readonly writeKey: {
2773
+ readonly type: "string";
2774
+ readonly minLength: 10;
2775
+ };
2776
+ readonly trackPage: {
2777
+ readonly type: "boolean";
2778
+ };
2779
+ readonly includeTitleInPageCall: {
2780
+ readonly type: "boolean";
2781
+ };
2782
+ readonly host: {
2783
+ readonly type: "string";
2784
+ };
2785
+ };
2786
+ readonly additionalProperties: false;
2787
+ readonly required: readonly ["writeKey"];
2788
+ };
2789
+ export declare const gtmAnalyticsConfigSchema: {
2790
+ readonly type: "object";
2791
+ readonly properties: {
2792
+ readonly includeInDevelopment: {
2793
+ readonly type: "boolean";
2794
+ };
2795
+ readonly trackingId: {
2796
+ readonly type: "string";
2797
+ };
2798
+ readonly gtmAuth: {
2799
+ readonly type: "string";
2800
+ };
2801
+ readonly gtmPreview: {
2802
+ readonly type: "string";
2803
+ };
2804
+ readonly defaultDataLayer: {};
2805
+ readonly dataLayerName: {
2806
+ readonly type: "string";
2807
+ };
2808
+ readonly enableWebVitalsTracking: {
2809
+ readonly type: "boolean";
2810
+ };
2811
+ readonly selfHostedOrigin: {
2812
+ readonly type: "string";
2813
+ };
2814
+ readonly pageViewEventName: {
2815
+ readonly type: "string";
2816
+ };
2817
+ };
2818
+ readonly additionalProperties: false;
2819
+ readonly required: readonly ["trackingId"];
2820
+ };
2821
+ export declare const productGoogleAnalyticsConfigSchema: {
2822
+ readonly type: "object";
2823
+ readonly properties: {
2824
+ readonly includeInDevelopment: {
2825
+ readonly type: "boolean";
2826
+ };
2827
+ readonly trackingId: {
2828
+ readonly type: "string";
2829
+ };
2830
+ readonly conversionId: {
2831
+ readonly type: "string";
2832
+ };
2833
+ readonly floodlightId: {
2834
+ readonly type: "string";
2835
+ };
2836
+ readonly optimizeId: {
2837
+ readonly type: "string";
2838
+ };
2839
+ readonly exclude: {
2840
+ readonly type: "array";
2841
+ readonly items: {
2842
+ readonly type: "string";
2843
+ };
2844
+ };
2845
+ };
2846
+ readonly additionalProperties: false;
2847
+ readonly required: readonly ["trackingId"];
2848
+ };
2849
+ export declare const googleAnalyticsConfigSchema: {
2850
+ readonly type: "object";
2851
+ readonly properties: {
2852
+ readonly includeInDevelopment: {
2853
+ readonly type: "boolean";
2854
+ };
2855
+ readonly trackingId: {
2856
+ readonly type: "string";
2857
+ };
2858
+ readonly conversionId: {
2859
+ readonly type: "string";
2860
+ };
2861
+ readonly floodlightId: {
2862
+ readonly type: "string";
2863
+ };
2864
+ readonly head: {
2865
+ readonly type: "boolean";
2866
+ };
2867
+ readonly respectDNT: {
2868
+ readonly type: "boolean";
2869
+ };
2870
+ readonly exclude: {
2871
+ readonly type: "array";
2872
+ readonly items: {
2873
+ readonly type: "string";
2874
+ };
2875
+ };
2876
+ readonly optimizeId: {
2877
+ readonly type: "string";
2878
+ };
2879
+ readonly anonymizeIp: {
2880
+ readonly type: "boolean";
2881
+ };
2882
+ readonly cookieExpires: {
2883
+ readonly type: "number";
2884
+ };
2885
+ readonly trackers: {
2886
+ readonly type: "object";
2887
+ readonly additionalProperties: {
2888
+ readonly type: "object";
2889
+ readonly properties: {
2890
+ readonly includeInDevelopment: {
2891
+ readonly type: "boolean";
2892
+ };
2893
+ readonly trackingId: {
2894
+ readonly type: "string";
2895
+ };
2896
+ readonly conversionId: {
2897
+ readonly type: "string";
2898
+ };
2899
+ readonly floodlightId: {
2900
+ readonly type: "string";
2901
+ };
2902
+ readonly optimizeId: {
2903
+ readonly type: "string";
2904
+ };
2905
+ readonly exclude: {
2906
+ readonly type: "array";
2907
+ readonly items: {
2908
+ readonly type: "string";
2909
+ };
2910
+ };
2911
+ };
2912
+ readonly additionalProperties: false;
2913
+ readonly required: readonly ["trackingId"];
2914
+ };
2915
+ };
2916
+ };
2917
+ readonly additionalProperties: false;
2918
+ readonly required: readonly ["trackingId"];
2919
+ };
2920
+ export declare const analyticsConfigSchema: {
2921
+ readonly type: "object";
2922
+ readonly properties: {
2923
+ readonly adobe: {
2924
+ readonly type: "object";
2925
+ readonly properties: {
2926
+ readonly includeInDevelopment: {
2927
+ readonly type: "boolean";
2928
+ };
2929
+ readonly scriptUrl: {
2930
+ readonly type: "string";
2931
+ };
2932
+ readonly pageViewEventName: {
2933
+ readonly type: "string";
2934
+ };
2935
+ };
2936
+ readonly additionalProperties: false;
2937
+ readonly required: readonly ["scriptUrl"];
2938
+ };
2939
+ readonly amplitude: {
2940
+ readonly type: "object";
2941
+ readonly properties: {
2942
+ readonly includeInDevelopment: {
2943
+ readonly type: "boolean";
2944
+ };
2945
+ readonly apiKey: {
2946
+ readonly type: "string";
2947
+ };
2948
+ readonly head: {
2949
+ readonly type: "boolean";
2950
+ };
2951
+ readonly respectDNT: {
2952
+ readonly type: "boolean";
2953
+ };
2954
+ readonly exclude: {
2955
+ readonly type: "array";
2956
+ readonly items: {
2957
+ readonly type: "string";
2958
+ };
2959
+ };
2960
+ readonly outboundClickEventName: {
2961
+ readonly type: "string";
2962
+ };
2963
+ readonly pageViewEventName: {
2964
+ readonly type: "string";
2965
+ };
2966
+ readonly amplitudeConfig: {
2967
+ readonly type: "object";
2968
+ readonly additionalProperties: true;
2969
+ };
2970
+ };
2971
+ readonly additionalProperties: false;
2972
+ readonly required: readonly ["apiKey"];
2973
+ };
2974
+ readonly fullstory: {
2975
+ readonly type: "object";
2976
+ readonly properties: {
2977
+ readonly includeInDevelopment: {
2978
+ readonly type: "boolean";
2979
+ };
2980
+ readonly orgId: {
2981
+ readonly type: "string";
2982
+ };
2983
+ };
2984
+ readonly additionalProperties: false;
2985
+ readonly required: readonly ["orgId"];
2986
+ };
2987
+ readonly heap: {
2988
+ readonly type: "object";
2989
+ readonly properties: {
2990
+ readonly includeInDevelopment: {
2991
+ readonly type: "boolean";
2992
+ };
2993
+ readonly appId: {
2994
+ readonly type: "string";
2995
+ };
2996
+ };
2997
+ readonly additionalProperties: false;
2998
+ readonly required: readonly ["appId"];
2999
+ };
3000
+ readonly rudderstack: {
3001
+ readonly type: "object";
3002
+ readonly properties: {
3003
+ readonly includeInDevelopment: {
3004
+ readonly type: "boolean";
3005
+ };
3006
+ readonly writeKey: {
3007
+ readonly type: "string";
3008
+ readonly minLength: 10;
3009
+ };
3010
+ readonly trackPage: {
3011
+ readonly type: "boolean";
3012
+ };
3013
+ readonly dataPlaneUrl: {
3014
+ readonly type: "string";
3015
+ };
3016
+ readonly controlPlaneUrl: {
3017
+ readonly type: "string";
3018
+ };
3019
+ readonly sdkUrl: {
3020
+ readonly type: "string";
3021
+ };
3022
+ readonly loadOptions: {
3023
+ readonly type: "object";
3024
+ readonly additionalProperties: true;
3025
+ };
3026
+ };
3027
+ readonly additionalProperties: false;
3028
+ readonly required: readonly ["writeKey"];
3029
+ };
3030
+ readonly segment: {
3031
+ readonly type: "object";
3032
+ readonly properties: {
3033
+ readonly includeInDevelopment: {
3034
+ readonly type: "boolean";
3035
+ };
3036
+ readonly writeKey: {
3037
+ readonly type: "string";
3038
+ readonly minLength: 10;
3039
+ };
3040
+ readonly trackPage: {
3041
+ readonly type: "boolean";
3042
+ };
3043
+ readonly includeTitleInPageCall: {
3044
+ readonly type: "boolean";
3045
+ };
3046
+ readonly host: {
3047
+ readonly type: "string";
3048
+ };
3049
+ };
3050
+ readonly additionalProperties: false;
3051
+ readonly required: readonly ["writeKey"];
3052
+ };
3053
+ readonly gtm: {
3054
+ readonly type: "object";
3055
+ readonly properties: {
3056
+ readonly includeInDevelopment: {
3057
+ readonly type: "boolean";
3058
+ };
3059
+ readonly trackingId: {
3060
+ readonly type: "string";
3061
+ };
3062
+ readonly gtmAuth: {
3063
+ readonly type: "string";
3064
+ };
3065
+ readonly gtmPreview: {
3066
+ readonly type: "string";
3067
+ };
3068
+ readonly defaultDataLayer: {};
3069
+ readonly dataLayerName: {
3070
+ readonly type: "string";
3071
+ };
3072
+ readonly enableWebVitalsTracking: {
3073
+ readonly type: "boolean";
3074
+ };
3075
+ readonly selfHostedOrigin: {
3076
+ readonly type: "string";
3077
+ };
3078
+ readonly pageViewEventName: {
3079
+ readonly type: "string";
3080
+ };
3081
+ };
3082
+ readonly additionalProperties: false;
3083
+ readonly required: readonly ["trackingId"];
3084
+ };
3085
+ readonly ga: {
3086
+ readonly type: "object";
3087
+ readonly properties: {
3088
+ readonly includeInDevelopment: {
3089
+ readonly type: "boolean";
3090
+ };
3091
+ readonly trackingId: {
3092
+ readonly type: "string";
3093
+ };
3094
+ readonly conversionId: {
3095
+ readonly type: "string";
3096
+ };
3097
+ readonly floodlightId: {
3098
+ readonly type: "string";
3099
+ };
3100
+ readonly head: {
3101
+ readonly type: "boolean";
3102
+ };
3103
+ readonly respectDNT: {
3104
+ readonly type: "boolean";
3105
+ };
3106
+ readonly exclude: {
3107
+ readonly type: "array";
3108
+ readonly items: {
3109
+ readonly type: "string";
3110
+ };
3111
+ };
3112
+ readonly optimizeId: {
3113
+ readonly type: "string";
3114
+ };
3115
+ readonly anonymizeIp: {
3116
+ readonly type: "boolean";
3117
+ };
3118
+ readonly cookieExpires: {
3119
+ readonly type: "number";
3120
+ };
3121
+ readonly trackers: {
3122
+ readonly type: "object";
3123
+ readonly additionalProperties: {
3124
+ readonly type: "object";
3125
+ readonly properties: {
3126
+ readonly includeInDevelopment: {
3127
+ readonly type: "boolean";
3128
+ };
3129
+ readonly trackingId: {
3130
+ readonly type: "string";
3131
+ };
3132
+ readonly conversionId: {
3133
+ readonly type: "string";
3134
+ };
3135
+ readonly floodlightId: {
3136
+ readonly type: "string";
3137
+ };
3138
+ readonly optimizeId: {
3139
+ readonly type: "string";
3140
+ };
3141
+ readonly exclude: {
3142
+ readonly type: "array";
3143
+ readonly items: {
3144
+ readonly type: "string";
3145
+ };
3146
+ };
3147
+ };
3148
+ readonly additionalProperties: false;
3149
+ readonly required: readonly ["trackingId"];
3150
+ };
3151
+ };
3152
+ };
3153
+ readonly additionalProperties: false;
3154
+ readonly required: readonly ["trackingId"];
3155
+ };
3156
+ };
3157
+ };
3158
+ export declare const userMenuConfigSchema: {
3159
+ readonly type: "object";
3160
+ readonly properties: {
3161
+ readonly hide: {
3162
+ readonly type: "boolean";
3163
+ };
3164
+ readonly items: {
3165
+ readonly type: "array";
3166
+ readonly items: {
3167
+ readonly type: "object";
3168
+ readonly properties: {
3169
+ readonly label: {
3170
+ readonly type: "string";
3171
+ };
3172
+ readonly external: {
3173
+ readonly type: "boolean";
3174
+ };
3175
+ readonly link: {
3176
+ readonly type: "string";
3177
+ };
3178
+ readonly separatorLine: {
3179
+ readonly type: "boolean";
3180
+ };
3181
+ };
3182
+ readonly additionalProperties: true;
3183
+ };
3184
+ readonly default: readonly [];
3185
+ };
3186
+ readonly hideLoginButton: {
3187
+ readonly type: "boolean";
3188
+ };
3189
+ };
3190
+ readonly additionalProperties: false;
3191
+ };
3192
+ export declare const versionPickerConfigSchema: {
3193
+ readonly type: "object";
3194
+ readonly properties: {
3195
+ readonly hide: {
3196
+ readonly type: "boolean";
3197
+ };
3198
+ readonly showForUnversioned: {
3199
+ readonly type: "boolean";
3200
+ };
3201
+ };
3202
+ };
3203
+ export declare const breadcrumbsConfigSchema: {
3204
+ readonly type: "object";
3205
+ readonly properties: {
3206
+ readonly hide: {
3207
+ readonly type: "boolean";
3208
+ };
3209
+ readonly prefixItems: {
3210
+ readonly type: "array";
3211
+ readonly items: {
3212
+ readonly type: "object";
3213
+ readonly properties: {
3214
+ readonly label: {
3215
+ readonly type: "string";
3216
+ };
3217
+ readonly labelTranslationKey: {
3218
+ readonly type: "string";
3219
+ };
3220
+ readonly page: {
3221
+ readonly type: "string";
3222
+ };
3223
+ };
3224
+ readonly additionalProperties: false;
3225
+ readonly default: {};
3226
+ };
3227
+ };
3228
+ };
3229
+ readonly additionalProperties: false;
3230
+ };
3231
+ export declare const catalogFilterSchema: {
3232
+ readonly type: "object";
3233
+ readonly additionalProperties: false;
3234
+ readonly required: readonly ["title", "property"];
3235
+ readonly properties: {
3236
+ readonly type: {
3237
+ readonly type: "string";
3238
+ readonly enum: readonly ["select", "checkboxes", "date-range"];
3239
+ readonly default: "checkboxes";
3240
+ };
3241
+ readonly title: {
3242
+ readonly type: "string";
3243
+ };
3244
+ readonly titleTranslationKey: {
3245
+ readonly type: "string";
3246
+ };
3247
+ readonly property: {
3248
+ readonly type: "string";
3249
+ };
3250
+ readonly parentFilter: {
3251
+ readonly type: "string";
3252
+ };
3253
+ readonly valuesMapping: {
3254
+ readonly type: "object";
3255
+ readonly additionalProperties: {
3256
+ readonly type: "string";
3257
+ };
3258
+ };
3259
+ readonly missingCategoryName: {
3260
+ readonly type: "string";
3261
+ };
3262
+ readonly missingCategoryNameTranslationKey: {
3263
+ readonly type: "string";
3264
+ };
3265
+ readonly options: {
3266
+ readonly type: "array";
3267
+ readonly items: {
3268
+ readonly type: "string";
3269
+ };
3270
+ };
3271
+ };
3272
+ };
3273
+ export declare const catalogSchema: {
3274
+ readonly type: "object";
3275
+ readonly additionalProperties: true;
3276
+ readonly required: readonly ["slug", "items"];
3277
+ readonly properties: {
3278
+ readonly slug: {
3279
+ readonly type: "string";
3280
+ };
3281
+ readonly filters: {
3282
+ readonly type: "array";
3283
+ readonly items: {
3284
+ readonly type: "object";
3285
+ readonly additionalProperties: false;
3286
+ readonly required: readonly ["title", "property"];
3287
+ readonly properties: {
3288
+ readonly type: {
3289
+ readonly type: "string";
3290
+ readonly enum: readonly ["select", "checkboxes", "date-range"];
3291
+ readonly default: "checkboxes";
3292
+ };
3293
+ readonly title: {
3294
+ readonly type: "string";
3295
+ };
3296
+ readonly titleTranslationKey: {
3297
+ readonly type: "string";
3298
+ };
3299
+ readonly property: {
3300
+ readonly type: "string";
3301
+ };
3302
+ readonly parentFilter: {
3303
+ readonly type: "string";
3304
+ };
3305
+ readonly valuesMapping: {
3306
+ readonly type: "object";
3307
+ readonly additionalProperties: {
3308
+ readonly type: "string";
3309
+ };
3310
+ };
3311
+ readonly missingCategoryName: {
3312
+ readonly type: "string";
3313
+ };
3314
+ readonly missingCategoryNameTranslationKey: {
3315
+ readonly type: "string";
3316
+ };
3317
+ readonly options: {
3318
+ readonly type: "array";
3319
+ readonly items: {
3320
+ readonly type: "string";
3321
+ };
3322
+ };
3323
+ };
3324
+ };
3325
+ };
3326
+ readonly groupByFirstFilter: {
3327
+ readonly type: "boolean";
3328
+ };
3329
+ readonly filterValuesCasing: {
3330
+ readonly type: "string";
3331
+ readonly enum: readonly ["sentence", "original", "lowercase", "uppercase"];
3332
+ };
3333
+ readonly items: {
3334
+ readonly type: "array";
3335
+ readonly items: {
3336
+ readonly properties: {
3337
+ readonly items: {
3338
+ readonly type: "array";
3339
+ readonly items: {
3340
+ readonly type: "object";
3341
+ readonly properties: {
3342
+ readonly page: {
3343
+ readonly type: "string";
3344
+ };
3345
+ readonly directory: {
3346
+ readonly type: "string";
3347
+ };
3348
+ readonly disconnect: {
3349
+ readonly type: "boolean";
3350
+ readonly default: false;
3351
+ };
3352
+ readonly group: {
3353
+ readonly type: "string";
3354
+ };
3355
+ readonly label: {
3356
+ readonly type: "string";
3357
+ };
3358
+ readonly href: {
3359
+ readonly type: "string";
3360
+ };
3361
+ readonly external: {
3362
+ readonly type: "boolean";
3363
+ };
3364
+ readonly labelTranslationKey: {
3365
+ readonly type: "string";
3366
+ };
3367
+ readonly groupTranslationKey: {
3368
+ readonly type: "string";
3369
+ };
3370
+ readonly icon: {
3371
+ readonly oneOf: readonly [{
3372
+ readonly type: "string";
3373
+ }, {
3374
+ readonly type: "object";
3375
+ readonly properties: {
3376
+ readonly srcSet: {
3377
+ readonly type: "string";
3378
+ };
3379
+ };
3380
+ readonly required: readonly ["srcSet"];
3381
+ }];
3382
+ };
3383
+ readonly separator: {
3384
+ readonly type: "string";
3385
+ };
3386
+ readonly separatorLine: {
3387
+ readonly type: "boolean";
3388
+ };
3389
+ readonly linePosition: {
3390
+ readonly type: "string";
3391
+ readonly enum: readonly ["top", "bottom"];
3392
+ readonly default: "top";
3393
+ };
3394
+ readonly version: {
3395
+ readonly type: "string";
3396
+ };
3397
+ readonly menuStyle: {
3398
+ readonly type: "string";
3399
+ readonly enum: readonly ["drilldown"];
3400
+ };
3401
+ readonly expanded: {
3402
+ readonly type: "string";
3403
+ readonly const: "always";
3404
+ };
3405
+ readonly selectFirstItemOnExpand: {
3406
+ readonly type: "boolean";
3407
+ };
3408
+ readonly flatten: {
3409
+ readonly type: "boolean";
3410
+ };
3411
+ readonly linkedSidebars: {
3412
+ readonly type: "array";
3413
+ readonly items: {
3414
+ readonly type: "string";
3415
+ };
3416
+ };
3417
+ readonly items: {
3418
+ readonly type: "array";
3419
+ readonly items: {
3420
+ readonly type: "object";
3421
+ readonly additionalProperties: true;
3422
+ };
3423
+ };
3424
+ };
3425
+ };
3426
+ };
3427
+ readonly page: {
3428
+ readonly type: "string";
3429
+ };
3430
+ readonly directory: {
3431
+ readonly type: "string";
3432
+ };
3433
+ readonly disconnect: {
3434
+ readonly type: "boolean";
3435
+ readonly default: false;
3436
+ };
3437
+ readonly group: {
3438
+ readonly type: "string";
3439
+ };
3440
+ readonly label: {
3441
+ readonly type: "string";
3442
+ };
3443
+ readonly href: {
3444
+ readonly type: "string";
3445
+ };
3446
+ readonly external: {
3447
+ readonly type: "boolean";
3448
+ };
3449
+ readonly labelTranslationKey: {
3450
+ readonly type: "string";
3451
+ };
3452
+ readonly groupTranslationKey: {
3453
+ readonly type: "string";
3454
+ };
3455
+ readonly icon: {
3456
+ readonly oneOf: readonly [{
3457
+ readonly type: "string";
3458
+ }, {
3459
+ readonly type: "object";
3460
+ readonly properties: {
3461
+ readonly srcSet: {
3462
+ readonly type: "string";
3463
+ };
3464
+ };
3465
+ readonly required: readonly ["srcSet"];
3466
+ }];
3467
+ };
3468
+ readonly separator: {
3469
+ readonly type: "string";
3470
+ };
3471
+ readonly separatorLine: {
3472
+ readonly type: "boolean";
3473
+ };
3474
+ readonly linePosition: {
3475
+ readonly type: "string";
3476
+ readonly enum: readonly ["top", "bottom"];
3477
+ readonly default: "top";
3478
+ };
3479
+ readonly version: {
3480
+ readonly type: "string";
3481
+ };
3482
+ readonly menuStyle: {
3483
+ readonly type: "string";
3484
+ readonly enum: readonly ["drilldown"];
3485
+ };
3486
+ readonly expanded: {
3487
+ readonly type: "string";
3488
+ readonly const: "always";
3489
+ };
3490
+ readonly selectFirstItemOnExpand: {
3491
+ readonly type: "boolean";
3492
+ };
3493
+ readonly flatten: {
3494
+ readonly type: "boolean";
3495
+ };
3496
+ readonly linkedSidebars: {
3497
+ readonly type: "array";
3498
+ readonly items: {
3499
+ readonly type: "string";
3500
+ };
3501
+ };
3502
+ };
3503
+ readonly type: "object";
3504
+ };
3505
+ };
3506
+ readonly requiredPermission: {
3507
+ readonly type: "string";
3508
+ };
3509
+ readonly separateVersions: {
3510
+ readonly type: "boolean";
3511
+ };
3512
+ readonly title: {
3513
+ readonly type: "string";
3514
+ };
3515
+ readonly titleTranslationKey: {
3516
+ readonly type: "string";
3517
+ };
3518
+ readonly description: {
3519
+ readonly type: "string";
3520
+ };
3521
+ readonly descriptionTranslationKey: {
3522
+ readonly type: "string";
3523
+ };
3524
+ };
3525
+ };
3526
+ export declare const catalogsConfigSchema: {
3527
+ readonly type: "object";
3528
+ readonly patternProperties: {
3529
+ readonly '.*': {
3530
+ readonly type: "object";
3531
+ readonly additionalProperties: true;
3532
+ readonly required: readonly ["slug", "items"];
3533
+ readonly properties: {
3534
+ readonly slug: {
3535
+ readonly type: "string";
3536
+ };
3537
+ readonly filters: {
3538
+ readonly type: "array";
3539
+ readonly items: {
3540
+ readonly type: "object";
3541
+ readonly additionalProperties: false;
3542
+ readonly required: readonly ["title", "property"];
3543
+ readonly properties: {
3544
+ readonly type: {
3545
+ readonly type: "string";
3546
+ readonly enum: readonly ["select", "checkboxes", "date-range"];
3547
+ readonly default: "checkboxes";
3548
+ };
3549
+ readonly title: {
3550
+ readonly type: "string";
3551
+ };
3552
+ readonly titleTranslationKey: {
3553
+ readonly type: "string";
3554
+ };
3555
+ readonly property: {
3556
+ readonly type: "string";
3557
+ };
3558
+ readonly parentFilter: {
3559
+ readonly type: "string";
3560
+ };
3561
+ readonly valuesMapping: {
3562
+ readonly type: "object";
3563
+ readonly additionalProperties: {
3564
+ readonly type: "string";
3565
+ };
3566
+ };
3567
+ readonly missingCategoryName: {
3568
+ readonly type: "string";
3569
+ };
3570
+ readonly missingCategoryNameTranslationKey: {
3571
+ readonly type: "string";
3572
+ };
3573
+ readonly options: {
3574
+ readonly type: "array";
3575
+ readonly items: {
3576
+ readonly type: "string";
3577
+ };
3578
+ };
3579
+ };
3580
+ };
3581
+ };
3582
+ readonly groupByFirstFilter: {
3583
+ readonly type: "boolean";
3584
+ };
3585
+ readonly filterValuesCasing: {
3586
+ readonly type: "string";
3587
+ readonly enum: readonly ["sentence", "original", "lowercase", "uppercase"];
3588
+ };
3589
+ readonly items: {
3590
+ readonly type: "array";
3591
+ readonly items: {
3592
+ readonly properties: {
3593
+ readonly items: {
3594
+ readonly type: "array";
3595
+ readonly items: {
3596
+ readonly type: "object";
3597
+ readonly properties: {
3598
+ readonly page: {
3599
+ readonly type: "string";
3600
+ };
3601
+ readonly directory: {
3602
+ readonly type: "string";
3603
+ };
3604
+ readonly disconnect: {
3605
+ readonly type: "boolean";
3606
+ readonly default: false;
3607
+ };
3608
+ readonly group: {
3609
+ readonly type: "string";
3610
+ };
3611
+ readonly label: {
3612
+ readonly type: "string";
3613
+ };
3614
+ readonly href: {
3615
+ readonly type: "string";
3616
+ };
3617
+ readonly external: {
3618
+ readonly type: "boolean";
3619
+ };
3620
+ readonly labelTranslationKey: {
3621
+ readonly type: "string";
3622
+ };
3623
+ readonly groupTranslationKey: {
3624
+ readonly type: "string";
3625
+ };
3626
+ readonly icon: {
3627
+ readonly oneOf: readonly [{
3628
+ readonly type: "string";
3629
+ }, {
3630
+ readonly type: "object";
3631
+ readonly properties: {
3632
+ readonly srcSet: {
3633
+ readonly type: "string";
3634
+ };
3635
+ };
3636
+ readonly required: readonly ["srcSet"];
3637
+ }];
3638
+ };
3639
+ readonly separator: {
3640
+ readonly type: "string";
3641
+ };
3642
+ readonly separatorLine: {
3643
+ readonly type: "boolean";
3644
+ };
3645
+ readonly linePosition: {
3646
+ readonly type: "string";
3647
+ readonly enum: readonly ["top", "bottom"];
3648
+ readonly default: "top";
3649
+ };
3650
+ readonly version: {
3651
+ readonly type: "string";
3652
+ };
3653
+ readonly menuStyle: {
3654
+ readonly type: "string";
3655
+ readonly enum: readonly ["drilldown"];
3656
+ };
3657
+ readonly expanded: {
3658
+ readonly type: "string";
3659
+ readonly const: "always";
3660
+ };
3661
+ readonly selectFirstItemOnExpand: {
3662
+ readonly type: "boolean";
3663
+ };
3664
+ readonly flatten: {
3665
+ readonly type: "boolean";
3666
+ };
3667
+ readonly linkedSidebars: {
3668
+ readonly type: "array";
3669
+ readonly items: {
3670
+ readonly type: "string";
3671
+ };
3672
+ };
3673
+ readonly items: {
3674
+ readonly type: "array";
3675
+ readonly items: {
3676
+ readonly type: "object";
3677
+ readonly additionalProperties: true;
3678
+ };
3679
+ };
3680
+ };
3681
+ };
3682
+ };
3683
+ readonly page: {
3684
+ readonly type: "string";
3685
+ };
3686
+ readonly directory: {
3687
+ readonly type: "string";
3688
+ };
3689
+ readonly disconnect: {
3690
+ readonly type: "boolean";
3691
+ readonly default: false;
3692
+ };
3693
+ readonly group: {
3694
+ readonly type: "string";
3695
+ };
3696
+ readonly label: {
3697
+ readonly type: "string";
3698
+ };
3699
+ readonly href: {
3700
+ readonly type: "string";
3701
+ };
3702
+ readonly external: {
3703
+ readonly type: "boolean";
3704
+ };
3705
+ readonly labelTranslationKey: {
3706
+ readonly type: "string";
3707
+ };
3708
+ readonly groupTranslationKey: {
3709
+ readonly type: "string";
3710
+ };
3711
+ readonly icon: {
3712
+ readonly oneOf: readonly [{
3713
+ readonly type: "string";
3714
+ }, {
3715
+ readonly type: "object";
3716
+ readonly properties: {
3717
+ readonly srcSet: {
3718
+ readonly type: "string";
3719
+ };
3720
+ };
3721
+ readonly required: readonly ["srcSet"];
3722
+ }];
3723
+ };
3724
+ readonly separator: {
3725
+ readonly type: "string";
3726
+ };
3727
+ readonly separatorLine: {
3728
+ readonly type: "boolean";
3729
+ };
3730
+ readonly linePosition: {
3731
+ readonly type: "string";
3732
+ readonly enum: readonly ["top", "bottom"];
3733
+ readonly default: "top";
3734
+ };
3735
+ readonly version: {
3736
+ readonly type: "string";
3737
+ };
3738
+ readonly menuStyle: {
3739
+ readonly type: "string";
3740
+ readonly enum: readonly ["drilldown"];
3741
+ };
3742
+ readonly expanded: {
3743
+ readonly type: "string";
3744
+ readonly const: "always";
3745
+ };
3746
+ readonly selectFirstItemOnExpand: {
3747
+ readonly type: "boolean";
3748
+ };
3749
+ readonly flatten: {
3750
+ readonly type: "boolean";
3751
+ };
3752
+ readonly linkedSidebars: {
3753
+ readonly type: "array";
3754
+ readonly items: {
3755
+ readonly type: "string";
3756
+ };
3757
+ };
3758
+ };
3759
+ readonly type: "object";
3760
+ };
3761
+ };
3762
+ readonly requiredPermission: {
3763
+ readonly type: "string";
3764
+ };
3765
+ readonly separateVersions: {
3766
+ readonly type: "boolean";
3767
+ };
3768
+ readonly title: {
3769
+ readonly type: "string";
3770
+ };
3771
+ readonly titleTranslationKey: {
3772
+ readonly type: "string";
3773
+ };
3774
+ readonly description: {
3775
+ readonly type: "string";
3776
+ };
3777
+ readonly descriptionTranslationKey: {
3778
+ readonly type: "string";
3779
+ };
3780
+ };
3781
+ };
3782
+ };
3783
+ };
3784
+ export declare const scorecardConfigSchema: {
3785
+ readonly type: "object";
3786
+ readonly additionalProperties: true;
3787
+ readonly required: readonly [];
3788
+ readonly properties: {
3789
+ readonly ignoreNonCompliant: {
3790
+ readonly type: "boolean";
3791
+ readonly default: false;
3792
+ };
3793
+ readonly teamMetadataProperty: {
3794
+ readonly type: "object";
3795
+ readonly properties: {
3796
+ readonly property: {
3797
+ readonly type: "string";
3798
+ };
3799
+ readonly label: {
3800
+ readonly type: "string";
3801
+ };
3802
+ readonly default: {
3803
+ readonly type: "string";
3804
+ };
3805
+ };
3806
+ };
3807
+ readonly levels: {
3808
+ readonly type: "array";
3809
+ readonly items: {
3810
+ readonly type: "object";
3811
+ readonly required: readonly ["name"];
3812
+ readonly properties: {
3813
+ readonly name: {
3814
+ readonly type: "string";
3815
+ };
3816
+ readonly color: {
3817
+ readonly type: "string";
3818
+ };
3819
+ readonly extends: {
3820
+ readonly type: "array";
3821
+ readonly items: {
3822
+ readonly type: "string";
3823
+ };
3824
+ };
3825
+ readonly rules: {
3826
+ readonly type: "object";
3827
+ readonly additionalProperties: {
3828
+ readonly oneOf: readonly [{
3829
+ readonly type: "string";
3830
+ }, {
3831
+ readonly type: "object";
3832
+ }];
3833
+ };
3834
+ };
3835
+ };
3836
+ readonly additionalProperties: false;
3837
+ };
3838
+ };
3839
+ readonly targets: {
3840
+ readonly type: "array";
3841
+ readonly items: {
3842
+ readonly type: "object";
3843
+ readonly required: readonly ["where"];
3844
+ readonly properties: {
3845
+ readonly minimumLevel: {
3846
+ readonly type: "string";
3847
+ };
3848
+ readonly where: {
3849
+ readonly type: "object";
3850
+ readonly required: readonly ["metadata"];
3851
+ readonly properties: {
3852
+ readonly metadata: {
3853
+ readonly type: "object";
3854
+ readonly additionalProperties: {
3855
+ readonly type: "string";
3856
+ };
3857
+ };
3858
+ };
3859
+ readonly additionalProperties: false;
3860
+ };
3861
+ };
3862
+ readonly additionalProperties: false;
3863
+ };
3864
+ };
3865
+ };
3866
+ };