@redocly/config 0.50.0 → 0.51.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.
- package/lib/asyncapi-config-schema.d.ts +10 -27
- package/lib/common.d.ts +126 -113
- package/lib/constants/shared.d.ts +1 -0
- package/lib/default-theme-config-schema.d.ts +544 -619
- package/lib/entities-catalog-config-schema.d.ts +60 -72
- package/lib/entities-catalog-entity-file-schema.d.ts +74 -67
- package/lib/ex-theme-config-schemas.d.ts +273 -348
- package/lib/feedback-config-schema.d.ts +9 -29
- package/lib/graphql-config-schema.d.ts +11 -28
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/product-override-schema.d.ts +2362 -2607
- package/lib/redoc-config-schema.d.ts +14 -33
- package/lib/reference-docs-config-schema.d.ts +14 -10
- package/lib/reunite-config-schema.d.ts +11 -12
- package/lib/root-config-schema.d.ts +22774 -17198
- package/lib/scorecards-config-schema.d.ts +168 -108
- package/lib/types/index.d.ts +1 -0
- package/lib/types/json-schema-types.d.ts +69 -0
- package/lib/types/portal-shared-types.d.ts +3 -0
- package/lib-esm/asyncapi-config-schema.d.ts +10 -27
- package/lib-esm/common.d.ts +126 -113
- package/lib-esm/constants/shared.d.ts +1 -0
- package/lib-esm/default-theme-config-schema.d.ts +544 -619
- package/lib-esm/entities-catalog-config-schema.d.ts +60 -72
- package/lib-esm/entities-catalog-entity-file-schema.d.ts +74 -67
- package/lib-esm/ex-theme-config-schemas.d.ts +273 -348
- package/lib-esm/feedback-config-schema.d.ts +9 -29
- package/lib-esm/graphql-config-schema.d.ts +11 -28
- package/lib-esm/index.d.ts +1 -1
- package/lib-esm/index.js +1 -1
- package/lib-esm/product-override-schema.d.ts +2362 -2607
- package/lib-esm/redoc-config-schema.d.ts +14 -33
- package/lib-esm/reference-docs-config-schema.d.ts +14 -10
- package/lib-esm/reunite-config-schema.d.ts +11 -12
- package/lib-esm/root-config-schema.d.ts +22774 -17198
- package/lib-esm/scorecards-config-schema.d.ts +168 -108
- package/lib-esm/types/index.d.ts +1 -0
- package/lib-esm/types/json-schema-types.d.ts +69 -0
- package/lib-esm/types/portal-shared-types.d.ts +3 -0
- package/package.json +2 -2
- package/lib/remove-property-recursively.d.ts +0 -5
- package/lib-esm/remove-property-recursively.d.ts +0 -5
|
@@ -11,7 +11,6 @@ export declare const navItemsSchema: {
|
|
|
11
11
|
};
|
|
12
12
|
readonly disconnect: {
|
|
13
13
|
readonly type: 'boolean';
|
|
14
|
-
readonly default: false;
|
|
15
14
|
};
|
|
16
15
|
readonly group: {
|
|
17
16
|
readonly type: 'string';
|
|
@@ -41,7 +40,7 @@ export declare const navItemsSchema: {
|
|
|
41
40
|
readonly type: 'string';
|
|
42
41
|
};
|
|
43
42
|
};
|
|
44
|
-
readonly required: readonly [
|
|
43
|
+
readonly required: readonly ["srcSet"];
|
|
45
44
|
}];
|
|
46
45
|
};
|
|
47
46
|
readonly separator: {
|
|
@@ -52,15 +51,14 @@ export declare const navItemsSchema: {
|
|
|
52
51
|
};
|
|
53
52
|
readonly linePosition: {
|
|
54
53
|
readonly type: 'string';
|
|
55
|
-
readonly enum: readonly [
|
|
56
|
-
readonly default: 'top';
|
|
54
|
+
readonly enum: readonly ["top", "bottom"];
|
|
57
55
|
};
|
|
58
56
|
readonly version: {
|
|
59
57
|
readonly type: 'string';
|
|
60
58
|
};
|
|
61
59
|
readonly menuStyle: {
|
|
62
60
|
readonly type: 'string';
|
|
63
|
-
readonly enum: readonly [
|
|
61
|
+
readonly enum: readonly ["drilldown"];
|
|
64
62
|
};
|
|
65
63
|
readonly expanded: {
|
|
66
64
|
readonly type: 'string';
|
|
@@ -101,7 +99,6 @@ export declare const navItemsSchema: {
|
|
|
101
99
|
};
|
|
102
100
|
readonly disconnect: {
|
|
103
101
|
readonly type: 'boolean';
|
|
104
|
-
readonly default: false;
|
|
105
102
|
};
|
|
106
103
|
readonly group: {
|
|
107
104
|
readonly type: 'string';
|
|
@@ -131,7 +128,7 @@ export declare const navItemsSchema: {
|
|
|
131
128
|
readonly type: 'string';
|
|
132
129
|
};
|
|
133
130
|
};
|
|
134
|
-
readonly required: readonly [
|
|
131
|
+
readonly required: readonly ["srcSet"];
|
|
135
132
|
}];
|
|
136
133
|
};
|
|
137
134
|
readonly separator: {
|
|
@@ -142,15 +139,14 @@ export declare const navItemsSchema: {
|
|
|
142
139
|
};
|
|
143
140
|
readonly linePosition: {
|
|
144
141
|
readonly type: 'string';
|
|
145
|
-
readonly enum: readonly [
|
|
146
|
-
readonly default: 'top';
|
|
142
|
+
readonly enum: readonly ["top", "bottom"];
|
|
147
143
|
};
|
|
148
144
|
readonly version: {
|
|
149
145
|
readonly type: 'string';
|
|
150
146
|
};
|
|
151
147
|
readonly menuStyle: {
|
|
152
148
|
readonly type: 'string';
|
|
153
|
-
readonly enum: readonly [
|
|
149
|
+
readonly enum: readonly ["drilldown"];
|
|
154
150
|
};
|
|
155
151
|
readonly expanded: {
|
|
156
152
|
readonly type: 'string';
|
|
@@ -205,7 +201,7 @@ export declare const productConfigSchema: {
|
|
|
205
201
|
};
|
|
206
202
|
};
|
|
207
203
|
readonly additionalProperties: false;
|
|
208
|
-
readonly required: readonly [
|
|
204
|
+
readonly required: readonly ["name", "folder"];
|
|
209
205
|
};
|
|
210
206
|
/**
|
|
211
207
|
* @deprecated Use `aiAssistant` configuration instead of `search.ai`
|
|
@@ -215,10 +211,8 @@ export declare const aiSearchConfigSchema: {
|
|
|
215
211
|
readonly properties: {
|
|
216
212
|
readonly hide: {
|
|
217
213
|
readonly type: 'boolean';
|
|
218
|
-
readonly default: false;
|
|
219
214
|
};
|
|
220
215
|
readonly suggestions: {
|
|
221
|
-
readonly default: readonly [];
|
|
222
216
|
readonly type: 'array';
|
|
223
217
|
readonly items: {
|
|
224
218
|
readonly type: 'string';
|
|
@@ -234,7 +228,7 @@ export declare const searchFacetsConfigSchema: {
|
|
|
234
228
|
readonly type: 'array';
|
|
235
229
|
readonly items: {
|
|
236
230
|
readonly type: 'object';
|
|
237
|
-
readonly required: readonly [
|
|
231
|
+
readonly required: readonly ["name", "field", "type"];
|
|
238
232
|
readonly properties: {
|
|
239
233
|
readonly name: {
|
|
240
234
|
readonly type: 'string';
|
|
@@ -244,7 +238,7 @@ export declare const searchFacetsConfigSchema: {
|
|
|
244
238
|
};
|
|
245
239
|
readonly type: {
|
|
246
240
|
readonly type: 'string';
|
|
247
|
-
readonly enum: readonly [
|
|
241
|
+
readonly enum: readonly ["multi-select", "select", "tags"];
|
|
248
242
|
};
|
|
249
243
|
};
|
|
250
244
|
readonly additionalProperties: false;
|
|
@@ -260,7 +254,7 @@ export declare const searchFiltersConfigSchema: {
|
|
|
260
254
|
readonly type: 'array';
|
|
261
255
|
readonly items: {
|
|
262
256
|
readonly type: 'object';
|
|
263
|
-
readonly required: readonly [
|
|
257
|
+
readonly required: readonly ["name", "field", "type"];
|
|
264
258
|
readonly properties: {
|
|
265
259
|
readonly name: {
|
|
266
260
|
readonly type: 'string';
|
|
@@ -270,7 +264,7 @@ export declare const searchFiltersConfigSchema: {
|
|
|
270
264
|
};
|
|
271
265
|
readonly type: {
|
|
272
266
|
readonly type: 'string';
|
|
273
|
-
readonly enum: readonly [
|
|
267
|
+
readonly enum: readonly ["multi-select", "select", "tags"];
|
|
274
268
|
};
|
|
275
269
|
};
|
|
276
270
|
readonly additionalProperties: false;
|
|
@@ -319,7 +313,6 @@ export declare const navbarConfigSchema: {
|
|
|
319
313
|
};
|
|
320
314
|
readonly disconnect: {
|
|
321
315
|
readonly type: 'boolean';
|
|
322
|
-
readonly default: false;
|
|
323
316
|
};
|
|
324
317
|
readonly group: {
|
|
325
318
|
readonly type: 'string';
|
|
@@ -349,7 +342,7 @@ export declare const navbarConfigSchema: {
|
|
|
349
342
|
readonly type: 'string';
|
|
350
343
|
};
|
|
351
344
|
};
|
|
352
|
-
readonly required: readonly [
|
|
345
|
+
readonly required: readonly ["srcSet"];
|
|
353
346
|
}];
|
|
354
347
|
};
|
|
355
348
|
readonly separator: {
|
|
@@ -360,15 +353,14 @@ export declare const navbarConfigSchema: {
|
|
|
360
353
|
};
|
|
361
354
|
readonly linePosition: {
|
|
362
355
|
readonly type: 'string';
|
|
363
|
-
readonly enum: readonly [
|
|
364
|
-
readonly default: 'top';
|
|
356
|
+
readonly enum: readonly ["top", "bottom"];
|
|
365
357
|
};
|
|
366
358
|
readonly version: {
|
|
367
359
|
readonly type: 'string';
|
|
368
360
|
};
|
|
369
361
|
readonly menuStyle: {
|
|
370
362
|
readonly type: 'string';
|
|
371
|
-
readonly enum: readonly [
|
|
363
|
+
readonly enum: readonly ["drilldown"];
|
|
372
364
|
};
|
|
373
365
|
readonly expanded: {
|
|
374
366
|
readonly type: 'string';
|
|
@@ -409,7 +401,6 @@ export declare const navbarConfigSchema: {
|
|
|
409
401
|
};
|
|
410
402
|
readonly disconnect: {
|
|
411
403
|
readonly type: 'boolean';
|
|
412
|
-
readonly default: false;
|
|
413
404
|
};
|
|
414
405
|
readonly group: {
|
|
415
406
|
readonly type: 'string';
|
|
@@ -439,7 +430,7 @@ export declare const navbarConfigSchema: {
|
|
|
439
430
|
readonly type: 'string';
|
|
440
431
|
};
|
|
441
432
|
};
|
|
442
|
-
readonly required: readonly [
|
|
433
|
+
readonly required: readonly ["srcSet"];
|
|
443
434
|
}];
|
|
444
435
|
};
|
|
445
436
|
readonly separator: {
|
|
@@ -450,15 +441,14 @@ export declare const navbarConfigSchema: {
|
|
|
450
441
|
};
|
|
451
442
|
readonly linePosition: {
|
|
452
443
|
readonly type: 'string';
|
|
453
|
-
readonly enum: readonly [
|
|
454
|
-
readonly default: 'top';
|
|
444
|
+
readonly enum: readonly ["top", "bottom"];
|
|
455
445
|
};
|
|
456
446
|
readonly version: {
|
|
457
447
|
readonly type: 'string';
|
|
458
448
|
};
|
|
459
449
|
readonly menuStyle: {
|
|
460
450
|
readonly type: 'string';
|
|
461
|
-
readonly enum: readonly [
|
|
451
|
+
readonly enum: readonly ["drilldown"];
|
|
462
452
|
};
|
|
463
453
|
readonly expanded: {
|
|
464
454
|
readonly type: 'string';
|
|
@@ -518,7 +508,7 @@ export declare const productsConfigSchema: {
|
|
|
518
508
|
};
|
|
519
509
|
};
|
|
520
510
|
readonly additionalProperties: false;
|
|
521
|
-
readonly required: readonly [
|
|
511
|
+
readonly required: readonly ["name", "folder"];
|
|
522
512
|
};
|
|
523
513
|
};
|
|
524
514
|
export declare const footerConfigSchema: {
|
|
@@ -540,7 +530,6 @@ export declare const footerConfigSchema: {
|
|
|
540
530
|
};
|
|
541
531
|
readonly disconnect: {
|
|
542
532
|
readonly type: 'boolean';
|
|
543
|
-
readonly default: false;
|
|
544
533
|
};
|
|
545
534
|
readonly group: {
|
|
546
535
|
readonly type: 'string';
|
|
@@ -570,7 +559,7 @@ export declare const footerConfigSchema: {
|
|
|
570
559
|
readonly type: 'string';
|
|
571
560
|
};
|
|
572
561
|
};
|
|
573
|
-
readonly required: readonly [
|
|
562
|
+
readonly required: readonly ["srcSet"];
|
|
574
563
|
}];
|
|
575
564
|
};
|
|
576
565
|
readonly separator: {
|
|
@@ -581,15 +570,14 @@ export declare const footerConfigSchema: {
|
|
|
581
570
|
};
|
|
582
571
|
readonly linePosition: {
|
|
583
572
|
readonly type: 'string';
|
|
584
|
-
readonly enum: readonly [
|
|
585
|
-
readonly default: 'top';
|
|
573
|
+
readonly enum: readonly ["top", "bottom"];
|
|
586
574
|
};
|
|
587
575
|
readonly version: {
|
|
588
576
|
readonly type: 'string';
|
|
589
577
|
};
|
|
590
578
|
readonly menuStyle: {
|
|
591
579
|
readonly type: 'string';
|
|
592
|
-
readonly enum: readonly [
|
|
580
|
+
readonly enum: readonly ["drilldown"];
|
|
593
581
|
};
|
|
594
582
|
readonly expanded: {
|
|
595
583
|
readonly type: 'string';
|
|
@@ -630,7 +618,6 @@ export declare const footerConfigSchema: {
|
|
|
630
618
|
};
|
|
631
619
|
readonly disconnect: {
|
|
632
620
|
readonly type: 'boolean';
|
|
633
|
-
readonly default: false;
|
|
634
621
|
};
|
|
635
622
|
readonly group: {
|
|
636
623
|
readonly type: 'string';
|
|
@@ -660,7 +647,7 @@ export declare const footerConfigSchema: {
|
|
|
660
647
|
readonly type: 'string';
|
|
661
648
|
};
|
|
662
649
|
};
|
|
663
|
-
readonly required: readonly [
|
|
650
|
+
readonly required: readonly ["srcSet"];
|
|
664
651
|
}];
|
|
665
652
|
};
|
|
666
653
|
readonly separator: {
|
|
@@ -671,15 +658,14 @@ export declare const footerConfigSchema: {
|
|
|
671
658
|
};
|
|
672
659
|
readonly linePosition: {
|
|
673
660
|
readonly type: 'string';
|
|
674
|
-
readonly enum: readonly [
|
|
675
|
-
readonly default: 'top';
|
|
661
|
+
readonly enum: readonly ["top", "bottom"];
|
|
676
662
|
};
|
|
677
663
|
readonly version: {
|
|
678
664
|
readonly type: 'string';
|
|
679
665
|
};
|
|
680
666
|
readonly menuStyle: {
|
|
681
667
|
readonly type: 'string';
|
|
682
|
-
readonly enum: readonly [
|
|
668
|
+
readonly enum: readonly ["drilldown"];
|
|
683
669
|
};
|
|
684
670
|
readonly expanded: {
|
|
685
671
|
readonly type: 'string';
|
|
@@ -746,8 +732,7 @@ export declare const sidebarConfigSchema: {
|
|
|
746
732
|
};
|
|
747
733
|
readonly linePosition: {
|
|
748
734
|
readonly type: 'string';
|
|
749
|
-
readonly enum: readonly [
|
|
750
|
-
readonly default: 'bottom';
|
|
735
|
+
readonly enum: readonly ["top", "bottom"];
|
|
751
736
|
};
|
|
752
737
|
};
|
|
753
738
|
readonly additionalProperties: false;
|
|
@@ -794,7 +779,7 @@ export declare const scriptsConfigSchema: {
|
|
|
794
779
|
readonly type: 'string';
|
|
795
780
|
};
|
|
796
781
|
};
|
|
797
|
-
readonly required: readonly [
|
|
782
|
+
readonly required: readonly ["src"];
|
|
798
783
|
readonly additionalProperties: true;
|
|
799
784
|
};
|
|
800
785
|
};
|
|
@@ -837,7 +822,7 @@ export declare const scriptsConfigSchema: {
|
|
|
837
822
|
readonly type: 'string';
|
|
838
823
|
};
|
|
839
824
|
};
|
|
840
|
-
readonly required: readonly [
|
|
825
|
+
readonly required: readonly ["src"];
|
|
841
826
|
readonly additionalProperties: true;
|
|
842
827
|
};
|
|
843
828
|
};
|
|
@@ -895,7 +880,7 @@ export declare const linksConfigSchema: {
|
|
|
895
880
|
readonly type: 'string';
|
|
896
881
|
};
|
|
897
882
|
};
|
|
898
|
-
readonly required: readonly [
|
|
883
|
+
readonly required: readonly ["href"];
|
|
899
884
|
readonly additionalProperties: true;
|
|
900
885
|
};
|
|
901
886
|
};
|
|
@@ -907,18 +892,15 @@ export declare const searchConfigSchema: {
|
|
|
907
892
|
};
|
|
908
893
|
readonly engine: {
|
|
909
894
|
readonly type: 'string';
|
|
910
|
-
readonly enum: readonly [
|
|
911
|
-
readonly default: 'flexsearch';
|
|
895
|
+
readonly enum: readonly ["flexsearch", "typesense"];
|
|
912
896
|
};
|
|
913
897
|
readonly ai: {
|
|
914
898
|
readonly type: 'object';
|
|
915
899
|
readonly properties: {
|
|
916
900
|
readonly hide: {
|
|
917
901
|
readonly type: 'boolean';
|
|
918
|
-
readonly default: false;
|
|
919
902
|
};
|
|
920
903
|
readonly suggestions: {
|
|
921
|
-
readonly default: readonly [];
|
|
922
904
|
readonly type: 'array';
|
|
923
905
|
readonly items: {
|
|
924
906
|
readonly type: 'string';
|
|
@@ -940,7 +922,7 @@ export declare const searchConfigSchema: {
|
|
|
940
922
|
readonly type: 'array';
|
|
941
923
|
readonly items: {
|
|
942
924
|
readonly type: 'object';
|
|
943
|
-
readonly required: readonly [
|
|
925
|
+
readonly required: readonly ["name", "field", "type"];
|
|
944
926
|
readonly properties: {
|
|
945
927
|
readonly name: {
|
|
946
928
|
readonly type: 'string';
|
|
@@ -950,7 +932,7 @@ export declare const searchConfigSchema: {
|
|
|
950
932
|
};
|
|
951
933
|
readonly type: {
|
|
952
934
|
readonly type: 'string';
|
|
953
|
-
readonly enum: readonly [
|
|
935
|
+
readonly enum: readonly ["multi-select", "select", "tags"];
|
|
954
936
|
};
|
|
955
937
|
};
|
|
956
938
|
readonly additionalProperties: false;
|
|
@@ -961,14 +943,12 @@ export declare const searchConfigSchema: {
|
|
|
961
943
|
};
|
|
962
944
|
readonly placement: {
|
|
963
945
|
readonly type: 'string';
|
|
964
|
-
readonly default: 'navbar';
|
|
965
946
|
};
|
|
966
947
|
readonly shortcuts: {
|
|
967
948
|
readonly type: 'array';
|
|
968
949
|
readonly items: {
|
|
969
950
|
readonly type: 'string';
|
|
970
951
|
};
|
|
971
|
-
readonly default: readonly ['\u2318+K,ctrl+K'];
|
|
972
952
|
};
|
|
973
953
|
readonly suggestedPages: {
|
|
974
954
|
readonly type: 'array';
|
|
@@ -985,7 +965,7 @@ export declare const searchConfigSchema: {
|
|
|
985
965
|
readonly type: 'string';
|
|
986
966
|
};
|
|
987
967
|
};
|
|
988
|
-
readonly required: readonly [
|
|
968
|
+
readonly required: readonly ["page"];
|
|
989
969
|
};
|
|
990
970
|
};
|
|
991
971
|
};
|
|
@@ -998,7 +978,6 @@ export declare const aiAssistantSchema: {
|
|
|
998
978
|
readonly type: 'boolean';
|
|
999
979
|
};
|
|
1000
980
|
readonly suggestions: {
|
|
1001
|
-
readonly default: readonly [];
|
|
1002
981
|
readonly type: 'array';
|
|
1003
982
|
readonly items: {
|
|
1004
983
|
readonly type: 'string';
|
|
@@ -1012,17 +991,14 @@ export declare const aiAssistantSchema: {
|
|
|
1012
991
|
readonly properties: {
|
|
1013
992
|
readonly hide: {
|
|
1014
993
|
readonly type: 'boolean';
|
|
1015
|
-
readonly default: false;
|
|
1016
994
|
};
|
|
1017
995
|
readonly inputType: {
|
|
1018
996
|
readonly type: 'string';
|
|
1019
|
-
readonly enum: readonly [
|
|
1020
|
-
readonly default: 'button';
|
|
997
|
+
readonly enum: readonly ["button", "icon"];
|
|
1021
998
|
};
|
|
1022
999
|
readonly inputIcon: {
|
|
1023
1000
|
readonly type: 'string';
|
|
1024
|
-
readonly enum: readonly [
|
|
1025
|
-
readonly default: 'sparkles';
|
|
1001
|
+
readonly enum: readonly ["chat", "sparkles", "redocly"];
|
|
1026
1002
|
};
|
|
1027
1003
|
};
|
|
1028
1004
|
readonly additionalProperties: false;
|
|
@@ -1044,14 +1020,13 @@ export declare const colorModeConfigSchema: {
|
|
|
1044
1020
|
readonly items: {
|
|
1045
1021
|
readonly type: 'string';
|
|
1046
1022
|
};
|
|
1047
|
-
readonly default: readonly ['light', 'dark'];
|
|
1048
1023
|
};
|
|
1049
1024
|
};
|
|
1050
1025
|
readonly additionalProperties: false;
|
|
1051
1026
|
};
|
|
1052
1027
|
export declare const paletteConfigSchema: {
|
|
1053
1028
|
readonly type: 'string';
|
|
1054
|
-
readonly enum: readonly [
|
|
1029
|
+
readonly enum: readonly ["slate", "pink", "coral", "amber", "jade", "cyan", "ocean", "indigo", "iris"];
|
|
1055
1030
|
};
|
|
1056
1031
|
export declare const navigationConfigSchema: {
|
|
1057
1032
|
readonly type: 'object';
|
|
@@ -1067,7 +1042,6 @@ export declare const navigationConfigSchema: {
|
|
|
1067
1042
|
};
|
|
1068
1043
|
};
|
|
1069
1044
|
readonly additionalProperties: false;
|
|
1070
|
-
readonly default: {};
|
|
1071
1045
|
};
|
|
1072
1046
|
readonly previousButton: {
|
|
1073
1047
|
readonly type: 'object';
|
|
@@ -1080,7 +1054,6 @@ export declare const navigationConfigSchema: {
|
|
|
1080
1054
|
};
|
|
1081
1055
|
};
|
|
1082
1056
|
readonly additionalProperties: false;
|
|
1083
|
-
readonly default: {};
|
|
1084
1057
|
};
|
|
1085
1058
|
readonly actions: {
|
|
1086
1059
|
readonly type: 'object';
|
|
@@ -1092,9 +1065,8 @@ export declare const navigationConfigSchema: {
|
|
|
1092
1065
|
readonly type: 'array';
|
|
1093
1066
|
readonly items: {
|
|
1094
1067
|
readonly type: 'string';
|
|
1095
|
-
readonly enum: readonly [
|
|
1068
|
+
readonly enum: readonly ["copy", "view", "chatgpt", "claude", "docs-mcp-cursor", "docs-mcp-vscode"];
|
|
1096
1069
|
};
|
|
1097
|
-
readonly default: readonly ['copy', 'view', 'chatgpt', 'claude', 'docs-mcp-cursor', 'docs-mcp-vscode'];
|
|
1098
1070
|
};
|
|
1099
1071
|
};
|
|
1100
1072
|
readonly additionalProperties: false;
|
|
@@ -1107,7 +1079,6 @@ export declare const codeSnippetConfigSchema: {
|
|
|
1107
1079
|
readonly properties: {
|
|
1108
1080
|
readonly elementFormat: {
|
|
1109
1081
|
readonly type: 'string';
|
|
1110
|
-
readonly default: 'icon';
|
|
1111
1082
|
};
|
|
1112
1083
|
readonly copy: {
|
|
1113
1084
|
readonly type: 'object';
|
|
@@ -1117,9 +1088,6 @@ export declare const codeSnippetConfigSchema: {
|
|
|
1117
1088
|
};
|
|
1118
1089
|
};
|
|
1119
1090
|
readonly additionalProperties: false;
|
|
1120
|
-
readonly default: {
|
|
1121
|
-
readonly hide: false;
|
|
1122
|
-
};
|
|
1123
1091
|
};
|
|
1124
1092
|
readonly report: {
|
|
1125
1093
|
readonly type: 'object';
|
|
@@ -1138,9 +1106,6 @@ export declare const codeSnippetConfigSchema: {
|
|
|
1138
1106
|
};
|
|
1139
1107
|
};
|
|
1140
1108
|
readonly additionalProperties: false;
|
|
1141
|
-
readonly default: {
|
|
1142
|
-
readonly hide: false;
|
|
1143
|
-
};
|
|
1144
1109
|
};
|
|
1145
1110
|
readonly expand: {
|
|
1146
1111
|
readonly type: 'object';
|
|
@@ -1150,9 +1115,6 @@ export declare const codeSnippetConfigSchema: {
|
|
|
1150
1115
|
};
|
|
1151
1116
|
};
|
|
1152
1117
|
readonly additionalProperties: false;
|
|
1153
|
-
readonly default: {
|
|
1154
|
-
readonly hide: false;
|
|
1155
|
-
};
|
|
1156
1118
|
};
|
|
1157
1119
|
readonly collapse: {
|
|
1158
1120
|
readonly type: 'object';
|
|
@@ -1162,9 +1124,6 @@ export declare const codeSnippetConfigSchema: {
|
|
|
1162
1124
|
};
|
|
1163
1125
|
};
|
|
1164
1126
|
readonly additionalProperties: false;
|
|
1165
|
-
readonly default: {
|
|
1166
|
-
readonly hide: false;
|
|
1167
|
-
};
|
|
1168
1127
|
};
|
|
1169
1128
|
};
|
|
1170
1129
|
readonly additionalProperties: false;
|
|
@@ -1177,14 +1136,12 @@ export declare const markdownConfigSchema: {
|
|
|
1177
1136
|
readonly items: {
|
|
1178
1137
|
readonly type: 'string';
|
|
1179
1138
|
};
|
|
1180
|
-
readonly default: readonly ['image', 'links'];
|
|
1181
1139
|
};
|
|
1182
1140
|
readonly partialsFolders: {
|
|
1183
1141
|
readonly type: 'array';
|
|
1184
1142
|
readonly items: {
|
|
1185
1143
|
readonly type: 'string';
|
|
1186
1144
|
};
|
|
1187
|
-
readonly default: readonly ['**/_partials/**'];
|
|
1188
1145
|
};
|
|
1189
1146
|
readonly lastUpdatedBlock: {
|
|
1190
1147
|
readonly type: 'object';
|
|
@@ -1194,15 +1151,13 @@ export declare const markdownConfigSchema: {
|
|
|
1194
1151
|
};
|
|
1195
1152
|
readonly format: {
|
|
1196
1153
|
readonly type: 'string';
|
|
1197
|
-
readonly enum: readonly [
|
|
1198
|
-
readonly default: 'timeago';
|
|
1154
|
+
readonly enum: readonly ["timeago", "iso", "long", "short"];
|
|
1199
1155
|
};
|
|
1200
1156
|
readonly locale: {
|
|
1201
1157
|
readonly type: 'string';
|
|
1202
1158
|
};
|
|
1203
1159
|
};
|
|
1204
1160
|
readonly additionalProperties: false;
|
|
1205
|
-
readonly default: {};
|
|
1206
1161
|
};
|
|
1207
1162
|
readonly toc: {
|
|
1208
1163
|
readonly type: 'object';
|
|
@@ -1212,16 +1167,13 @@ export declare const markdownConfigSchema: {
|
|
|
1212
1167
|
};
|
|
1213
1168
|
readonly header: {
|
|
1214
1169
|
readonly type: 'string';
|
|
1215
|
-
readonly default: 'On this page';
|
|
1216
1170
|
};
|
|
1217
1171
|
readonly depth: {
|
|
1218
1172
|
readonly type: 'integer';
|
|
1219
|
-
readonly default: 3;
|
|
1220
1173
|
readonly minimum: 1;
|
|
1221
1174
|
};
|
|
1222
1175
|
};
|
|
1223
1176
|
readonly additionalProperties: false;
|
|
1224
|
-
readonly default: {};
|
|
1225
1177
|
};
|
|
1226
1178
|
readonly editPage: {
|
|
1227
1179
|
readonly type: 'object';
|
|
@@ -1234,7 +1186,6 @@ export declare const markdownConfigSchema: {
|
|
|
1234
1186
|
};
|
|
1235
1187
|
};
|
|
1236
1188
|
readonly additionalProperties: false;
|
|
1237
|
-
readonly default: {};
|
|
1238
1189
|
};
|
|
1239
1190
|
readonly template: {
|
|
1240
1191
|
readonly type: 'object';
|
|
@@ -1244,7 +1195,6 @@ export declare const markdownConfigSchema: {
|
|
|
1244
1195
|
};
|
|
1245
1196
|
};
|
|
1246
1197
|
readonly additionalProperties: false;
|
|
1247
|
-
readonly default: {};
|
|
1248
1198
|
};
|
|
1249
1199
|
export declare const openapiConfigSchema: {
|
|
1250
1200
|
readonly type: 'object';
|
|
@@ -1267,12 +1217,10 @@ export declare const openapiConfigSchema: {
|
|
|
1267
1217
|
readonly properties: {
|
|
1268
1218
|
readonly hide: {
|
|
1269
1219
|
readonly type: 'boolean';
|
|
1270
|
-
readonly default: false;
|
|
1271
1220
|
};
|
|
1272
1221
|
readonly type: {
|
|
1273
1222
|
readonly type: 'string';
|
|
1274
|
-
readonly enum: readonly [
|
|
1275
|
-
readonly default: 'sentiment';
|
|
1223
|
+
readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
|
|
1276
1224
|
};
|
|
1277
1225
|
readonly settings: {
|
|
1278
1226
|
readonly type: 'object';
|
|
@@ -1288,8 +1236,7 @@ export declare const openapiConfigSchema: {
|
|
|
1288
1236
|
};
|
|
1289
1237
|
readonly component: {
|
|
1290
1238
|
readonly type: 'string';
|
|
1291
|
-
readonly enum: readonly [
|
|
1292
|
-
readonly default: 'checkbox';
|
|
1239
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1293
1240
|
};
|
|
1294
1241
|
readonly items: {
|
|
1295
1242
|
readonly type: 'array';
|
|
@@ -1309,12 +1256,10 @@ export declare const openapiConfigSchema: {
|
|
|
1309
1256
|
readonly properties: {
|
|
1310
1257
|
readonly hide: {
|
|
1311
1258
|
readonly type: 'boolean';
|
|
1312
|
-
readonly default: false;
|
|
1313
1259
|
};
|
|
1314
1260
|
readonly component: {
|
|
1315
1261
|
readonly type: 'string';
|
|
1316
|
-
readonly enum: readonly [
|
|
1317
|
-
readonly default: 'checkbox';
|
|
1262
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1318
1263
|
};
|
|
1319
1264
|
readonly label: {
|
|
1320
1265
|
readonly type: 'string';
|
|
@@ -1330,12 +1275,10 @@ export declare const openapiConfigSchema: {
|
|
|
1330
1275
|
readonly properties: {
|
|
1331
1276
|
readonly hide: {
|
|
1332
1277
|
readonly type: 'boolean';
|
|
1333
|
-
readonly default: false;
|
|
1334
1278
|
};
|
|
1335
1279
|
readonly component: {
|
|
1336
1280
|
readonly type: 'string';
|
|
1337
|
-
readonly enum: readonly [
|
|
1338
|
-
readonly default: 'checkbox';
|
|
1281
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1339
1282
|
};
|
|
1340
1283
|
readonly label: {
|
|
1341
1284
|
readonly type: 'string';
|
|
@@ -1354,12 +1297,10 @@ export declare const openapiConfigSchema: {
|
|
|
1354
1297
|
readonly properties: {
|
|
1355
1298
|
readonly hide: {
|
|
1356
1299
|
readonly type: 'boolean';
|
|
1357
|
-
readonly default: false;
|
|
1358
1300
|
};
|
|
1359
1301
|
readonly component: {
|
|
1360
1302
|
readonly type: 'string';
|
|
1361
|
-
readonly enum: readonly [
|
|
1362
|
-
readonly default: 'checkbox';
|
|
1303
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1363
1304
|
};
|
|
1364
1305
|
readonly label: {
|
|
1365
1306
|
readonly type: 'string';
|
|
@@ -1378,12 +1319,10 @@ export declare const openapiConfigSchema: {
|
|
|
1378
1319
|
readonly properties: {
|
|
1379
1320
|
readonly hide: {
|
|
1380
1321
|
readonly type: 'boolean';
|
|
1381
|
-
readonly default: false;
|
|
1382
1322
|
};
|
|
1383
1323
|
readonly component: {
|
|
1384
1324
|
readonly type: 'string';
|
|
1385
|
-
readonly enum: readonly [
|
|
1386
|
-
readonly default: 'checkbox';
|
|
1325
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1387
1326
|
};
|
|
1388
1327
|
readonly label: {
|
|
1389
1328
|
readonly type: 'string';
|
|
@@ -1402,12 +1341,10 @@ export declare const openapiConfigSchema: {
|
|
|
1402
1341
|
readonly properties: {
|
|
1403
1342
|
readonly hide: {
|
|
1404
1343
|
readonly type: 'boolean';
|
|
1405
|
-
readonly default: false;
|
|
1406
1344
|
};
|
|
1407
1345
|
readonly component: {
|
|
1408
1346
|
readonly type: 'string';
|
|
1409
|
-
readonly enum: readonly [
|
|
1410
|
-
readonly default: 'checkbox';
|
|
1347
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1411
1348
|
};
|
|
1412
1349
|
readonly label: {
|
|
1413
1350
|
readonly type: 'string';
|
|
@@ -1426,12 +1363,10 @@ export declare const openapiConfigSchema: {
|
|
|
1426
1363
|
readonly properties: {
|
|
1427
1364
|
readonly hide: {
|
|
1428
1365
|
readonly type: 'boolean';
|
|
1429
|
-
readonly default: false;
|
|
1430
1366
|
};
|
|
1431
1367
|
readonly component: {
|
|
1432
1368
|
readonly type: 'string';
|
|
1433
|
-
readonly enum: readonly [
|
|
1434
|
-
readonly default: 'checkbox';
|
|
1369
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1435
1370
|
};
|
|
1436
1371
|
readonly label: {
|
|
1437
1372
|
readonly type: 'string';
|
|
@@ -1453,7 +1388,6 @@ export declare const openapiConfigSchema: {
|
|
|
1453
1388
|
readonly properties: {
|
|
1454
1389
|
readonly hide: {
|
|
1455
1390
|
readonly type: 'boolean';
|
|
1456
|
-
readonly default: false;
|
|
1457
1391
|
};
|
|
1458
1392
|
readonly label: {
|
|
1459
1393
|
readonly type: 'string';
|
|
@@ -1481,7 +1415,6 @@ export declare const openapiConfigSchema: {
|
|
|
1481
1415
|
readonly properties: {
|
|
1482
1416
|
readonly hide: {
|
|
1483
1417
|
readonly type: 'boolean';
|
|
1484
|
-
readonly default: false;
|
|
1485
1418
|
};
|
|
1486
1419
|
readonly label: {
|
|
1487
1420
|
readonly type: 'string';
|
|
@@ -1503,7 +1436,6 @@ export declare const openapiConfigSchema: {
|
|
|
1503
1436
|
};
|
|
1504
1437
|
readonly oAuth2RedirectURI: {
|
|
1505
1438
|
readonly type: 'string';
|
|
1506
|
-
readonly nullable: true;
|
|
1507
1439
|
};
|
|
1508
1440
|
readonly corsProxyUrl: {
|
|
1509
1441
|
readonly type: 'string';
|
|
@@ -1529,7 +1461,7 @@ export declare const openapiConfigSchema: {
|
|
|
1529
1461
|
readonly type: 'string';
|
|
1530
1462
|
};
|
|
1531
1463
|
};
|
|
1532
|
-
readonly required: readonly [
|
|
1464
|
+
readonly required: readonly ["url"];
|
|
1533
1465
|
readonly additionalProperties: false;
|
|
1534
1466
|
};
|
|
1535
1467
|
};
|
|
@@ -1580,7 +1512,7 @@ export declare const openapiConfigSchema: {
|
|
|
1580
1512
|
};
|
|
1581
1513
|
readonly position: {
|
|
1582
1514
|
readonly type: 'string';
|
|
1583
|
-
readonly enum: readonly [
|
|
1515
|
+
readonly enum: readonly ["first", "last", "replace", "off"];
|
|
1584
1516
|
};
|
|
1585
1517
|
readonly description: {
|
|
1586
1518
|
readonly type: 'string';
|
|
@@ -1595,7 +1527,7 @@ export declare const openapiConfigSchema: {
|
|
|
1595
1527
|
};
|
|
1596
1528
|
readonly layout: {
|
|
1597
1529
|
readonly type: 'string';
|
|
1598
|
-
readonly enum: readonly [
|
|
1530
|
+
readonly enum: readonly ["stacked", "three-panel"];
|
|
1599
1531
|
};
|
|
1600
1532
|
readonly hideInfoMetadata: {
|
|
1601
1533
|
readonly type: 'boolean';
|
|
@@ -1619,7 +1551,6 @@ export declare const openapiConfigSchema: {
|
|
|
1619
1551
|
readonly properties: {
|
|
1620
1552
|
readonly lang: {
|
|
1621
1553
|
readonly type: 'string';
|
|
1622
|
-
readonly examples: readonly ['curl', 'JavaScript', 'Node.js', 'Python', 'Java8+Apache', 'Java', 'C#', 'C#+Newtonsoft', 'PHP', 'Go', 'Ruby', 'R', 'Payload'];
|
|
1623
1554
|
};
|
|
1624
1555
|
readonly label: {
|
|
1625
1556
|
readonly type: 'string';
|
|
@@ -1641,13 +1572,13 @@ export declare const openapiConfigSchema: {
|
|
|
1641
1572
|
};
|
|
1642
1573
|
readonly credentials: {
|
|
1643
1574
|
readonly type: 'string';
|
|
1644
|
-
readonly enum: readonly [
|
|
1575
|
+
readonly enum: readonly ["omit", "same-origin", "include"];
|
|
1645
1576
|
};
|
|
1646
1577
|
};
|
|
1647
1578
|
readonly additionalProperties: false;
|
|
1648
1579
|
};
|
|
1649
1580
|
};
|
|
1650
|
-
readonly required: readonly [
|
|
1581
|
+
readonly required: readonly ["lang"];
|
|
1651
1582
|
readonly additionalProperties: false;
|
|
1652
1583
|
};
|
|
1653
1584
|
};
|
|
@@ -2521,7 +2452,7 @@ export declare const openapiConfigSchema: {
|
|
|
2521
2452
|
};
|
|
2522
2453
|
readonly wordBreak: {
|
|
2523
2454
|
readonly type: 'string';
|
|
2524
|
-
readonly enum: readonly [
|
|
2455
|
+
readonly enum: readonly ["break-all", "break-word", "keep-all", "normal", "revert", "unset", "inherit", "initial"];
|
|
2525
2456
|
};
|
|
2526
2457
|
readonly wrap: {
|
|
2527
2458
|
readonly type: 'boolean';
|
|
@@ -2691,11 +2622,12 @@ export declare const openapiConfigSchema: {
|
|
|
2691
2622
|
};
|
|
2692
2623
|
readonly smoothing: {
|
|
2693
2624
|
readonly type: 'string';
|
|
2694
|
-
readonly enum: readonly [
|
|
2625
|
+
readonly enum: readonly ["auto", "none", "antialiased", "subpixel-antialiased", "grayscale"];
|
|
2695
2626
|
};
|
|
2696
2627
|
};
|
|
2697
2628
|
};
|
|
2698
2629
|
readonly links: {
|
|
2630
|
+
readonly type: 'object';
|
|
2699
2631
|
readonly properties: {
|
|
2700
2632
|
readonly color: {
|
|
2701
2633
|
readonly type: 'string';
|
|
@@ -2703,6 +2635,7 @@ export declare const openapiConfigSchema: {
|
|
|
2703
2635
|
};
|
|
2704
2636
|
};
|
|
2705
2637
|
readonly codeSample: {
|
|
2638
|
+
readonly type: 'object';
|
|
2706
2639
|
readonly properties: {
|
|
2707
2640
|
readonly backgroundColor: {
|
|
2708
2641
|
readonly type: 'string';
|
|
@@ -2762,14 +2695,15 @@ export declare const openapiConfigSchema: {
|
|
|
2762
2695
|
readonly type: 'string';
|
|
2763
2696
|
};
|
|
2764
2697
|
readonly lang: {
|
|
2765
|
-
readonly
|
|
2698
|
+
readonly type: 'string';
|
|
2699
|
+
readonly enum: readonly ["curl", "C#", "Go", "Java", "Java8+Apache", "JavaScript", "Node.js", "PHP", "Python", "R", "Ruby"];
|
|
2766
2700
|
};
|
|
2767
2701
|
};
|
|
2768
|
-
readonly required: readonly [
|
|
2702
|
+
readonly required: readonly ["lang"];
|
|
2769
2703
|
};
|
|
2770
2704
|
};
|
|
2771
2705
|
};
|
|
2772
|
-
readonly required: readonly [
|
|
2706
|
+
readonly required: readonly ["languages"];
|
|
2773
2707
|
};
|
|
2774
2708
|
readonly generatedPayloadSamplesMaxDepth: {
|
|
2775
2709
|
readonly type: 'number';
|
|
@@ -2881,7 +2815,8 @@ export declare const openapiConfigSchema: {
|
|
|
2881
2815
|
readonly type: 'object';
|
|
2882
2816
|
};
|
|
2883
2817
|
readonly pagination: {
|
|
2884
|
-
readonly
|
|
2818
|
+
readonly type: 'string';
|
|
2819
|
+
readonly enum: readonly ["none", "section", "item"];
|
|
2885
2820
|
};
|
|
2886
2821
|
readonly pathInMiddlePanel: {
|
|
2887
2822
|
readonly type: 'boolean';
|
|
@@ -2935,7 +2870,7 @@ export declare const openapiConfigSchema: {
|
|
|
2935
2870
|
};
|
|
2936
2871
|
readonly searchMode: {
|
|
2937
2872
|
readonly type: 'string';
|
|
2938
|
-
readonly enum: readonly [
|
|
2873
|
+
readonly enum: readonly ["default", "path-only"];
|
|
2939
2874
|
};
|
|
2940
2875
|
readonly searchOperationTitleBoost: {
|
|
2941
2876
|
readonly type: 'number';
|
|
@@ -2988,7 +2923,7 @@ export declare const openapiConfigSchema: {
|
|
|
2988
2923
|
readonly type: 'string';
|
|
2989
2924
|
};
|
|
2990
2925
|
};
|
|
2991
|
-
readonly required: readonly [
|
|
2926
|
+
readonly required: readonly ["label", "link"];
|
|
2992
2927
|
};
|
|
2993
2928
|
};
|
|
2994
2929
|
readonly end: {
|
|
@@ -3006,14 +2941,14 @@ export declare const openapiConfigSchema: {
|
|
|
3006
2941
|
readonly type: 'string';
|
|
3007
2942
|
};
|
|
3008
2943
|
};
|
|
3009
|
-
readonly required: readonly [
|
|
2944
|
+
readonly required: readonly ["label", "link"];
|
|
3010
2945
|
};
|
|
3011
2946
|
};
|
|
3012
2947
|
};
|
|
3013
2948
|
};
|
|
3014
2949
|
readonly sideNavStyle: {
|
|
3015
2950
|
readonly type: 'string';
|
|
3016
|
-
readonly enum: readonly [
|
|
2951
|
+
readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
|
|
3017
2952
|
};
|
|
3018
2953
|
readonly simpleOneOfTypeLabel: {
|
|
3019
2954
|
readonly type: 'boolean';
|
|
@@ -3074,12 +3009,10 @@ export declare const asyncapiConfigSchema: {
|
|
|
3074
3009
|
readonly properties: {
|
|
3075
3010
|
readonly hide: {
|
|
3076
3011
|
readonly type: 'boolean';
|
|
3077
|
-
readonly default: false;
|
|
3078
3012
|
};
|
|
3079
3013
|
readonly type: {
|
|
3080
3014
|
readonly type: 'string';
|
|
3081
|
-
readonly enum: readonly [
|
|
3082
|
-
readonly default: 'sentiment';
|
|
3015
|
+
readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
|
|
3083
3016
|
};
|
|
3084
3017
|
readonly settings: {
|
|
3085
3018
|
readonly type: 'object';
|
|
@@ -3095,8 +3028,7 @@ export declare const asyncapiConfigSchema: {
|
|
|
3095
3028
|
};
|
|
3096
3029
|
readonly component: {
|
|
3097
3030
|
readonly type: 'string';
|
|
3098
|
-
readonly enum: readonly [
|
|
3099
|
-
readonly default: 'checkbox';
|
|
3031
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3100
3032
|
};
|
|
3101
3033
|
readonly items: {
|
|
3102
3034
|
readonly type: 'array';
|
|
@@ -3116,12 +3048,10 @@ export declare const asyncapiConfigSchema: {
|
|
|
3116
3048
|
readonly properties: {
|
|
3117
3049
|
readonly hide: {
|
|
3118
3050
|
readonly type: 'boolean';
|
|
3119
|
-
readonly default: false;
|
|
3120
3051
|
};
|
|
3121
3052
|
readonly component: {
|
|
3122
3053
|
readonly type: 'string';
|
|
3123
|
-
readonly enum: readonly [
|
|
3124
|
-
readonly default: 'checkbox';
|
|
3054
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3125
3055
|
};
|
|
3126
3056
|
readonly label: {
|
|
3127
3057
|
readonly type: 'string';
|
|
@@ -3137,12 +3067,10 @@ export declare const asyncapiConfigSchema: {
|
|
|
3137
3067
|
readonly properties: {
|
|
3138
3068
|
readonly hide: {
|
|
3139
3069
|
readonly type: 'boolean';
|
|
3140
|
-
readonly default: false;
|
|
3141
3070
|
};
|
|
3142
3071
|
readonly component: {
|
|
3143
3072
|
readonly type: 'string';
|
|
3144
|
-
readonly enum: readonly [
|
|
3145
|
-
readonly default: 'checkbox';
|
|
3073
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3146
3074
|
};
|
|
3147
3075
|
readonly label: {
|
|
3148
3076
|
readonly type: 'string';
|
|
@@ -3161,12 +3089,10 @@ export declare const asyncapiConfigSchema: {
|
|
|
3161
3089
|
readonly properties: {
|
|
3162
3090
|
readonly hide: {
|
|
3163
3091
|
readonly type: 'boolean';
|
|
3164
|
-
readonly default: false;
|
|
3165
3092
|
};
|
|
3166
3093
|
readonly component: {
|
|
3167
3094
|
readonly type: 'string';
|
|
3168
|
-
readonly enum: readonly [
|
|
3169
|
-
readonly default: 'checkbox';
|
|
3095
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3170
3096
|
};
|
|
3171
3097
|
readonly label: {
|
|
3172
3098
|
readonly type: 'string';
|
|
@@ -3185,12 +3111,10 @@ export declare const asyncapiConfigSchema: {
|
|
|
3185
3111
|
readonly properties: {
|
|
3186
3112
|
readonly hide: {
|
|
3187
3113
|
readonly type: 'boolean';
|
|
3188
|
-
readonly default: false;
|
|
3189
3114
|
};
|
|
3190
3115
|
readonly component: {
|
|
3191
3116
|
readonly type: 'string';
|
|
3192
|
-
readonly enum: readonly [
|
|
3193
|
-
readonly default: 'checkbox';
|
|
3117
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3194
3118
|
};
|
|
3195
3119
|
readonly label: {
|
|
3196
3120
|
readonly type: 'string';
|
|
@@ -3209,12 +3133,10 @@ export declare const asyncapiConfigSchema: {
|
|
|
3209
3133
|
readonly properties: {
|
|
3210
3134
|
readonly hide: {
|
|
3211
3135
|
readonly type: 'boolean';
|
|
3212
|
-
readonly default: false;
|
|
3213
3136
|
};
|
|
3214
3137
|
readonly component: {
|
|
3215
3138
|
readonly type: 'string';
|
|
3216
|
-
readonly enum: readonly [
|
|
3217
|
-
readonly default: 'checkbox';
|
|
3139
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3218
3140
|
};
|
|
3219
3141
|
readonly label: {
|
|
3220
3142
|
readonly type: 'string';
|
|
@@ -3233,12 +3155,10 @@ export declare const asyncapiConfigSchema: {
|
|
|
3233
3155
|
readonly properties: {
|
|
3234
3156
|
readonly hide: {
|
|
3235
3157
|
readonly type: 'boolean';
|
|
3236
|
-
readonly default: false;
|
|
3237
3158
|
};
|
|
3238
3159
|
readonly component: {
|
|
3239
3160
|
readonly type: 'string';
|
|
3240
|
-
readonly enum: readonly [
|
|
3241
|
-
readonly default: 'checkbox';
|
|
3161
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3242
3162
|
};
|
|
3243
3163
|
readonly label: {
|
|
3244
3164
|
readonly type: 'string';
|
|
@@ -3260,7 +3180,6 @@ export declare const asyncapiConfigSchema: {
|
|
|
3260
3180
|
readonly properties: {
|
|
3261
3181
|
readonly hide: {
|
|
3262
3182
|
readonly type: 'boolean';
|
|
3263
|
-
readonly default: false;
|
|
3264
3183
|
};
|
|
3265
3184
|
readonly label: {
|
|
3266
3185
|
readonly type: 'string';
|
|
@@ -3288,7 +3207,6 @@ export declare const asyncapiConfigSchema: {
|
|
|
3288
3207
|
readonly properties: {
|
|
3289
3208
|
readonly hide: {
|
|
3290
3209
|
readonly type: 'boolean';
|
|
3291
|
-
readonly default: false;
|
|
3292
3210
|
};
|
|
3293
3211
|
readonly label: {
|
|
3294
3212
|
readonly type: 'string';
|
|
@@ -3310,7 +3228,6 @@ export declare const asyncapiConfigSchema: {
|
|
|
3310
3228
|
};
|
|
3311
3229
|
readonly oAuth2RedirectURI: {
|
|
3312
3230
|
readonly type: 'string';
|
|
3313
|
-
readonly nullable: true;
|
|
3314
3231
|
};
|
|
3315
3232
|
readonly corsProxyUrl: {
|
|
3316
3233
|
readonly type: 'string';
|
|
@@ -3336,7 +3253,7 @@ export declare const asyncapiConfigSchema: {
|
|
|
3336
3253
|
readonly type: 'string';
|
|
3337
3254
|
};
|
|
3338
3255
|
};
|
|
3339
|
-
readonly required: readonly [
|
|
3256
|
+
readonly required: readonly ["url"];
|
|
3340
3257
|
readonly additionalProperties: false;
|
|
3341
3258
|
};
|
|
3342
3259
|
};
|
|
@@ -3387,7 +3304,7 @@ export declare const asyncapiConfigSchema: {
|
|
|
3387
3304
|
};
|
|
3388
3305
|
readonly position: {
|
|
3389
3306
|
readonly type: 'string';
|
|
3390
|
-
readonly enum: readonly [
|
|
3307
|
+
readonly enum: readonly ["first", "last", "replace", "off"];
|
|
3391
3308
|
};
|
|
3392
3309
|
readonly description: {
|
|
3393
3310
|
readonly type: 'string';
|
|
@@ -3402,7 +3319,7 @@ export declare const asyncapiConfigSchema: {
|
|
|
3402
3319
|
};
|
|
3403
3320
|
readonly layout: {
|
|
3404
3321
|
readonly type: 'string';
|
|
3405
|
-
readonly enum: readonly [
|
|
3322
|
+
readonly enum: readonly ["stacked", "three-panel"];
|
|
3406
3323
|
};
|
|
3407
3324
|
readonly hideInfoMetadata: {
|
|
3408
3325
|
readonly type: 'boolean';
|
|
@@ -3426,7 +3343,6 @@ export declare const asyncapiConfigSchema: {
|
|
|
3426
3343
|
readonly properties: {
|
|
3427
3344
|
readonly lang: {
|
|
3428
3345
|
readonly type: 'string';
|
|
3429
|
-
readonly examples: readonly ['curl', 'JavaScript', 'Node.js', 'Python', 'Java8+Apache', 'Java', 'C#', 'C#+Newtonsoft', 'PHP', 'Go', 'Ruby', 'R', 'Payload'];
|
|
3430
3346
|
};
|
|
3431
3347
|
readonly label: {
|
|
3432
3348
|
readonly type: 'string';
|
|
@@ -3448,13 +3364,13 @@ export declare const asyncapiConfigSchema: {
|
|
|
3448
3364
|
};
|
|
3449
3365
|
readonly credentials: {
|
|
3450
3366
|
readonly type: 'string';
|
|
3451
|
-
readonly enum: readonly [
|
|
3367
|
+
readonly enum: readonly ["omit", "same-origin", "include"];
|
|
3452
3368
|
};
|
|
3453
3369
|
};
|
|
3454
3370
|
readonly additionalProperties: false;
|
|
3455
3371
|
};
|
|
3456
3372
|
};
|
|
3457
|
-
readonly required: readonly [
|
|
3373
|
+
readonly required: readonly ["lang"];
|
|
3458
3374
|
readonly additionalProperties: false;
|
|
3459
3375
|
};
|
|
3460
3376
|
};
|
|
@@ -4328,7 +4244,7 @@ export declare const asyncapiConfigSchema: {
|
|
|
4328
4244
|
};
|
|
4329
4245
|
readonly wordBreak: {
|
|
4330
4246
|
readonly type: 'string';
|
|
4331
|
-
readonly enum: readonly [
|
|
4247
|
+
readonly enum: readonly ["break-all", "break-word", "keep-all", "normal", "revert", "unset", "inherit", "initial"];
|
|
4332
4248
|
};
|
|
4333
4249
|
readonly wrap: {
|
|
4334
4250
|
readonly type: 'boolean';
|
|
@@ -4498,11 +4414,12 @@ export declare const asyncapiConfigSchema: {
|
|
|
4498
4414
|
};
|
|
4499
4415
|
readonly smoothing: {
|
|
4500
4416
|
readonly type: 'string';
|
|
4501
|
-
readonly enum: readonly [
|
|
4417
|
+
readonly enum: readonly ["auto", "none", "antialiased", "subpixel-antialiased", "grayscale"];
|
|
4502
4418
|
};
|
|
4503
4419
|
};
|
|
4504
4420
|
};
|
|
4505
4421
|
readonly links: {
|
|
4422
|
+
readonly type: 'object';
|
|
4506
4423
|
readonly properties: {
|
|
4507
4424
|
readonly color: {
|
|
4508
4425
|
readonly type: 'string';
|
|
@@ -4510,6 +4427,7 @@ export declare const asyncapiConfigSchema: {
|
|
|
4510
4427
|
};
|
|
4511
4428
|
};
|
|
4512
4429
|
readonly codeSample: {
|
|
4430
|
+
readonly type: 'object';
|
|
4513
4431
|
readonly properties: {
|
|
4514
4432
|
readonly backgroundColor: {
|
|
4515
4433
|
readonly type: 'string';
|
|
@@ -4569,14 +4487,15 @@ export declare const asyncapiConfigSchema: {
|
|
|
4569
4487
|
readonly type: 'string';
|
|
4570
4488
|
};
|
|
4571
4489
|
readonly lang: {
|
|
4572
|
-
readonly
|
|
4490
|
+
readonly type: 'string';
|
|
4491
|
+
readonly enum: readonly ["curl", "C#", "Go", "Java", "Java8+Apache", "JavaScript", "Node.js", "PHP", "Python", "R", "Ruby"];
|
|
4573
4492
|
};
|
|
4574
4493
|
};
|
|
4575
|
-
readonly required: readonly [
|
|
4494
|
+
readonly required: readonly ["lang"];
|
|
4576
4495
|
};
|
|
4577
4496
|
};
|
|
4578
4497
|
};
|
|
4579
|
-
readonly required: readonly [
|
|
4498
|
+
readonly required: readonly ["languages"];
|
|
4580
4499
|
};
|
|
4581
4500
|
readonly generatedPayloadSamplesMaxDepth: {
|
|
4582
4501
|
readonly type: 'number';
|
|
@@ -4688,7 +4607,8 @@ export declare const asyncapiConfigSchema: {
|
|
|
4688
4607
|
readonly type: 'object';
|
|
4689
4608
|
};
|
|
4690
4609
|
readonly pagination: {
|
|
4691
|
-
readonly
|
|
4610
|
+
readonly type: 'string';
|
|
4611
|
+
readonly enum: readonly ["none", "section", "item"];
|
|
4692
4612
|
};
|
|
4693
4613
|
readonly pathInMiddlePanel: {
|
|
4694
4614
|
readonly type: 'boolean';
|
|
@@ -4742,7 +4662,7 @@ export declare const asyncapiConfigSchema: {
|
|
|
4742
4662
|
};
|
|
4743
4663
|
readonly searchMode: {
|
|
4744
4664
|
readonly type: 'string';
|
|
4745
|
-
readonly enum: readonly [
|
|
4665
|
+
readonly enum: readonly ["default", "path-only"];
|
|
4746
4666
|
};
|
|
4747
4667
|
readonly searchOperationTitleBoost: {
|
|
4748
4668
|
readonly type: 'number';
|
|
@@ -4795,7 +4715,7 @@ export declare const asyncapiConfigSchema: {
|
|
|
4795
4715
|
readonly type: 'string';
|
|
4796
4716
|
};
|
|
4797
4717
|
};
|
|
4798
|
-
readonly required: readonly [
|
|
4718
|
+
readonly required: readonly ["label", "link"];
|
|
4799
4719
|
};
|
|
4800
4720
|
};
|
|
4801
4721
|
readonly end: {
|
|
@@ -4813,14 +4733,14 @@ export declare const asyncapiConfigSchema: {
|
|
|
4813
4733
|
readonly type: 'string';
|
|
4814
4734
|
};
|
|
4815
4735
|
};
|
|
4816
|
-
readonly required: readonly [
|
|
4736
|
+
readonly required: readonly ["label", "link"];
|
|
4817
4737
|
};
|
|
4818
4738
|
};
|
|
4819
4739
|
};
|
|
4820
4740
|
};
|
|
4821
4741
|
readonly sideNavStyle: {
|
|
4822
4742
|
readonly type: 'string';
|
|
4823
|
-
readonly enum: readonly [
|
|
4743
|
+
readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
|
|
4824
4744
|
};
|
|
4825
4745
|
readonly simpleOneOfTypeLabel: {
|
|
4826
4746
|
readonly type: 'boolean';
|
|
@@ -4893,7 +4813,7 @@ export declare const amplitudeAnalyticsConfigSchema: {
|
|
|
4893
4813
|
};
|
|
4894
4814
|
};
|
|
4895
4815
|
readonly additionalProperties: false;
|
|
4896
|
-
readonly required: readonly [
|
|
4816
|
+
readonly required: readonly ["apiKey"];
|
|
4897
4817
|
};
|
|
4898
4818
|
export declare const fullstoryAnalyticsConfigSchema: {
|
|
4899
4819
|
readonly type: 'object';
|
|
@@ -4906,7 +4826,7 @@ export declare const fullstoryAnalyticsConfigSchema: {
|
|
|
4906
4826
|
};
|
|
4907
4827
|
};
|
|
4908
4828
|
readonly additionalProperties: false;
|
|
4909
|
-
readonly required: readonly [
|
|
4829
|
+
readonly required: readonly ["orgId"];
|
|
4910
4830
|
};
|
|
4911
4831
|
export declare const heapAnalyticsConfigSchema: {
|
|
4912
4832
|
readonly type: 'object';
|
|
@@ -4919,7 +4839,7 @@ export declare const heapAnalyticsConfigSchema: {
|
|
|
4919
4839
|
};
|
|
4920
4840
|
};
|
|
4921
4841
|
readonly additionalProperties: false;
|
|
4922
|
-
readonly required: readonly [
|
|
4842
|
+
readonly required: readonly ["appId"];
|
|
4923
4843
|
};
|
|
4924
4844
|
export declare const rudderstackAnalyticsConfigSchema: {
|
|
4925
4845
|
readonly type: 'object';
|
|
@@ -4949,7 +4869,7 @@ export declare const rudderstackAnalyticsConfigSchema: {
|
|
|
4949
4869
|
};
|
|
4950
4870
|
};
|
|
4951
4871
|
readonly additionalProperties: false;
|
|
4952
|
-
readonly required: readonly [
|
|
4872
|
+
readonly required: readonly ["writeKey"];
|
|
4953
4873
|
};
|
|
4954
4874
|
export declare const segmentAnalyticsConfigSchema: {
|
|
4955
4875
|
readonly type: 'object';
|
|
@@ -4972,7 +4892,7 @@ export declare const segmentAnalyticsConfigSchema: {
|
|
|
4972
4892
|
};
|
|
4973
4893
|
};
|
|
4974
4894
|
readonly additionalProperties: false;
|
|
4975
|
-
readonly required: readonly [
|
|
4895
|
+
readonly required: readonly ["writeKey"];
|
|
4976
4896
|
};
|
|
4977
4897
|
export declare const gtmAnalyticsConfigSchema: {
|
|
4978
4898
|
readonly type: 'object';
|
|
@@ -4989,7 +4909,10 @@ export declare const gtmAnalyticsConfigSchema: {
|
|
|
4989
4909
|
readonly gtmPreview: {
|
|
4990
4910
|
readonly type: 'string';
|
|
4991
4911
|
};
|
|
4992
|
-
readonly defaultDataLayer: {
|
|
4912
|
+
readonly defaultDataLayer: {
|
|
4913
|
+
readonly type: 'object';
|
|
4914
|
+
readonly additionalProperties: true;
|
|
4915
|
+
};
|
|
4993
4916
|
readonly dataLayerName: {
|
|
4994
4917
|
readonly type: 'string';
|
|
4995
4918
|
};
|
|
@@ -5004,7 +4927,7 @@ export declare const gtmAnalyticsConfigSchema: {
|
|
|
5004
4927
|
};
|
|
5005
4928
|
};
|
|
5006
4929
|
readonly additionalProperties: false;
|
|
5007
|
-
readonly required: readonly [
|
|
4930
|
+
readonly required: readonly ["trackingId"];
|
|
5008
4931
|
};
|
|
5009
4932
|
export declare const productGoogleAnalyticsConfigSchema: {
|
|
5010
4933
|
readonly type: 'object';
|
|
@@ -5032,7 +4955,7 @@ export declare const productGoogleAnalyticsConfigSchema: {
|
|
|
5032
4955
|
};
|
|
5033
4956
|
};
|
|
5034
4957
|
readonly additionalProperties: false;
|
|
5035
|
-
readonly required: readonly [
|
|
4958
|
+
readonly required: readonly ["trackingId"];
|
|
5036
4959
|
};
|
|
5037
4960
|
export declare const googleAnalyticsConfigSchema: {
|
|
5038
4961
|
readonly type: 'object';
|
|
@@ -5098,12 +5021,12 @@ export declare const googleAnalyticsConfigSchema: {
|
|
|
5098
5021
|
};
|
|
5099
5022
|
};
|
|
5100
5023
|
readonly additionalProperties: false;
|
|
5101
|
-
readonly required: readonly [
|
|
5024
|
+
readonly required: readonly ["trackingId"];
|
|
5102
5025
|
};
|
|
5103
5026
|
};
|
|
5104
5027
|
};
|
|
5105
5028
|
readonly additionalProperties: false;
|
|
5106
|
-
readonly required: readonly [
|
|
5029
|
+
readonly required: readonly ["trackingId"];
|
|
5107
5030
|
};
|
|
5108
5031
|
export declare const analyticsConfigSchema: {
|
|
5109
5032
|
readonly type: 'object';
|
|
@@ -5122,7 +5045,7 @@ export declare const analyticsConfigSchema: {
|
|
|
5122
5045
|
};
|
|
5123
5046
|
};
|
|
5124
5047
|
readonly additionalProperties: false;
|
|
5125
|
-
readonly required: readonly [
|
|
5048
|
+
readonly required: readonly ["scriptUrl"];
|
|
5126
5049
|
};
|
|
5127
5050
|
readonly amplitude: {
|
|
5128
5051
|
readonly type: 'object';
|
|
@@ -5157,7 +5080,7 @@ export declare const analyticsConfigSchema: {
|
|
|
5157
5080
|
};
|
|
5158
5081
|
};
|
|
5159
5082
|
readonly additionalProperties: false;
|
|
5160
|
-
readonly required: readonly [
|
|
5083
|
+
readonly required: readonly ["apiKey"];
|
|
5161
5084
|
};
|
|
5162
5085
|
readonly fullstory: {
|
|
5163
5086
|
readonly type: 'object';
|
|
@@ -5170,7 +5093,7 @@ export declare const analyticsConfigSchema: {
|
|
|
5170
5093
|
};
|
|
5171
5094
|
};
|
|
5172
5095
|
readonly additionalProperties: false;
|
|
5173
|
-
readonly required: readonly [
|
|
5096
|
+
readonly required: readonly ["orgId"];
|
|
5174
5097
|
};
|
|
5175
5098
|
readonly heap: {
|
|
5176
5099
|
readonly type: 'object';
|
|
@@ -5183,7 +5106,7 @@ export declare const analyticsConfigSchema: {
|
|
|
5183
5106
|
};
|
|
5184
5107
|
};
|
|
5185
5108
|
readonly additionalProperties: false;
|
|
5186
|
-
readonly required: readonly [
|
|
5109
|
+
readonly required: readonly ["appId"];
|
|
5187
5110
|
};
|
|
5188
5111
|
readonly rudderstack: {
|
|
5189
5112
|
readonly type: 'object';
|
|
@@ -5213,7 +5136,7 @@ export declare const analyticsConfigSchema: {
|
|
|
5213
5136
|
};
|
|
5214
5137
|
};
|
|
5215
5138
|
readonly additionalProperties: false;
|
|
5216
|
-
readonly required: readonly [
|
|
5139
|
+
readonly required: readonly ["writeKey"];
|
|
5217
5140
|
};
|
|
5218
5141
|
readonly segment: {
|
|
5219
5142
|
readonly type: 'object';
|
|
@@ -5236,7 +5159,7 @@ export declare const analyticsConfigSchema: {
|
|
|
5236
5159
|
};
|
|
5237
5160
|
};
|
|
5238
5161
|
readonly additionalProperties: false;
|
|
5239
|
-
readonly required: readonly [
|
|
5162
|
+
readonly required: readonly ["writeKey"];
|
|
5240
5163
|
};
|
|
5241
5164
|
readonly gtm: {
|
|
5242
5165
|
readonly type: 'object';
|
|
@@ -5253,7 +5176,10 @@ export declare const analyticsConfigSchema: {
|
|
|
5253
5176
|
readonly gtmPreview: {
|
|
5254
5177
|
readonly type: 'string';
|
|
5255
5178
|
};
|
|
5256
|
-
readonly defaultDataLayer: {
|
|
5179
|
+
readonly defaultDataLayer: {
|
|
5180
|
+
readonly type: 'object';
|
|
5181
|
+
readonly additionalProperties: true;
|
|
5182
|
+
};
|
|
5257
5183
|
readonly dataLayerName: {
|
|
5258
5184
|
readonly type: 'string';
|
|
5259
5185
|
};
|
|
@@ -5268,7 +5194,7 @@ export declare const analyticsConfigSchema: {
|
|
|
5268
5194
|
};
|
|
5269
5195
|
};
|
|
5270
5196
|
readonly additionalProperties: false;
|
|
5271
|
-
readonly required: readonly [
|
|
5197
|
+
readonly required: readonly ["trackingId"];
|
|
5272
5198
|
};
|
|
5273
5199
|
readonly ga: {
|
|
5274
5200
|
readonly type: 'object';
|
|
@@ -5334,12 +5260,12 @@ export declare const analyticsConfigSchema: {
|
|
|
5334
5260
|
};
|
|
5335
5261
|
};
|
|
5336
5262
|
readonly additionalProperties: false;
|
|
5337
|
-
readonly required: readonly [
|
|
5263
|
+
readonly required: readonly ["trackingId"];
|
|
5338
5264
|
};
|
|
5339
5265
|
};
|
|
5340
5266
|
};
|
|
5341
5267
|
readonly additionalProperties: false;
|
|
5342
|
-
readonly required: readonly [
|
|
5268
|
+
readonly required: readonly ["trackingId"];
|
|
5343
5269
|
};
|
|
5344
5270
|
};
|
|
5345
5271
|
};
|
|
@@ -5369,7 +5295,6 @@ export declare const userMenuConfigSchema: {
|
|
|
5369
5295
|
};
|
|
5370
5296
|
readonly additionalProperties: true;
|
|
5371
5297
|
};
|
|
5372
|
-
readonly default: readonly [];
|
|
5373
5298
|
};
|
|
5374
5299
|
readonly hideLoginButton: {
|
|
5375
5300
|
readonly type: 'boolean';
|
|
@@ -5413,7 +5338,6 @@ export declare const breadcrumbsConfigSchema: {
|
|
|
5413
5338
|
};
|
|
5414
5339
|
};
|
|
5415
5340
|
readonly additionalProperties: false;
|
|
5416
|
-
readonly default: {};
|
|
5417
5341
|
};
|
|
5418
5342
|
};
|
|
5419
5343
|
};
|
|
@@ -5422,12 +5346,11 @@ export declare const breadcrumbsConfigSchema: {
|
|
|
5422
5346
|
export declare const catalogFilterSchema: {
|
|
5423
5347
|
readonly type: 'object';
|
|
5424
5348
|
readonly additionalProperties: false;
|
|
5425
|
-
readonly required: readonly [
|
|
5349
|
+
readonly required: readonly ["title", "property"];
|
|
5426
5350
|
readonly properties: {
|
|
5427
5351
|
readonly type: {
|
|
5428
5352
|
readonly type: 'string';
|
|
5429
|
-
readonly enum: readonly [
|
|
5430
|
-
readonly default: 'checkboxes';
|
|
5353
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
5431
5354
|
};
|
|
5432
5355
|
readonly title: {
|
|
5433
5356
|
readonly type: 'string';
|
|
@@ -5464,7 +5387,7 @@ export declare const catalogFilterSchema: {
|
|
|
5464
5387
|
export declare const catalogSchema: {
|
|
5465
5388
|
readonly type: 'object';
|
|
5466
5389
|
readonly additionalProperties: true;
|
|
5467
|
-
readonly required: readonly [
|
|
5390
|
+
readonly required: readonly ["slug", "items"];
|
|
5468
5391
|
readonly properties: {
|
|
5469
5392
|
readonly show: {
|
|
5470
5393
|
readonly type: 'boolean';
|
|
@@ -5477,12 +5400,11 @@ export declare const catalogSchema: {
|
|
|
5477
5400
|
readonly items: {
|
|
5478
5401
|
readonly type: 'object';
|
|
5479
5402
|
readonly additionalProperties: false;
|
|
5480
|
-
readonly required: readonly [
|
|
5403
|
+
readonly required: readonly ["title", "property"];
|
|
5481
5404
|
readonly properties: {
|
|
5482
5405
|
readonly type: {
|
|
5483
5406
|
readonly type: 'string';
|
|
5484
|
-
readonly enum: readonly [
|
|
5485
|
-
readonly default: 'checkboxes';
|
|
5407
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
5486
5408
|
};
|
|
5487
5409
|
readonly title: {
|
|
5488
5410
|
readonly type: 'string';
|
|
@@ -5522,7 +5444,7 @@ export declare const catalogSchema: {
|
|
|
5522
5444
|
};
|
|
5523
5445
|
readonly filterValuesCasing: {
|
|
5524
5446
|
readonly type: 'string';
|
|
5525
|
-
readonly enum: readonly [
|
|
5447
|
+
readonly enum: readonly ["sentence", "original", "lowercase", "uppercase"];
|
|
5526
5448
|
};
|
|
5527
5449
|
readonly items: {
|
|
5528
5450
|
readonly type: 'array';
|
|
@@ -5537,7 +5459,6 @@ export declare const catalogSchema: {
|
|
|
5537
5459
|
};
|
|
5538
5460
|
readonly disconnect: {
|
|
5539
5461
|
readonly type: 'boolean';
|
|
5540
|
-
readonly default: false;
|
|
5541
5462
|
};
|
|
5542
5463
|
readonly group: {
|
|
5543
5464
|
readonly type: 'string';
|
|
@@ -5567,7 +5488,7 @@ export declare const catalogSchema: {
|
|
|
5567
5488
|
readonly type: 'string';
|
|
5568
5489
|
};
|
|
5569
5490
|
};
|
|
5570
|
-
readonly required: readonly [
|
|
5491
|
+
readonly required: readonly ["srcSet"];
|
|
5571
5492
|
}];
|
|
5572
5493
|
};
|
|
5573
5494
|
readonly separator: {
|
|
@@ -5578,15 +5499,14 @@ export declare const catalogSchema: {
|
|
|
5578
5499
|
};
|
|
5579
5500
|
readonly linePosition: {
|
|
5580
5501
|
readonly type: 'string';
|
|
5581
|
-
readonly enum: readonly [
|
|
5582
|
-
readonly default: 'top';
|
|
5502
|
+
readonly enum: readonly ["top", "bottom"];
|
|
5583
5503
|
};
|
|
5584
5504
|
readonly version: {
|
|
5585
5505
|
readonly type: 'string';
|
|
5586
5506
|
};
|
|
5587
5507
|
readonly menuStyle: {
|
|
5588
5508
|
readonly type: 'string';
|
|
5589
|
-
readonly enum: readonly [
|
|
5509
|
+
readonly enum: readonly ["drilldown"];
|
|
5590
5510
|
};
|
|
5591
5511
|
readonly expanded: {
|
|
5592
5512
|
readonly type: 'string';
|
|
@@ -5627,7 +5547,6 @@ export declare const catalogSchema: {
|
|
|
5627
5547
|
};
|
|
5628
5548
|
readonly disconnect: {
|
|
5629
5549
|
readonly type: 'boolean';
|
|
5630
|
-
readonly default: false;
|
|
5631
5550
|
};
|
|
5632
5551
|
readonly group: {
|
|
5633
5552
|
readonly type: 'string';
|
|
@@ -5657,7 +5576,7 @@ export declare const catalogSchema: {
|
|
|
5657
5576
|
readonly type: 'string';
|
|
5658
5577
|
};
|
|
5659
5578
|
};
|
|
5660
|
-
readonly required: readonly [
|
|
5579
|
+
readonly required: readonly ["srcSet"];
|
|
5661
5580
|
}];
|
|
5662
5581
|
};
|
|
5663
5582
|
readonly separator: {
|
|
@@ -5668,15 +5587,14 @@ export declare const catalogSchema: {
|
|
|
5668
5587
|
};
|
|
5669
5588
|
readonly linePosition: {
|
|
5670
5589
|
readonly type: 'string';
|
|
5671
|
-
readonly enum: readonly [
|
|
5672
|
-
readonly default: 'top';
|
|
5590
|
+
readonly enum: readonly ["top", "bottom"];
|
|
5673
5591
|
};
|
|
5674
5592
|
readonly version: {
|
|
5675
5593
|
readonly type: 'string';
|
|
5676
5594
|
};
|
|
5677
5595
|
readonly menuStyle: {
|
|
5678
5596
|
readonly type: 'string';
|
|
5679
|
-
readonly enum: readonly [
|
|
5597
|
+
readonly enum: readonly ["drilldown"];
|
|
5680
5598
|
};
|
|
5681
5599
|
readonly expanded: {
|
|
5682
5600
|
readonly type: 'string';
|
|
@@ -5743,7 +5661,7 @@ export declare const catalogsConfigSchema: {
|
|
|
5743
5661
|
readonly '.*': {
|
|
5744
5662
|
readonly type: 'object';
|
|
5745
5663
|
readonly additionalProperties: true;
|
|
5746
|
-
readonly required: readonly [
|
|
5664
|
+
readonly required: readonly ["slug", "items"];
|
|
5747
5665
|
readonly properties: {
|
|
5748
5666
|
readonly show: {
|
|
5749
5667
|
readonly type: 'boolean';
|
|
@@ -5756,12 +5674,11 @@ export declare const catalogsConfigSchema: {
|
|
|
5756
5674
|
readonly items: {
|
|
5757
5675
|
readonly type: 'object';
|
|
5758
5676
|
readonly additionalProperties: false;
|
|
5759
|
-
readonly required: readonly [
|
|
5677
|
+
readonly required: readonly ["title", "property"];
|
|
5760
5678
|
readonly properties: {
|
|
5761
5679
|
readonly type: {
|
|
5762
5680
|
readonly type: 'string';
|
|
5763
|
-
readonly enum: readonly [
|
|
5764
|
-
readonly default: 'checkboxes';
|
|
5681
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
5765
5682
|
};
|
|
5766
5683
|
readonly title: {
|
|
5767
5684
|
readonly type: 'string';
|
|
@@ -5801,7 +5718,7 @@ export declare const catalogsConfigSchema: {
|
|
|
5801
5718
|
};
|
|
5802
5719
|
readonly filterValuesCasing: {
|
|
5803
5720
|
readonly type: 'string';
|
|
5804
|
-
readonly enum: readonly [
|
|
5721
|
+
readonly enum: readonly ["sentence", "original", "lowercase", "uppercase"];
|
|
5805
5722
|
};
|
|
5806
5723
|
readonly items: {
|
|
5807
5724
|
readonly type: 'array';
|
|
@@ -5816,7 +5733,6 @@ export declare const catalogsConfigSchema: {
|
|
|
5816
5733
|
};
|
|
5817
5734
|
readonly disconnect: {
|
|
5818
5735
|
readonly type: 'boolean';
|
|
5819
|
-
readonly default: false;
|
|
5820
5736
|
};
|
|
5821
5737
|
readonly group: {
|
|
5822
5738
|
readonly type: 'string';
|
|
@@ -5846,7 +5762,7 @@ export declare const catalogsConfigSchema: {
|
|
|
5846
5762
|
readonly type: 'string';
|
|
5847
5763
|
};
|
|
5848
5764
|
};
|
|
5849
|
-
readonly required: readonly [
|
|
5765
|
+
readonly required: readonly ["srcSet"];
|
|
5850
5766
|
}];
|
|
5851
5767
|
};
|
|
5852
5768
|
readonly separator: {
|
|
@@ -5857,15 +5773,14 @@ export declare const catalogsConfigSchema: {
|
|
|
5857
5773
|
};
|
|
5858
5774
|
readonly linePosition: {
|
|
5859
5775
|
readonly type: 'string';
|
|
5860
|
-
readonly enum: readonly [
|
|
5861
|
-
readonly default: 'top';
|
|
5776
|
+
readonly enum: readonly ["top", "bottom"];
|
|
5862
5777
|
};
|
|
5863
5778
|
readonly version: {
|
|
5864
5779
|
readonly type: 'string';
|
|
5865
5780
|
};
|
|
5866
5781
|
readonly menuStyle: {
|
|
5867
5782
|
readonly type: 'string';
|
|
5868
|
-
readonly enum: readonly [
|
|
5783
|
+
readonly enum: readonly ["drilldown"];
|
|
5869
5784
|
};
|
|
5870
5785
|
readonly expanded: {
|
|
5871
5786
|
readonly type: 'string';
|
|
@@ -5906,7 +5821,6 @@ export declare const catalogsConfigSchema: {
|
|
|
5906
5821
|
};
|
|
5907
5822
|
readonly disconnect: {
|
|
5908
5823
|
readonly type: 'boolean';
|
|
5909
|
-
readonly default: false;
|
|
5910
5824
|
};
|
|
5911
5825
|
readonly group: {
|
|
5912
5826
|
readonly type: 'string';
|
|
@@ -5936,7 +5850,7 @@ export declare const catalogsConfigSchema: {
|
|
|
5936
5850
|
readonly type: 'string';
|
|
5937
5851
|
};
|
|
5938
5852
|
};
|
|
5939
|
-
readonly required: readonly [
|
|
5853
|
+
readonly required: readonly ["srcSet"];
|
|
5940
5854
|
}];
|
|
5941
5855
|
};
|
|
5942
5856
|
readonly separator: {
|
|
@@ -5947,15 +5861,14 @@ export declare const catalogsConfigSchema: {
|
|
|
5947
5861
|
};
|
|
5948
5862
|
readonly linePosition: {
|
|
5949
5863
|
readonly type: 'string';
|
|
5950
|
-
readonly enum: readonly [
|
|
5951
|
-
readonly default: 'top';
|
|
5864
|
+
readonly enum: readonly ["top", "bottom"];
|
|
5952
5865
|
};
|
|
5953
5866
|
readonly version: {
|
|
5954
5867
|
readonly type: 'string';
|
|
5955
5868
|
};
|
|
5956
5869
|
readonly menuStyle: {
|
|
5957
5870
|
readonly type: 'string';
|
|
5958
|
-
readonly enum: readonly [
|
|
5871
|
+
readonly enum: readonly ["drilldown"];
|
|
5959
5872
|
};
|
|
5960
5873
|
readonly expanded: {
|
|
5961
5874
|
readonly type: 'string';
|
|
@@ -6031,7 +5944,6 @@ export declare const scorecardConfigSchema: {
|
|
|
6031
5944
|
*/
|
|
6032
5945
|
readonly ignoreNonCompliant: {
|
|
6033
5946
|
readonly type: 'boolean';
|
|
6034
|
-
readonly default: false;
|
|
6035
5947
|
};
|
|
6036
5948
|
readonly teamMetadataProperty: {
|
|
6037
5949
|
readonly nodeTypeName: "ScorecardClassicTeamMetadataProperty";
|
|
@@ -6058,34 +5970,35 @@ export declare const scorecardConfigSchema: {
|
|
|
6058
5970
|
readonly nodeTypeName: "ScorecardClassicLevel";
|
|
6059
5971
|
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#level-object';
|
|
6060
5972
|
readonly type: 'object';
|
|
6061
|
-
readonly required: readonly [
|
|
5973
|
+
readonly required: readonly ["name"];
|
|
6062
5974
|
readonly properties: {
|
|
6063
|
-
readonly
|
|
6064
|
-
readonly nodeTypeName: undefined;
|
|
6065
|
-
readonly type: 'array';
|
|
6066
|
-
readonly items: {
|
|
6067
|
-
readonly type: 'string';
|
|
6068
|
-
};
|
|
6069
|
-
readonly description: 'Use extends to inherit rules and their configurations from other rulesets.';
|
|
6070
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/extends';
|
|
6071
|
-
};
|
|
6072
|
-
readonly name: {
|
|
6073
|
-
readonly type: 'string';
|
|
6074
|
-
};
|
|
6075
|
-
readonly color: {
|
|
6076
|
-
readonly type: 'string';
|
|
6077
|
-
};
|
|
6078
|
-
readonly arazzo1Decorators: {
|
|
5975
|
+
readonly rules: {
|
|
6079
5976
|
readonly nodeTypeName: undefined;
|
|
6080
5977
|
readonly type: 'object';
|
|
6081
|
-
readonly additionalProperties:
|
|
5978
|
+
readonly additionalProperties: {
|
|
5979
|
+
readonly oneOf: readonly [{
|
|
5980
|
+
readonly type: 'string';
|
|
5981
|
+
}, {
|
|
5982
|
+
readonly type: 'object';
|
|
5983
|
+
}];
|
|
5984
|
+
};
|
|
5985
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5986
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6082
5987
|
};
|
|
6083
|
-
readonly
|
|
5988
|
+
readonly oas2Rules: {
|
|
6084
5989
|
readonly nodeTypeName: undefined;
|
|
6085
5990
|
readonly type: 'object';
|
|
6086
|
-
readonly additionalProperties:
|
|
5991
|
+
readonly additionalProperties: {
|
|
5992
|
+
readonly oneOf: readonly [{
|
|
5993
|
+
readonly type: 'string';
|
|
5994
|
+
}, {
|
|
5995
|
+
readonly type: 'object';
|
|
5996
|
+
}];
|
|
5997
|
+
};
|
|
5998
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5999
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6087
6000
|
};
|
|
6088
|
-
readonly
|
|
6001
|
+
readonly oas3_0Rules: {
|
|
6089
6002
|
readonly nodeTypeName: undefined;
|
|
6090
6003
|
readonly type: 'object';
|
|
6091
6004
|
readonly additionalProperties: {
|
|
@@ -6098,17 +6011,33 @@ export declare const scorecardConfigSchema: {
|
|
|
6098
6011
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6099
6012
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6100
6013
|
};
|
|
6101
|
-
readonly
|
|
6014
|
+
readonly oas3_1Rules: {
|
|
6102
6015
|
readonly nodeTypeName: undefined;
|
|
6103
6016
|
readonly type: 'object';
|
|
6104
|
-
readonly additionalProperties:
|
|
6017
|
+
readonly additionalProperties: {
|
|
6018
|
+
readonly oneOf: readonly [{
|
|
6019
|
+
readonly type: 'string';
|
|
6020
|
+
}, {
|
|
6021
|
+
readonly type: 'object';
|
|
6022
|
+
}];
|
|
6023
|
+
};
|
|
6024
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6025
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6105
6026
|
};
|
|
6106
|
-
readonly
|
|
6027
|
+
readonly oas3_2Rules: {
|
|
6107
6028
|
readonly nodeTypeName: undefined;
|
|
6108
6029
|
readonly type: 'object';
|
|
6109
|
-
readonly additionalProperties:
|
|
6030
|
+
readonly additionalProperties: {
|
|
6031
|
+
readonly oneOf: readonly [{
|
|
6032
|
+
readonly type: 'string';
|
|
6033
|
+
}, {
|
|
6034
|
+
readonly type: 'object';
|
|
6035
|
+
}];
|
|
6036
|
+
};
|
|
6037
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6038
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6110
6039
|
};
|
|
6111
|
-
readonly
|
|
6040
|
+
readonly async2Rules: {
|
|
6112
6041
|
readonly nodeTypeName: undefined;
|
|
6113
6042
|
readonly type: 'object';
|
|
6114
6043
|
readonly additionalProperties: {
|
|
@@ -6121,17 +6050,33 @@ export declare const scorecardConfigSchema: {
|
|
|
6121
6050
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6122
6051
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6123
6052
|
};
|
|
6124
|
-
readonly
|
|
6053
|
+
readonly async3Rules: {
|
|
6125
6054
|
readonly nodeTypeName: undefined;
|
|
6126
6055
|
readonly type: 'object';
|
|
6127
|
-
readonly additionalProperties:
|
|
6056
|
+
readonly additionalProperties: {
|
|
6057
|
+
readonly oneOf: readonly [{
|
|
6058
|
+
readonly type: 'string';
|
|
6059
|
+
}, {
|
|
6060
|
+
readonly type: 'object';
|
|
6061
|
+
}];
|
|
6062
|
+
};
|
|
6063
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6064
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6128
6065
|
};
|
|
6129
|
-
readonly
|
|
6066
|
+
readonly arazzo1Rules: {
|
|
6130
6067
|
readonly nodeTypeName: undefined;
|
|
6131
6068
|
readonly type: 'object';
|
|
6132
|
-
readonly additionalProperties:
|
|
6069
|
+
readonly additionalProperties: {
|
|
6070
|
+
readonly oneOf: readonly [{
|
|
6071
|
+
readonly type: 'string';
|
|
6072
|
+
}, {
|
|
6073
|
+
readonly type: 'object';
|
|
6074
|
+
}];
|
|
6075
|
+
};
|
|
6076
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6077
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6133
6078
|
};
|
|
6134
|
-
readonly
|
|
6079
|
+
readonly arazzo1_1Rules: {
|
|
6135
6080
|
readonly nodeTypeName: undefined;
|
|
6136
6081
|
readonly type: 'object';
|
|
6137
6082
|
readonly additionalProperties: {
|
|
@@ -6144,17 +6089,33 @@ export declare const scorecardConfigSchema: {
|
|
|
6144
6089
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6145
6090
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6146
6091
|
};
|
|
6147
|
-
readonly
|
|
6092
|
+
readonly overlay1Rules: {
|
|
6148
6093
|
readonly nodeTypeName: undefined;
|
|
6149
6094
|
readonly type: 'object';
|
|
6150
|
-
readonly additionalProperties:
|
|
6095
|
+
readonly additionalProperties: {
|
|
6096
|
+
readonly oneOf: readonly [{
|
|
6097
|
+
readonly type: 'string';
|
|
6098
|
+
}, {
|
|
6099
|
+
readonly type: 'object';
|
|
6100
|
+
}];
|
|
6101
|
+
};
|
|
6102
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6103
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6151
6104
|
};
|
|
6152
|
-
readonly
|
|
6105
|
+
readonly openrpc1Rules: {
|
|
6153
6106
|
readonly nodeTypeName: undefined;
|
|
6154
6107
|
readonly type: 'object';
|
|
6155
|
-
readonly additionalProperties:
|
|
6108
|
+
readonly additionalProperties: {
|
|
6109
|
+
readonly oneOf: readonly [{
|
|
6110
|
+
readonly type: 'string';
|
|
6111
|
+
}, {
|
|
6112
|
+
readonly type: 'object';
|
|
6113
|
+
}];
|
|
6114
|
+
};
|
|
6115
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6116
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6156
6117
|
};
|
|
6157
|
-
readonly
|
|
6118
|
+
readonly graphqlRules: {
|
|
6158
6119
|
readonly nodeTypeName: undefined;
|
|
6159
6120
|
readonly type: 'object';
|
|
6160
6121
|
readonly additionalProperties: {
|
|
@@ -6167,166 +6128,130 @@ export declare const scorecardConfigSchema: {
|
|
|
6167
6128
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6168
6129
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6169
6130
|
};
|
|
6170
|
-
readonly
|
|
6131
|
+
readonly preprocessors: {
|
|
6171
6132
|
readonly nodeTypeName: undefined;
|
|
6172
6133
|
readonly type: 'object';
|
|
6173
6134
|
readonly additionalProperties: true;
|
|
6174
6135
|
};
|
|
6175
|
-
readonly
|
|
6136
|
+
readonly oas2Preprocessors: {
|
|
6176
6137
|
readonly nodeTypeName: undefined;
|
|
6177
6138
|
readonly type: 'object';
|
|
6178
6139
|
readonly additionalProperties: true;
|
|
6179
6140
|
};
|
|
6180
|
-
readonly
|
|
6141
|
+
readonly oas3_0Preprocessors: {
|
|
6181
6142
|
readonly nodeTypeName: undefined;
|
|
6182
6143
|
readonly type: 'object';
|
|
6183
6144
|
readonly additionalProperties: true;
|
|
6184
6145
|
};
|
|
6185
|
-
readonly
|
|
6146
|
+
readonly oas3_1Preprocessors: {
|
|
6186
6147
|
readonly nodeTypeName: undefined;
|
|
6187
6148
|
readonly type: 'object';
|
|
6188
|
-
readonly additionalProperties:
|
|
6189
|
-
readonly oneOf: readonly [{
|
|
6190
|
-
readonly type: 'string';
|
|
6191
|
-
}, {
|
|
6192
|
-
readonly type: 'object';
|
|
6193
|
-
}];
|
|
6194
|
-
};
|
|
6195
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6196
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6149
|
+
readonly additionalProperties: true;
|
|
6197
6150
|
};
|
|
6198
|
-
readonly
|
|
6151
|
+
readonly oas3_2Preprocessors: {
|
|
6199
6152
|
readonly nodeTypeName: undefined;
|
|
6200
6153
|
readonly type: 'object';
|
|
6201
6154
|
readonly additionalProperties: true;
|
|
6202
6155
|
};
|
|
6203
|
-
readonly
|
|
6156
|
+
readonly async2Preprocessors: {
|
|
6204
6157
|
readonly nodeTypeName: undefined;
|
|
6205
6158
|
readonly type: 'object';
|
|
6206
6159
|
readonly additionalProperties: true;
|
|
6207
6160
|
};
|
|
6208
|
-
readonly
|
|
6161
|
+
readonly async3Preprocessors: {
|
|
6209
6162
|
readonly nodeTypeName: undefined;
|
|
6210
6163
|
readonly type: 'object';
|
|
6211
|
-
readonly additionalProperties:
|
|
6212
|
-
readonly oneOf: readonly [{
|
|
6213
|
-
readonly type: 'string';
|
|
6214
|
-
}, {
|
|
6215
|
-
readonly type: 'object';
|
|
6216
|
-
}];
|
|
6217
|
-
};
|
|
6218
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6219
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6164
|
+
readonly additionalProperties: true;
|
|
6220
6165
|
};
|
|
6221
|
-
readonly
|
|
6166
|
+
readonly arazzo1Preprocessors: {
|
|
6222
6167
|
readonly nodeTypeName: undefined;
|
|
6223
6168
|
readonly type: 'object';
|
|
6224
6169
|
readonly additionalProperties: true;
|
|
6225
6170
|
};
|
|
6226
|
-
readonly
|
|
6171
|
+
readonly arazzo1_1Preprocessors: {
|
|
6227
6172
|
readonly nodeTypeName: undefined;
|
|
6228
6173
|
readonly type: 'object';
|
|
6229
6174
|
readonly additionalProperties: true;
|
|
6230
6175
|
};
|
|
6231
|
-
readonly
|
|
6176
|
+
readonly overlay1Preprocessors: {
|
|
6232
6177
|
readonly nodeTypeName: undefined;
|
|
6233
6178
|
readonly type: 'object';
|
|
6234
|
-
readonly additionalProperties:
|
|
6235
|
-
readonly oneOf: readonly [{
|
|
6236
|
-
readonly type: 'string';
|
|
6237
|
-
}, {
|
|
6238
|
-
readonly type: 'object';
|
|
6239
|
-
}];
|
|
6240
|
-
};
|
|
6241
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6242
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6179
|
+
readonly additionalProperties: true;
|
|
6243
6180
|
};
|
|
6244
|
-
readonly
|
|
6181
|
+
readonly openrpc1Preprocessors: {
|
|
6245
6182
|
readonly nodeTypeName: undefined;
|
|
6246
6183
|
readonly type: 'object';
|
|
6247
6184
|
readonly additionalProperties: true;
|
|
6248
6185
|
};
|
|
6249
|
-
readonly
|
|
6186
|
+
readonly decorators: {
|
|
6250
6187
|
readonly nodeTypeName: undefined;
|
|
6251
6188
|
readonly type: 'object';
|
|
6252
6189
|
readonly additionalProperties: true;
|
|
6253
6190
|
};
|
|
6254
|
-
readonly
|
|
6191
|
+
readonly oas2Decorators: {
|
|
6255
6192
|
readonly nodeTypeName: undefined;
|
|
6256
6193
|
readonly type: 'object';
|
|
6257
|
-
readonly additionalProperties:
|
|
6258
|
-
readonly oneOf: readonly [{
|
|
6259
|
-
readonly type: 'string';
|
|
6260
|
-
}, {
|
|
6261
|
-
readonly type: 'object';
|
|
6262
|
-
}];
|
|
6263
|
-
};
|
|
6264
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6265
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6194
|
+
readonly additionalProperties: true;
|
|
6266
6195
|
};
|
|
6267
|
-
readonly
|
|
6196
|
+
readonly oas3_0Decorators: {
|
|
6268
6197
|
readonly nodeTypeName: undefined;
|
|
6269
6198
|
readonly type: 'object';
|
|
6270
6199
|
readonly additionalProperties: true;
|
|
6271
6200
|
};
|
|
6272
|
-
readonly
|
|
6201
|
+
readonly oas3_1Decorators: {
|
|
6273
6202
|
readonly nodeTypeName: undefined;
|
|
6274
6203
|
readonly type: 'object';
|
|
6275
6204
|
readonly additionalProperties: true;
|
|
6276
6205
|
};
|
|
6277
|
-
readonly
|
|
6206
|
+
readonly oas3_2Decorators: {
|
|
6278
6207
|
readonly nodeTypeName: undefined;
|
|
6279
6208
|
readonly type: 'object';
|
|
6280
|
-
readonly additionalProperties:
|
|
6281
|
-
readonly oneOf: readonly [{
|
|
6282
|
-
readonly type: 'string';
|
|
6283
|
-
}, {
|
|
6284
|
-
readonly type: 'object';
|
|
6285
|
-
}];
|
|
6286
|
-
};
|
|
6287
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6288
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6209
|
+
readonly additionalProperties: true;
|
|
6289
6210
|
};
|
|
6290
|
-
readonly
|
|
6211
|
+
readonly async2Decorators: {
|
|
6291
6212
|
readonly nodeTypeName: undefined;
|
|
6292
6213
|
readonly type: 'object';
|
|
6293
6214
|
readonly additionalProperties: true;
|
|
6294
6215
|
};
|
|
6295
|
-
readonly
|
|
6216
|
+
readonly async3Decorators: {
|
|
6296
6217
|
readonly nodeTypeName: undefined;
|
|
6297
6218
|
readonly type: 'object';
|
|
6298
6219
|
readonly additionalProperties: true;
|
|
6299
6220
|
};
|
|
6300
|
-
readonly
|
|
6221
|
+
readonly arazzo1Decorators: {
|
|
6301
6222
|
readonly nodeTypeName: undefined;
|
|
6302
6223
|
readonly type: 'object';
|
|
6303
|
-
readonly additionalProperties:
|
|
6304
|
-
readonly oneOf: readonly [{
|
|
6305
|
-
readonly type: 'string';
|
|
6306
|
-
}, {
|
|
6307
|
-
readonly type: 'object';
|
|
6308
|
-
}];
|
|
6309
|
-
};
|
|
6310
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6311
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6224
|
+
readonly additionalProperties: true;
|
|
6312
6225
|
};
|
|
6313
|
-
readonly
|
|
6226
|
+
readonly arazzo1_1Decorators: {
|
|
6314
6227
|
readonly nodeTypeName: undefined;
|
|
6315
6228
|
readonly type: 'object';
|
|
6316
6229
|
readonly additionalProperties: true;
|
|
6317
6230
|
};
|
|
6318
|
-
readonly
|
|
6231
|
+
readonly overlay1Decorators: {
|
|
6319
6232
|
readonly nodeTypeName: undefined;
|
|
6320
6233
|
readonly type: 'object';
|
|
6321
|
-
readonly additionalProperties:
|
|
6322
|
-
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6234
|
+
readonly additionalProperties: true;
|
|
6235
|
+
};
|
|
6236
|
+
readonly openrpc1Decorators: {
|
|
6237
|
+
readonly nodeTypeName: undefined;
|
|
6238
|
+
readonly type: 'object';
|
|
6239
|
+
readonly additionalProperties: true;
|
|
6240
|
+
};
|
|
6241
|
+
readonly extends: {
|
|
6242
|
+
readonly nodeTypeName: undefined;
|
|
6243
|
+
readonly type: 'array';
|
|
6244
|
+
readonly items: {
|
|
6245
|
+
readonly type: 'string';
|
|
6327
6246
|
};
|
|
6328
|
-
readonly description: '
|
|
6329
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/
|
|
6247
|
+
readonly description: 'Use extends to inherit rules and their configurations from other rulesets.';
|
|
6248
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/extends';
|
|
6249
|
+
};
|
|
6250
|
+
readonly name: {
|
|
6251
|
+
readonly type: 'string';
|
|
6252
|
+
};
|
|
6253
|
+
readonly color: {
|
|
6254
|
+
readonly type: 'string';
|
|
6330
6255
|
};
|
|
6331
6256
|
};
|
|
6332
6257
|
readonly additionalProperties: false;
|
|
@@ -6339,7 +6264,7 @@ export declare const scorecardConfigSchema: {
|
|
|
6339
6264
|
readonly items: {
|
|
6340
6265
|
readonly nodeTypeName: "ScorecardClassicTarget";
|
|
6341
6266
|
readonly type: 'object';
|
|
6342
|
-
readonly required: readonly [
|
|
6267
|
+
readonly required: readonly ["where"];
|
|
6343
6268
|
readonly properties: {
|
|
6344
6269
|
readonly minimumLevel: {
|
|
6345
6270
|
readonly type: 'string';
|
|
@@ -6353,7 +6278,7 @@ export declare const scorecardConfigSchema: {
|
|
|
6353
6278
|
readonly description: 'Specify which API descriptions to apply the `minimumLevel` to based on the metadata.';
|
|
6354
6279
|
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#where-object';
|
|
6355
6280
|
readonly type: 'object';
|
|
6356
|
-
readonly required: readonly [
|
|
6281
|
+
readonly required: readonly ["metadata"];
|
|
6357
6282
|
readonly properties: {
|
|
6358
6283
|
readonly metadata: {
|
|
6359
6284
|
readonly nodeTypeName: "ScorecardClassicTargetWhereMetadata";
|