@redocly/config 0.37.0 → 0.38.0-custom.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.
@@ -2620,6 +2620,70 @@ export declare const apiConfigSchema: {
2620
2620
  };
2621
2621
  readonly additionalProperties: false;
2622
2622
  };
2623
+ readonly servers: {
2624
+ readonly type: "array";
2625
+ readonly items: {
2626
+ readonly type: "object";
2627
+ readonly properties: {
2628
+ readonly url: {
2629
+ readonly type: "string";
2630
+ };
2631
+ readonly description: {
2632
+ readonly type: "string";
2633
+ };
2634
+ readonly variables: {
2635
+ readonly type: "object";
2636
+ readonly additionalProperties: true;
2637
+ };
2638
+ };
2639
+ readonly required: readonly ["url"];
2640
+ };
2641
+ };
2642
+ readonly info: {
2643
+ readonly type: "object";
2644
+ readonly properties: {
2645
+ readonly title: {
2646
+ readonly type: "string";
2647
+ };
2648
+ readonly description: {
2649
+ readonly type: "string";
2650
+ };
2651
+ readonly summary: {
2652
+ readonly type: "string";
2653
+ };
2654
+ readonly version: {
2655
+ readonly type: "string";
2656
+ };
2657
+ readonly termsOfService: {
2658
+ readonly type: "string";
2659
+ };
2660
+ readonly contact: {
2661
+ readonly type: "object";
2662
+ readonly properties: {
2663
+ readonly name: {
2664
+ readonly type: "string";
2665
+ };
2666
+ readonly email: {
2667
+ readonly type: "string";
2668
+ };
2669
+ readonly url: {
2670
+ readonly type: "string";
2671
+ };
2672
+ };
2673
+ };
2674
+ readonly license: {
2675
+ readonly type: "object";
2676
+ readonly properties: {
2677
+ readonly name: {
2678
+ readonly type: "string";
2679
+ };
2680
+ readonly url: {
2681
+ readonly type: "string";
2682
+ };
2683
+ };
2684
+ };
2685
+ };
2686
+ };
2623
2687
  readonly sidebar: {
2624
2688
  readonly type: "object";
2625
2689
  readonly properties: {
@@ -4883,6 +4947,70 @@ export declare const apiConfigSchema: {
4883
4947
  };
4884
4948
  readonly additionalProperties: false;
4885
4949
  };
4950
+ readonly servers: {
4951
+ readonly type: "array";
4952
+ readonly items: {
4953
+ readonly type: "object";
4954
+ readonly properties: {
4955
+ readonly url: {
4956
+ readonly type: "string";
4957
+ };
4958
+ readonly description: {
4959
+ readonly type: "string";
4960
+ };
4961
+ readonly variables: {
4962
+ readonly type: "object";
4963
+ readonly additionalProperties: true;
4964
+ };
4965
+ };
4966
+ readonly required: readonly ["url"];
4967
+ };
4968
+ };
4969
+ readonly info: {
4970
+ readonly type: "object";
4971
+ readonly properties: {
4972
+ readonly title: {
4973
+ readonly type: "string";
4974
+ };
4975
+ readonly description: {
4976
+ readonly type: "string";
4977
+ };
4978
+ readonly summary: {
4979
+ readonly type: "string";
4980
+ };
4981
+ readonly version: {
4982
+ readonly type: "string";
4983
+ };
4984
+ readonly termsOfService: {
4985
+ readonly type: "string";
4986
+ };
4987
+ readonly contact: {
4988
+ readonly type: "object";
4989
+ readonly properties: {
4990
+ readonly name: {
4991
+ readonly type: "string";
4992
+ };
4993
+ readonly email: {
4994
+ readonly type: "string";
4995
+ };
4996
+ readonly url: {
4997
+ readonly type: "string";
4998
+ };
4999
+ };
5000
+ };
5001
+ readonly license: {
5002
+ readonly type: "object";
5003
+ readonly properties: {
5004
+ readonly name: {
5005
+ readonly type: "string";
5006
+ };
5007
+ readonly url: {
5008
+ readonly type: "string";
5009
+ };
5010
+ };
5011
+ };
5012
+ };
5013
+ };
4886
5014
  readonly sidebar: {
4887
5015
  readonly type: "object";
4888
5016
  readonly properties: {
@@ -5216,6 +5344,9 @@ export declare const seoConfigSchema: {
5216
5344
  readonly title: {
5217
5345
  readonly type: "string";
5218
5346
  };
5347
+ readonly projectTitle: {
5348
+ readonly type: "string";
5349
+ };
5219
5350
  readonly description: {
5220
5351
  readonly type: "string";
5221
5352
  };
@@ -9499,6 +9630,70 @@ export declare const redoclyConfigSchema: {
9499
9630
  };
9500
9631
  readonly additionalProperties: false;
9501
9632
  };
9633
+ readonly servers: {
9634
+ readonly type: "array";
9635
+ readonly items: {
9636
+ readonly type: "object";
9637
+ readonly properties: {
9638
+ readonly url: {
9639
+ readonly type: "string";
9640
+ };
9641
+ readonly description: {
9642
+ readonly type: "string";
9643
+ };
9644
+ readonly variables: {
9645
+ readonly type: "object";
9646
+ readonly additionalProperties: true;
9647
+ };
9648
+ };
9649
+ readonly required: readonly ["url"];
9650
+ };
9651
+ };
9652
+ readonly info: {
9653
+ readonly type: "object";
9654
+ readonly properties: {
9655
+ readonly title: {
9656
+ readonly type: "string";
9657
+ };
9658
+ readonly description: {
9659
+ readonly type: "string";
9660
+ };
9661
+ readonly summary: {
9662
+ readonly type: "string";
9663
+ };
9664
+ readonly version: {
9665
+ readonly type: "string";
9666
+ };
9667
+ readonly termsOfService: {
9668
+ readonly type: "string";
9669
+ };
9670
+ readonly contact: {
9671
+ readonly type: "object";
9672
+ readonly properties: {
9673
+ readonly name: {
9674
+ readonly type: "string";
9675
+ };
9676
+ readonly email: {
9677
+ readonly type: "string";
9678
+ };
9679
+ readonly url: {
9680
+ readonly type: "string";
9681
+ };
9682
+ };
9683
+ };
9684
+ readonly license: {
9685
+ readonly type: "object";
9686
+ readonly properties: {
9687
+ readonly name: {
9688
+ readonly type: "string";
9689
+ };
9690
+ readonly url: {
9691
+ readonly type: "string";
9692
+ };
9693
+ };
9694
+ };
9695
+ };
9696
+ };
9502
9697
  readonly sidebar: {
9503
9698
  readonly type: "object";
9504
9699
  readonly properties: {
@@ -11855,15 +12050,16 @@ export declare const redoclyConfigSchema: {
11855
12050
  readonly type: "object";
11856
12051
  readonly additionalProperties: true;
11857
12052
  };
12053
+ readonly ignore: {
12054
+ readonly type: "boolean";
12055
+ };
11858
12056
  readonly where: {
11859
12057
  readonly type: "object";
11860
12058
  readonly required: readonly ["metadata"];
11861
12059
  readonly properties: {
11862
12060
  readonly metadata: {
11863
12061
  readonly type: "object";
11864
- readonly additionalProperties: {
11865
- readonly type: "string";
11866
- };
12062
+ readonly additionalProperties: {};
11867
12063
  };
11868
12064
  };
11869
12065
  readonly additionalProperties: false;
@@ -11884,6 +12080,17 @@ export declare const redoclyConfigSchema: {
11884
12080
  };
11885
12081
  };
11886
12082
  };
12083
+ readonly scorecards: {
12084
+ readonly type: "object";
12085
+ readonly additionalProperties: true;
12086
+ readonly required: readonly [];
12087
+ readonly properties: {
12088
+ readonly test: {
12089
+ readonly type: "boolean";
12090
+ readonly default: true;
12091
+ };
12092
+ };
12093
+ };
11887
12094
  };
11888
12095
  readonly additionalProperties: true;
11889
12096
  };
@@ -15144,6 +15351,70 @@ export declare const redoclyConfigSchema: {
15144
15351
  };
15145
15352
  readonly additionalProperties: false;
15146
15353
  };
15354
+ readonly servers: {
15355
+ readonly type: "array";
15356
+ readonly items: {
15357
+ readonly type: "object";
15358
+ readonly properties: {
15359
+ readonly url: {
15360
+ readonly type: "string";
15361
+ };
15362
+ readonly description: {
15363
+ readonly type: "string";
15364
+ };
15365
+ readonly variables: {
15366
+ readonly type: "object";
15367
+ readonly additionalProperties: true;
15368
+ };
15369
+ };
15370
+ readonly required: readonly ["url"];
15371
+ };
15372
+ };
15373
+ readonly info: {
15374
+ readonly type: "object";
15375
+ readonly properties: {
15376
+ readonly title: {
15377
+ readonly type: "string";
15378
+ };
15379
+ readonly description: {
15380
+ readonly type: "string";
15381
+ };
15382
+ readonly summary: {
15383
+ readonly type: "string";
15384
+ };
15385
+ readonly version: {
15386
+ readonly type: "string";
15387
+ };
15388
+ readonly termsOfService: {
15389
+ readonly type: "string";
15390
+ };
15391
+ readonly contact: {
15392
+ readonly type: "object";
15393
+ readonly properties: {
15394
+ readonly name: {
15395
+ readonly type: "string";
15396
+ };
15397
+ readonly email: {
15398
+ readonly type: "string";
15399
+ };
15400
+ readonly url: {
15401
+ readonly type: "string";
15402
+ };
15403
+ };
15404
+ };
15405
+ readonly license: {
15406
+ readonly type: "object";
15407
+ readonly properties: {
15408
+ readonly name: {
15409
+ readonly type: "string";
15410
+ };
15411
+ readonly url: {
15412
+ readonly type: "string";
15413
+ };
15414
+ };
15415
+ };
15416
+ };
15417
+ };
15147
15418
  readonly sidebar: {
15148
15419
  readonly type: "object";
15149
15420
  readonly properties: {
@@ -17503,15 +17774,16 @@ export declare const redoclyConfigSchema: {
17503
17774
  readonly type: "object";
17504
17775
  readonly additionalProperties: true;
17505
17776
  };
17777
+ readonly ignore: {
17778
+ readonly type: "boolean";
17779
+ };
17506
17780
  readonly where: {
17507
17781
  readonly type: "object";
17508
17782
  readonly required: readonly ["metadata"];
17509
17783
  readonly properties: {
17510
17784
  readonly metadata: {
17511
17785
  readonly type: "object";
17512
- readonly additionalProperties: {
17513
- readonly type: "string";
17514
- };
17786
+ readonly additionalProperties: {};
17515
17787
  };
17516
17788
  };
17517
17789
  readonly additionalProperties: false;
@@ -17532,6 +17804,17 @@ export declare const redoclyConfigSchema: {
17532
17804
  };
17533
17805
  };
17534
17806
  };
17807
+ readonly scorecards: {
17808
+ readonly type: "object";
17809
+ readonly additionalProperties: true;
17810
+ readonly required: readonly [];
17811
+ readonly properties: {
17812
+ readonly test: {
17813
+ readonly type: "boolean";
17814
+ readonly default: true;
17815
+ };
17816
+ };
17817
+ };
17535
17818
  readonly mcp: {
17536
17819
  readonly type: "object";
17537
17820
  readonly properties: {
@@ -17768,6 +18051,9 @@ export declare const redoclyConfigSchema: {
17768
18051
  readonly title: {
17769
18052
  readonly type: "string";
17770
18053
  };
18054
+ readonly projectTitle: {
18055
+ readonly type: "string";
18056
+ };
17771
18057
  readonly description: {
17772
18058
  readonly type: "string";
17773
18059
  };
@@ -20157,6 +20443,70 @@ export declare const redoclyConfigSchema: {
20157
20443
  };
20158
20444
  readonly additionalProperties: false;
20159
20445
  };
20446
+ readonly servers: {
20447
+ readonly type: "array";
20448
+ readonly items: {
20449
+ readonly type: "object";
20450
+ readonly properties: {
20451
+ readonly url: {
20452
+ readonly type: "string";
20453
+ };
20454
+ readonly description: {
20455
+ readonly type: "string";
20456
+ };
20457
+ readonly variables: {
20458
+ readonly type: "object";
20459
+ readonly additionalProperties: true;
20460
+ };
20461
+ };
20462
+ readonly required: readonly ["url"];
20463
+ };
20464
+ };
20465
+ readonly info: {
20466
+ readonly type: "object";
20467
+ readonly properties: {
20468
+ readonly title: {
20469
+ readonly type: "string";
20470
+ };
20471
+ readonly description: {
20472
+ readonly type: "string";
20473
+ };
20474
+ readonly summary: {
20475
+ readonly type: "string";
20476
+ };
20477
+ readonly version: {
20478
+ readonly type: "string";
20479
+ };
20480
+ readonly termsOfService: {
20481
+ readonly type: "string";
20482
+ };
20483
+ readonly contact: {
20484
+ readonly type: "object";
20485
+ readonly properties: {
20486
+ readonly name: {
20487
+ readonly type: "string";
20488
+ };
20489
+ readonly email: {
20490
+ readonly type: "string";
20491
+ };
20492
+ readonly url: {
20493
+ readonly type: "string";
20494
+ };
20495
+ };
20496
+ };
20497
+ readonly license: {
20498
+ readonly type: "object";
20499
+ readonly properties: {
20500
+ readonly name: {
20501
+ readonly type: "string";
20502
+ };
20503
+ readonly url: {
20504
+ readonly type: "string";
20505
+ };
20506
+ };
20507
+ };
20508
+ };
20509
+ };
20160
20510
  readonly sidebar: {
20161
20511
  readonly type: "object";
20162
20512
  readonly properties: {
@@ -22420,6 +22770,70 @@ export declare const redoclyConfigSchema: {
22420
22770
  };
22421
22771
  readonly additionalProperties: false;
22422
22772
  };
22773
+ readonly servers: {
22774
+ readonly type: "array";
22775
+ readonly items: {
22776
+ readonly type: "object";
22777
+ readonly properties: {
22778
+ readonly url: {
22779
+ readonly type: "string";
22780
+ };
22781
+ readonly description: {
22782
+ readonly type: "string";
22783
+ };
22784
+ readonly variables: {
22785
+ readonly type: "object";
22786
+ readonly additionalProperties: true;
22787
+ };
22788
+ };
22789
+ readonly required: readonly ["url"];
22790
+ };
22791
+ };
22792
+ readonly info: {
22793
+ readonly type: "object";
22794
+ readonly properties: {
22795
+ readonly title: {
22796
+ readonly type: "string";
22797
+ };
22798
+ readonly description: {
22799
+ readonly type: "string";
22800
+ };
22801
+ readonly summary: {
22802
+ readonly type: "string";
22803
+ };
22804
+ readonly version: {
22805
+ readonly type: "string";
22806
+ };
22807
+ readonly termsOfService: {
22808
+ readonly type: "string";
22809
+ };
22810
+ readonly contact: {
22811
+ readonly type: "object";
22812
+ readonly properties: {
22813
+ readonly name: {
22814
+ readonly type: "string";
22815
+ };
22816
+ readonly email: {
22817
+ readonly type: "string";
22818
+ };
22819
+ readonly url: {
22820
+ readonly type: "string";
22821
+ };
22822
+ };
22823
+ };
22824
+ readonly license: {
22825
+ readonly type: "object";
22826
+ readonly properties: {
22827
+ readonly name: {
22828
+ readonly type: "string";
22829
+ };
22830
+ readonly url: {
22831
+ readonly type: "string";
22832
+ };
22833
+ };
22834
+ };
22835
+ };
22836
+ };
22423
22837
  readonly sidebar: {
22424
22838
  readonly type: "object";
22425
22839
  readonly properties: {
@@ -23059,6 +23473,7 @@ export declare const rootRedoclyConfigSchema: {
23059
23473
  href: /*elided*/ any;
23060
23474
  icon: /*elided*/ any;
23061
23475
  rbac: /*elided*/ any;
23476
+ version: /*elided*/ any;
23062
23477
  directory: /*elided*/ any;
23063
23478
  disconnect: /*elided*/ any;
23064
23479
  group: /*elided*/ any;
@@ -23068,7 +23483,6 @@ export declare const rootRedoclyConfigSchema: {
23068
23483
  separator: /*elided*/ any;
23069
23484
  separatorLine: /*elided*/ any;
23070
23485
  linePosition: /*elided*/ any;
23071
- version: /*elided*/ any;
23072
23486
  menuStyle: /*elided*/ any;
23073
23487
  expanded: /*elided*/ any;
23074
23488
  selectFirstItemOnExpand: /*elided*/ any;
@@ -23103,6 +23517,9 @@ export declare const rootRedoclyConfigSchema: {
23103
23517
  };
23104
23518
  type: "object";
23105
23519
  };
23520
+ version: {
23521
+ type: "string";
23522
+ };
23106
23523
  directory: {
23107
23524
  type: "string";
23108
23525
  };
@@ -23131,9 +23548,6 @@ export declare const rootRedoclyConfigSchema: {
23131
23548
  enum: ("top" | "bottom")[];
23132
23549
  type: "string";
23133
23550
  };
23134
- version: {
23135
- type: "string";
23136
- };
23137
23551
  menuStyle: {
23138
23552
  enum: "drilldown"[];
23139
23553
  type: "string";
@@ -24357,6 +24771,51 @@ export declare const rootRedoclyConfigSchema: {
24357
24771
  };
24358
24772
  type: "object";
24359
24773
  };
24774
+ info: {
24775
+ properties: {
24776
+ title: {
24777
+ type: "string";
24778
+ };
24779
+ description: {
24780
+ type: "string";
24781
+ };
24782
+ summary: {
24783
+ type: "string";
24784
+ };
24785
+ version: {
24786
+ type: "string";
24787
+ };
24788
+ termsOfService: {
24789
+ type: "string";
24790
+ };
24791
+ contact: {
24792
+ properties: {
24793
+ url: {
24794
+ type: "string";
24795
+ };
24796
+ name: {
24797
+ type: "string";
24798
+ };
24799
+ email: {
24800
+ type: "string";
24801
+ };
24802
+ };
24803
+ type: "object";
24804
+ };
24805
+ license: {
24806
+ properties: {
24807
+ url: {
24808
+ type: "string";
24809
+ };
24810
+ name: {
24811
+ type: "string";
24812
+ };
24813
+ };
24814
+ type: "object";
24815
+ };
24816
+ };
24817
+ type: "object";
24818
+ };
24360
24819
  metadata: {
24361
24820
  properties: {
24362
24821
  apiId: {
@@ -24522,6 +24981,25 @@ export declare const rootRedoclyConfigSchema: {
24522
24981
  additionalProperties: false;
24523
24982
  type: "object";
24524
24983
  };
24984
+ servers: {
24985
+ items: {
24986
+ properties: {
24987
+ url: {
24988
+ type: "string";
24989
+ };
24990
+ description: {
24991
+ type: "string";
24992
+ };
24993
+ variables: {
24994
+ additionalProperties: true;
24995
+ type: "object";
24996
+ };
24997
+ };
24998
+ type: "object";
24999
+ required: "url"[];
25000
+ };
25001
+ type: "array";
25002
+ };
24525
25003
  apiLogo: {
24526
25004
  properties: {
24527
25005
  backgroundColor: {
@@ -24597,6 +25075,7 @@ export declare const rootRedoclyConfigSchema: {
24597
25075
  href: /*elided*/ any;
24598
25076
  icon: /*elided*/ any;
24599
25077
  rbac: /*elided*/ any;
25078
+ version: /*elided*/ any;
24600
25079
  directory: /*elided*/ any;
24601
25080
  disconnect: /*elided*/ any;
24602
25081
  group: /*elided*/ any;
@@ -24606,7 +25085,6 @@ export declare const rootRedoclyConfigSchema: {
24606
25085
  separator: /*elided*/ any;
24607
25086
  separatorLine: /*elided*/ any;
24608
25087
  linePosition: /*elided*/ any;
24609
- version: /*elided*/ any;
24610
25088
  menuStyle: /*elided*/ any;
24611
25089
  expanded: /*elided*/ any;
24612
25090
  selectFirstItemOnExpand: /*elided*/ any;
@@ -24641,6 +25119,9 @@ export declare const rootRedoclyConfigSchema: {
24641
25119
  };
24642
25120
  type: "object";
24643
25121
  };
25122
+ version: {
25123
+ type: "string";
25124
+ };
24644
25125
  directory: {
24645
25126
  type: "string";
24646
25127
  };
@@ -24669,9 +25150,6 @@ export declare const rootRedoclyConfigSchema: {
24669
25150
  enum: ("top" | "bottom")[];
24670
25151
  type: "string";
24671
25152
  };
24672
- version: {
24673
- type: "string";
24674
- };
24675
25153
  menuStyle: {
24676
25154
  enum: "drilldown"[];
24677
25155
  type: "string";
@@ -25610,6 +26088,9 @@ export declare const rootRedoclyConfigSchema: {
25610
26088
  additionalProperties: /*elided*/ any;
25611
26089
  type: "object";
25612
26090
  };
26091
+ version: {
26092
+ type: "string";
26093
+ };
25613
26094
  directory: {
25614
26095
  type: "string";
25615
26096
  };
@@ -25638,9 +26119,6 @@ export declare const rootRedoclyConfigSchema: {
25638
26119
  enum: ("top" | "bottom")[];
25639
26120
  type: "string";
25640
26121
  };
25641
- version: {
25642
- type: "string";
25643
- };
25644
26122
  menuStyle: {
25645
26123
  enum: "drilldown"[];
25646
26124
  type: "string";
@@ -26289,6 +26767,9 @@ export declare const rootRedoclyConfigSchema: {
26289
26767
  additionalProperties: /*elided*/ any;
26290
26768
  type: "object";
26291
26769
  };
26770
+ version: {
26771
+ type: "string";
26772
+ };
26292
26773
  directory: {
26293
26774
  type: "string";
26294
26775
  };
@@ -26317,9 +26798,6 @@ export declare const rootRedoclyConfigSchema: {
26317
26798
  enum: ("top" | "bottom")[];
26318
26799
  type: "string";
26319
26800
  };
26320
- version: {
26321
- type: "string";
26322
- };
26323
26801
  menuStyle: {
26324
26802
  enum: "drilldown"[];
26325
26803
  type: "string";
@@ -26650,6 +27128,9 @@ export declare const rootRedoclyConfigSchema: {
26650
27128
  type: "object";
26651
27129
  required: "metadata"[];
26652
27130
  };
27131
+ ignore: {
27132
+ type: "boolean";
27133
+ };
26653
27134
  minimumLevel: {
26654
27135
  type: "string";
26655
27136
  };
@@ -26669,6 +27150,16 @@ export declare const rootRedoclyConfigSchema: {
26669
27150
  type: "object";
26670
27151
  required: never[];
26671
27152
  };
27153
+ scorecards: {
27154
+ properties: {
27155
+ test: {
27156
+ type: "boolean";
27157
+ };
27158
+ };
27159
+ additionalProperties: true;
27160
+ type: "object";
27161
+ required: never[];
27162
+ };
26672
27163
  imports: {
26673
27164
  items: {
26674
27165
  type: "string";
@@ -26813,6 +27304,9 @@ export declare const rootRedoclyConfigSchema: {
26813
27304
  };
26814
27305
  type: "object";
26815
27306
  };
27307
+ version: {
27308
+ type: "string";
27309
+ };
26816
27310
  directory: {
26817
27311
  type: "string";
26818
27312
  };
@@ -26841,9 +27335,6 @@ export declare const rootRedoclyConfigSchema: {
26841
27335
  enum: ("top" | "bottom")[];
26842
27336
  type: "string";
26843
27337
  };
26844
- version: {
26845
- type: "string";
26846
- };
26847
27338
  menuStyle: {
26848
27339
  enum: "drilldown"[];
26849
27340
  type: "string";
@@ -26898,6 +27389,9 @@ export declare const rootRedoclyConfigSchema: {
26898
27389
  };
26899
27390
  type: "object";
26900
27391
  };
27392
+ version: {
27393
+ type: "string";
27394
+ };
26901
27395
  directory: {
26902
27396
  type: "string";
26903
27397
  };
@@ -26926,9 +27420,6 @@ export declare const rootRedoclyConfigSchema: {
26926
27420
  enum: ("top" | "bottom")[];
26927
27421
  type: "string";
26928
27422
  };
26929
- version: {
26930
- type: "string";
26931
- };
26932
27423
  menuStyle: {
26933
27424
  enum: "drilldown"[];
26934
27425
  type: "string";
@@ -28576,6 +29067,51 @@ export declare const rootRedoclyConfigSchema: {
28576
29067
  };
28577
29068
  type: "object";
28578
29069
  };
29070
+ info: {
29071
+ properties: {
29072
+ title: {
29073
+ type: "string";
29074
+ };
29075
+ description: {
29076
+ type: "string";
29077
+ };
29078
+ summary: {
29079
+ type: "string";
29080
+ };
29081
+ version: {
29082
+ type: "string";
29083
+ };
29084
+ termsOfService: {
29085
+ type: "string";
29086
+ };
29087
+ contact: {
29088
+ properties: {
29089
+ url: {
29090
+ type: "string";
29091
+ };
29092
+ name: {
29093
+ type: "string";
29094
+ };
29095
+ email: {
29096
+ type: "string";
29097
+ };
29098
+ };
29099
+ type: "object";
29100
+ };
29101
+ license: {
29102
+ properties: {
29103
+ url: {
29104
+ type: "string";
29105
+ };
29106
+ name: {
29107
+ type: "string";
29108
+ };
29109
+ };
29110
+ type: "object";
29111
+ };
29112
+ };
29113
+ type: "object";
29114
+ };
28579
29115
  metadata: {
28580
29116
  properties: {
28581
29117
  apiId: {
@@ -28872,6 +29408,25 @@ export declare const rootRedoclyConfigSchema: {
28872
29408
  additionalProperties: false;
28873
29409
  type: "object";
28874
29410
  };
29411
+ servers: {
29412
+ items: {
29413
+ properties: {
29414
+ url: {
29415
+ type: "string";
29416
+ };
29417
+ description: {
29418
+ type: "string";
29419
+ };
29420
+ variables: {
29421
+ additionalProperties: true;
29422
+ type: "object";
29423
+ };
29424
+ };
29425
+ type: "object";
29426
+ required: "url"[];
29427
+ };
29428
+ type: "array";
29429
+ };
28875
29430
  apiLogo: {
28876
29431
  properties: {
28877
29432
  backgroundColor: {
@@ -29399,12 +29954,6 @@ export declare const rootRedoclyConfigSchema: {
29399
29954
  enum: "respect"[];
29400
29955
  type: "string";
29401
29956
  };
29402
- inputs: {
29403
- additionalProperties: {
29404
- type: "string";
29405
- };
29406
- type: "object";
29407
- };
29408
29957
  servers: {
29409
29958
  patternProperties: {
29410
29959
  "^[a-zA-Z0-9_-]+$": {
@@ -29415,6 +29964,12 @@ export declare const rootRedoclyConfigSchema: {
29415
29964
  additionalProperties: false;
29416
29965
  type: "object";
29417
29966
  };
29967
+ inputs: {
29968
+ additionalProperties: {
29969
+ type: "string";
29970
+ };
29971
+ type: "object";
29972
+ };
29418
29973
  severity: {
29419
29974
  properties: {
29420
29975
  schemaCheck: {
@@ -29521,6 +30076,9 @@ export declare const rootRedoclyConfigSchema: {
29521
30076
  };
29522
30077
  type: "object";
29523
30078
  };
30079
+ version: {
30080
+ type: "string";
30081
+ };
29524
30082
  directory: {
29525
30083
  type: "string";
29526
30084
  };
@@ -29549,9 +30107,6 @@ export declare const rootRedoclyConfigSchema: {
29549
30107
  enum: ("top" | "bottom")[];
29550
30108
  type: "string";
29551
30109
  };
29552
- version: {
29553
- type: "string";
29554
- };
29555
30110
  menuStyle: {
29556
30111
  enum: "drilldown"[];
29557
30112
  type: "string";
@@ -29606,6 +30161,9 @@ export declare const rootRedoclyConfigSchema: {
29606
30161
  };
29607
30162
  type: "object";
29608
30163
  };
30164
+ version: {
30165
+ type: "string";
30166
+ };
29609
30167
  directory: {
29610
30168
  type: "string";
29611
30169
  };
@@ -29634,9 +30192,6 @@ export declare const rootRedoclyConfigSchema: {
29634
30192
  enum: ("top" | "bottom")[];
29635
30193
  type: "string";
29636
30194
  };
29637
- version: {
29638
- type: "string";
29639
- };
29640
30195
  menuStyle: {
29641
30196
  enum: "drilldown"[];
29642
30197
  type: "string";
@@ -30629,6 +31184,7 @@ export declare const rootRedoclyConfigSchema: {
30629
31184
  href: /*elided*/ any;
30630
31185
  icon: /*elided*/ any;
30631
31186
  rbac: /*elided*/ any;
31187
+ version: /*elided*/ any;
30632
31188
  directory: /*elided*/ any;
30633
31189
  disconnect: /*elided*/ any;
30634
31190
  group: /*elided*/ any;
@@ -30638,7 +31194,6 @@ export declare const rootRedoclyConfigSchema: {
30638
31194
  separator: /*elided*/ any;
30639
31195
  separatorLine: /*elided*/ any;
30640
31196
  linePosition: /*elided*/ any;
30641
- version: /*elided*/ any;
30642
31197
  menuStyle: /*elided*/ any;
30643
31198
  expanded: /*elided*/ any;
30644
31199
  selectFirstItemOnExpand: /*elided*/ any;
@@ -30673,6 +31228,9 @@ export declare const rootRedoclyConfigSchema: {
30673
31228
  };
30674
31229
  type: "object";
30675
31230
  };
31231
+ version: {
31232
+ type: "string";
31233
+ };
30676
31234
  directory: {
30677
31235
  type: "string";
30678
31236
  };
@@ -30701,9 +31259,6 @@ export declare const rootRedoclyConfigSchema: {
30701
31259
  enum: ("top" | "bottom")[];
30702
31260
  type: "string";
30703
31261
  };
30704
- version: {
30705
- type: "string";
30706
- };
30707
31262
  menuStyle: {
30708
31263
  enum: "drilldown"[];
30709
31264
  type: "string";
@@ -31707,6 +32262,7 @@ export declare const rootRedoclyConfigSchema: {
31707
32262
  href: /*elided*/ any;
31708
32263
  icon: /*elided*/ any;
31709
32264
  rbac: /*elided*/ any;
32265
+ version: /*elided*/ any;
31710
32266
  directory: /*elided*/ any;
31711
32267
  disconnect: /*elided*/ any;
31712
32268
  group: /*elided*/ any;
@@ -31716,7 +32272,6 @@ export declare const rootRedoclyConfigSchema: {
31716
32272
  separator: /*elided*/ any;
31717
32273
  separatorLine: /*elided*/ any;
31718
32274
  linePosition: /*elided*/ any;
31719
- version: /*elided*/ any;
31720
32275
  menuStyle: /*elided*/ any;
31721
32276
  expanded: /*elided*/ any;
31722
32277
  selectFirstItemOnExpand: /*elided*/ any;
@@ -31751,6 +32306,9 @@ export declare const rootRedoclyConfigSchema: {
31751
32306
  };
31752
32307
  type: "object";
31753
32308
  };
32309
+ version: {
32310
+ type: "string";
32311
+ };
31754
32312
  directory: {
31755
32313
  type: "string";
31756
32314
  };
@@ -31779,9 +32337,6 @@ export declare const rootRedoclyConfigSchema: {
31779
32337
  enum: ("top" | "bottom")[];
31780
32338
  type: "string";
31781
32339
  };
31782
- version: {
31783
- type: "string";
31784
- };
31785
32340
  menuStyle: {
31786
32341
  enum: "drilldown"[];
31787
32342
  type: "string";
@@ -32110,9 +32665,7 @@ export declare const rootRedoclyConfigSchema: {
32110
32665
  where: {
32111
32666
  properties: {
32112
32667
  metadata: {
32113
- additionalProperties: {
32114
- type: "string";
32115
- };
32668
+ additionalProperties: {};
32116
32669
  type: "object";
32117
32670
  };
32118
32671
  };
@@ -32120,6 +32673,9 @@ export declare const rootRedoclyConfigSchema: {
32120
32673
  type: "object";
32121
32674
  required: "metadata"[];
32122
32675
  };
32676
+ ignore: {
32677
+ type: "boolean";
32678
+ };
32123
32679
  minimumLevel: {
32124
32680
  type: "string";
32125
32681
  };
@@ -32139,6 +32695,16 @@ export declare const rootRedoclyConfigSchema: {
32139
32695
  type: "object";
32140
32696
  required: never[];
32141
32697
  };
32698
+ scorecards: {
32699
+ properties: {
32700
+ test: {
32701
+ type: "boolean";
32702
+ };
32703
+ };
32704
+ additionalProperties: true;
32705
+ type: "object";
32706
+ required: never[];
32707
+ };
32142
32708
  mcp: {
32143
32709
  properties: {
32144
32710
  hide: {
@@ -32204,6 +32770,9 @@ export declare const rootRedoclyConfigSchema: {
32204
32770
  image: {
32205
32771
  type: "string";
32206
32772
  };
32773
+ projectTitle: {
32774
+ type: "string";
32775
+ };
32207
32776
  siteUrl: {
32208
32777
  type: "string";
32209
32778
  };
@@ -33159,6 +33728,34 @@ export declare const rootRedoclyConfigSchema: {
33159
33728
  };
33160
33729
  type: "object";
33161
33730
  };
33731
+ info: {
33732
+ properties: {
33733
+ title: {
33734
+ type: "string";
33735
+ };
33736
+ description: {
33737
+ type: "string";
33738
+ };
33739
+ summary: {
33740
+ type: "string";
33741
+ };
33742
+ version: {
33743
+ type: "string";
33744
+ };
33745
+ termsOfService: {
33746
+ type: "string";
33747
+ };
33748
+ contact: {
33749
+ properties: /*elided*/ any;
33750
+ type: "object";
33751
+ };
33752
+ license: {
33753
+ properties: /*elided*/ any;
33754
+ type: "object";
33755
+ };
33756
+ };
33757
+ type: "object";
33758
+ };
33162
33759
  metadata: {
33163
33760
  properties: {
33164
33761
  apiId: {
@@ -33217,6 +33814,18 @@ export declare const rootRedoclyConfigSchema: {
33217
33814
  additionalProperties: false;
33218
33815
  type: "object";
33219
33816
  };
33817
+ servers: {
33818
+ items: {
33819
+ properties: {
33820
+ url: /*elided*/ any;
33821
+ description: /*elided*/ any;
33822
+ variables: /*elided*/ any;
33823
+ };
33824
+ type: "object";
33825
+ required: "url"[];
33826
+ };
33827
+ type: "array";
33828
+ };
33220
33829
  apiLogo: {
33221
33830
  properties: {
33222
33831
  backgroundColor: {
@@ -34230,6 +34839,51 @@ export declare const rootRedoclyConfigSchema: {
34230
34839
  };
34231
34840
  type: "object";
34232
34841
  };
34842
+ info: {
34843
+ properties: {
34844
+ title: {
34845
+ type: "string";
34846
+ };
34847
+ description: {
34848
+ type: "string";
34849
+ };
34850
+ summary: {
34851
+ type: "string";
34852
+ };
34853
+ version: {
34854
+ type: "string";
34855
+ };
34856
+ termsOfService: {
34857
+ type: "string";
34858
+ };
34859
+ contact: {
34860
+ properties: {
34861
+ url: {
34862
+ type: "string";
34863
+ };
34864
+ name: {
34865
+ type: "string";
34866
+ };
34867
+ email: {
34868
+ type: "string";
34869
+ };
34870
+ };
34871
+ type: "object";
34872
+ };
34873
+ license: {
34874
+ properties: {
34875
+ url: {
34876
+ type: "string";
34877
+ };
34878
+ name: {
34879
+ type: "string";
34880
+ };
34881
+ };
34882
+ type: "object";
34883
+ };
34884
+ };
34885
+ type: "object";
34886
+ };
34233
34887
  metadata: {
34234
34888
  properties: {
34235
34889
  apiId: {
@@ -34345,6 +34999,25 @@ export declare const rootRedoclyConfigSchema: {
34345
34999
  additionalProperties: false;
34346
35000
  type: "object";
34347
35001
  };
35002
+ servers: {
35003
+ items: {
35004
+ properties: {
35005
+ url: {
35006
+ type: "string";
35007
+ };
35008
+ description: {
35009
+ type: "string";
35010
+ };
35011
+ variables: {
35012
+ additionalProperties: true;
35013
+ type: "object";
35014
+ };
35015
+ };
35016
+ type: "object";
35017
+ required: "url"[];
35018
+ };
35019
+ type: "array";
35020
+ };
34348
35021
  apiLogo: {
34349
35022
  properties: {
34350
35023
  backgroundColor: {
@@ -37994,6 +38667,70 @@ export declare const rootRedoclyConfigSchema: {
37994
38667
  };
37995
38668
  readonly additionalProperties: false;
37996
38669
  };
38670
+ readonly servers: {
38671
+ readonly type: "array";
38672
+ readonly items: {
38673
+ readonly type: "object";
38674
+ readonly properties: {
38675
+ readonly url: {
38676
+ readonly type: "string";
38677
+ };
38678
+ readonly description: {
38679
+ readonly type: "string";
38680
+ };
38681
+ readonly variables: {
38682
+ readonly type: "object";
38683
+ readonly additionalProperties: true;
38684
+ };
38685
+ };
38686
+ readonly required: readonly ["url"];
38687
+ };
38688
+ };
38689
+ readonly info: {
38690
+ readonly type: "object";
38691
+ readonly properties: {
38692
+ readonly title: {
38693
+ readonly type: "string";
38694
+ };
38695
+ readonly description: {
38696
+ readonly type: "string";
38697
+ };
38698
+ readonly summary: {
38699
+ readonly type: "string";
38700
+ };
38701
+ readonly version: {
38702
+ readonly type: "string";
38703
+ };
38704
+ readonly termsOfService: {
38705
+ readonly type: "string";
38706
+ };
38707
+ readonly contact: {
38708
+ readonly type: "object";
38709
+ readonly properties: {
38710
+ readonly name: {
38711
+ readonly type: "string";
38712
+ };
38713
+ readonly email: {
38714
+ readonly type: "string";
38715
+ };
38716
+ readonly url: {
38717
+ readonly type: "string";
38718
+ };
38719
+ };
38720
+ };
38721
+ readonly license: {
38722
+ readonly type: "object";
38723
+ readonly properties: {
38724
+ readonly name: {
38725
+ readonly type: "string";
38726
+ };
38727
+ readonly url: {
38728
+ readonly type: "string";
38729
+ };
38730
+ };
38731
+ };
38732
+ };
38733
+ };
37997
38734
  readonly sidebar: {
37998
38735
  readonly type: "object";
37999
38736
  readonly properties: {
@@ -40350,15 +41087,16 @@ export declare const rootRedoclyConfigSchema: {
40350
41087
  readonly type: "object";
40351
41088
  readonly additionalProperties: true;
40352
41089
  };
41090
+ readonly ignore: {
41091
+ readonly type: "boolean";
41092
+ };
40353
41093
  readonly where: {
40354
41094
  readonly type: "object";
40355
41095
  readonly required: readonly ["metadata"];
40356
41096
  readonly properties: {
40357
41097
  readonly metadata: {
40358
41098
  readonly type: "object";
40359
- readonly additionalProperties: {
40360
- readonly type: "string";
40361
- };
41099
+ readonly additionalProperties: {};
40362
41100
  };
40363
41101
  };
40364
41102
  readonly additionalProperties: false;
@@ -40379,6 +41117,17 @@ export declare const rootRedoclyConfigSchema: {
40379
41117
  };
40380
41118
  };
40381
41119
  };
41120
+ readonly scorecards: {
41121
+ readonly type: "object";
41122
+ readonly additionalProperties: true;
41123
+ readonly required: readonly [];
41124
+ readonly properties: {
41125
+ readonly test: {
41126
+ readonly type: "boolean";
41127
+ readonly default: true;
41128
+ };
41129
+ };
41130
+ };
40382
41131
  };
40383
41132
  readonly additionalProperties: true;
40384
41133
  };
@@ -43639,6 +44388,70 @@ export declare const rootRedoclyConfigSchema: {
43639
44388
  };
43640
44389
  readonly additionalProperties: false;
43641
44390
  };
44391
+ readonly servers: {
44392
+ readonly type: "array";
44393
+ readonly items: {
44394
+ readonly type: "object";
44395
+ readonly properties: {
44396
+ readonly url: {
44397
+ readonly type: "string";
44398
+ };
44399
+ readonly description: {
44400
+ readonly type: "string";
44401
+ };
44402
+ readonly variables: {
44403
+ readonly type: "object";
44404
+ readonly additionalProperties: true;
44405
+ };
44406
+ };
44407
+ readonly required: readonly ["url"];
44408
+ };
44409
+ };
44410
+ readonly info: {
44411
+ readonly type: "object";
44412
+ readonly properties: {
44413
+ readonly title: {
44414
+ readonly type: "string";
44415
+ };
44416
+ readonly description: {
44417
+ readonly type: "string";
44418
+ };
44419
+ readonly summary: {
44420
+ readonly type: "string";
44421
+ };
44422
+ readonly version: {
44423
+ readonly type: "string";
44424
+ };
44425
+ readonly termsOfService: {
44426
+ readonly type: "string";
44427
+ };
44428
+ readonly contact: {
44429
+ readonly type: "object";
44430
+ readonly properties: {
44431
+ readonly name: {
44432
+ readonly type: "string";
44433
+ };
44434
+ readonly email: {
44435
+ readonly type: "string";
44436
+ };
44437
+ readonly url: {
44438
+ readonly type: "string";
44439
+ };
44440
+ };
44441
+ };
44442
+ readonly license: {
44443
+ readonly type: "object";
44444
+ readonly properties: {
44445
+ readonly name: {
44446
+ readonly type: "string";
44447
+ };
44448
+ readonly url: {
44449
+ readonly type: "string";
44450
+ };
44451
+ };
44452
+ };
44453
+ };
44454
+ };
43642
44455
  readonly sidebar: {
43643
44456
  readonly type: "object";
43644
44457
  readonly properties: {
@@ -45998,15 +46811,16 @@ export declare const rootRedoclyConfigSchema: {
45998
46811
  readonly type: "object";
45999
46812
  readonly additionalProperties: true;
46000
46813
  };
46814
+ readonly ignore: {
46815
+ readonly type: "boolean";
46816
+ };
46001
46817
  readonly where: {
46002
46818
  readonly type: "object";
46003
46819
  readonly required: readonly ["metadata"];
46004
46820
  readonly properties: {
46005
46821
  readonly metadata: {
46006
46822
  readonly type: "object";
46007
- readonly additionalProperties: {
46008
- readonly type: "string";
46009
- };
46823
+ readonly additionalProperties: {};
46010
46824
  };
46011
46825
  };
46012
46826
  readonly additionalProperties: false;
@@ -46027,6 +46841,17 @@ export declare const rootRedoclyConfigSchema: {
46027
46841
  };
46028
46842
  };
46029
46843
  };
46844
+ readonly scorecards: {
46845
+ readonly type: "object";
46846
+ readonly additionalProperties: true;
46847
+ readonly required: readonly [];
46848
+ readonly properties: {
46849
+ readonly test: {
46850
+ readonly type: "boolean";
46851
+ readonly default: true;
46852
+ };
46853
+ };
46854
+ };
46030
46855
  readonly mcp: {
46031
46856
  readonly type: "object";
46032
46857
  readonly properties: {
@@ -46263,6 +47088,9 @@ export declare const rootRedoclyConfigSchema: {
46263
47088
  readonly title: {
46264
47089
  readonly type: "string";
46265
47090
  };
47091
+ readonly projectTitle: {
47092
+ readonly type: "string";
47093
+ };
46266
47094
  readonly description: {
46267
47095
  readonly type: "string";
46268
47096
  };
@@ -48652,6 +49480,70 @@ export declare const rootRedoclyConfigSchema: {
48652
49480
  };
48653
49481
  readonly additionalProperties: false;
48654
49482
  };
49483
+ readonly servers: {
49484
+ readonly type: "array";
49485
+ readonly items: {
49486
+ readonly type: "object";
49487
+ readonly properties: {
49488
+ readonly url: {
49489
+ readonly type: "string";
49490
+ };
49491
+ readonly description: {
49492
+ readonly type: "string";
49493
+ };
49494
+ readonly variables: {
49495
+ readonly type: "object";
49496
+ readonly additionalProperties: true;
49497
+ };
49498
+ };
49499
+ readonly required: readonly ["url"];
49500
+ };
49501
+ };
49502
+ readonly info: {
49503
+ readonly type: "object";
49504
+ readonly properties: {
49505
+ readonly title: {
49506
+ readonly type: "string";
49507
+ };
49508
+ readonly description: {
49509
+ readonly type: "string";
49510
+ };
49511
+ readonly summary: {
49512
+ readonly type: "string";
49513
+ };
49514
+ readonly version: {
49515
+ readonly type: "string";
49516
+ };
49517
+ readonly termsOfService: {
49518
+ readonly type: "string";
49519
+ };
49520
+ readonly contact: {
49521
+ readonly type: "object";
49522
+ readonly properties: {
49523
+ readonly name: {
49524
+ readonly type: "string";
49525
+ };
49526
+ readonly email: {
49527
+ readonly type: "string";
49528
+ };
49529
+ readonly url: {
49530
+ readonly type: "string";
49531
+ };
49532
+ };
49533
+ };
49534
+ readonly license: {
49535
+ readonly type: "object";
49536
+ readonly properties: {
49537
+ readonly name: {
49538
+ readonly type: "string";
49539
+ };
49540
+ readonly url: {
49541
+ readonly type: "string";
49542
+ };
49543
+ };
49544
+ };
49545
+ };
49546
+ };
48655
49547
  readonly sidebar: {
48656
49548
  readonly type: "object";
48657
49549
  readonly properties: {
@@ -50915,6 +51807,70 @@ export declare const rootRedoclyConfigSchema: {
50915
51807
  };
50916
51808
  readonly additionalProperties: false;
50917
51809
  };
51810
+ readonly servers: {
51811
+ readonly type: "array";
51812
+ readonly items: {
51813
+ readonly type: "object";
51814
+ readonly properties: {
51815
+ readonly url: {
51816
+ readonly type: "string";
51817
+ };
51818
+ readonly description: {
51819
+ readonly type: "string";
51820
+ };
51821
+ readonly variables: {
51822
+ readonly type: "object";
51823
+ readonly additionalProperties: true;
51824
+ };
51825
+ };
51826
+ readonly required: readonly ["url"];
51827
+ };
51828
+ };
51829
+ readonly info: {
51830
+ readonly type: "object";
51831
+ readonly properties: {
51832
+ readonly title: {
51833
+ readonly type: "string";
51834
+ };
51835
+ readonly description: {
51836
+ readonly type: "string";
51837
+ };
51838
+ readonly summary: {
51839
+ readonly type: "string";
51840
+ };
51841
+ readonly version: {
51842
+ readonly type: "string";
51843
+ };
51844
+ readonly termsOfService: {
51845
+ readonly type: "string";
51846
+ };
51847
+ readonly contact: {
51848
+ readonly type: "object";
51849
+ readonly properties: {
51850
+ readonly name: {
51851
+ readonly type: "string";
51852
+ };
51853
+ readonly email: {
51854
+ readonly type: "string";
51855
+ };
51856
+ readonly url: {
51857
+ readonly type: "string";
51858
+ };
51859
+ };
51860
+ };
51861
+ readonly license: {
51862
+ readonly type: "object";
51863
+ readonly properties: {
51864
+ readonly name: {
51865
+ readonly type: "string";
51866
+ };
51867
+ readonly url: {
51868
+ readonly type: "string";
51869
+ };
51870
+ };
51871
+ };
51872
+ };
51873
+ };
50918
51874
  readonly sidebar: {
50919
51875
  readonly type: "object";
50920
51876
  readonly properties: {