@redocly/config 0.34.0 → 0.35.1

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.
@@ -520,6 +520,10 @@ export declare const apiConfigSchema: {
520
520
  readonly type: "object";
521
521
  readonly additionalProperties: true;
522
522
  };
523
+ readonly oas3_2Decorators: {
524
+ readonly type: "object";
525
+ readonly additionalProperties: true;
526
+ };
523
527
  readonly async2Decorators: {
524
528
  readonly type: "object";
525
529
  readonly additionalProperties: true;
@@ -552,6 +556,10 @@ export declare const apiConfigSchema: {
552
556
  readonly type: "object";
553
557
  readonly additionalProperties: true;
554
558
  };
559
+ readonly oas3_2Preprocessors: {
560
+ readonly type: "object";
561
+ readonly additionalProperties: true;
562
+ };
555
563
  readonly async2Preprocessors: {
556
564
  readonly type: "object";
557
565
  readonly additionalProperties: true;
@@ -608,6 +616,16 @@ export declare const apiConfigSchema: {
608
616
  }];
609
617
  };
610
618
  };
619
+ readonly oas3_2Rules: {
620
+ readonly type: "object";
621
+ readonly additionalProperties: {
622
+ readonly oneOf: readonly [{
623
+ readonly type: "string";
624
+ }, {
625
+ readonly type: "object";
626
+ }];
627
+ };
628
+ };
611
629
  readonly async2Rules: {
612
630
  readonly type: "object";
613
631
  readonly additionalProperties: {
@@ -11581,6 +11599,10 @@ export declare const redoclyConfigSchema: {
11581
11599
  readonly type: "object";
11582
11600
  readonly additionalProperties: true;
11583
11601
  };
11602
+ readonly oas3_2Decorators: {
11603
+ readonly type: "object";
11604
+ readonly additionalProperties: true;
11605
+ };
11584
11606
  readonly async2Decorators: {
11585
11607
  readonly type: "object";
11586
11608
  readonly additionalProperties: true;
@@ -11613,6 +11635,10 @@ export declare const redoclyConfigSchema: {
11613
11635
  readonly type: "object";
11614
11636
  readonly additionalProperties: true;
11615
11637
  };
11638
+ readonly oas3_2Preprocessors: {
11639
+ readonly type: "object";
11640
+ readonly additionalProperties: true;
11641
+ };
11616
11642
  readonly async2Preprocessors: {
11617
11643
  readonly type: "object";
11618
11644
  readonly additionalProperties: true;
@@ -11669,6 +11695,16 @@ export declare const redoclyConfigSchema: {
11669
11695
  }];
11670
11696
  };
11671
11697
  };
11698
+ readonly oas3_2Rules: {
11699
+ readonly type: "object";
11700
+ readonly additionalProperties: {
11701
+ readonly oneOf: readonly [{
11702
+ readonly type: "string";
11703
+ }, {
11704
+ readonly type: "object";
11705
+ }];
11706
+ };
11707
+ };
11672
11708
  readonly async2Rules: {
11673
11709
  readonly type: "object";
11674
11710
  readonly additionalProperties: {
@@ -17118,6 +17154,10 @@ export declare const redoclyConfigSchema: {
17118
17154
  readonly type: "object";
17119
17155
  readonly additionalProperties: true;
17120
17156
  };
17157
+ readonly oas3_2Decorators: {
17158
+ readonly type: "object";
17159
+ readonly additionalProperties: true;
17160
+ };
17121
17161
  readonly async2Decorators: {
17122
17162
  readonly type: "object";
17123
17163
  readonly additionalProperties: true;
@@ -17150,6 +17190,10 @@ export declare const redoclyConfigSchema: {
17150
17190
  readonly type: "object";
17151
17191
  readonly additionalProperties: true;
17152
17192
  };
17193
+ readonly oas3_2Preprocessors: {
17194
+ readonly type: "object";
17195
+ readonly additionalProperties: true;
17196
+ };
17153
17197
  readonly async2Preprocessors: {
17154
17198
  readonly type: "object";
17155
17199
  readonly additionalProperties: true;
@@ -17206,6 +17250,16 @@ export declare const redoclyConfigSchema: {
17206
17250
  }];
17207
17251
  };
17208
17252
  };
17253
+ readonly oas3_2Rules: {
17254
+ readonly type: "object";
17255
+ readonly additionalProperties: {
17256
+ readonly oneOf: readonly [{
17257
+ readonly type: "string";
17258
+ }, {
17259
+ readonly type: "object";
17260
+ }];
17261
+ };
17262
+ };
17209
17263
  readonly async2Rules: {
17210
17264
  readonly type: "object";
17211
17265
  readonly additionalProperties: {
@@ -17304,6 +17358,45 @@ export declare const redoclyConfigSchema: {
17304
17358
  };
17305
17359
  };
17306
17360
  };
17361
+ readonly mcp: {
17362
+ readonly type: "object";
17363
+ readonly properties: {
17364
+ readonly hide: {
17365
+ readonly type: "boolean";
17366
+ readonly default: false;
17367
+ };
17368
+ readonly docs: {
17369
+ readonly type: "object";
17370
+ readonly properties: {
17371
+ readonly hide: {
17372
+ readonly type: "boolean";
17373
+ readonly default: false;
17374
+ };
17375
+ readonly name: {
17376
+ readonly type: "string";
17377
+ readonly default: "Docs MCP server";
17378
+ };
17379
+ readonly ignore: {
17380
+ readonly type: "array";
17381
+ readonly items: {
17382
+ readonly type: "string";
17383
+ };
17384
+ readonly default: readonly [];
17385
+ };
17386
+ };
17387
+ readonly additionalProperties: false;
17388
+ };
17389
+ };
17390
+ readonly additionalProperties: false;
17391
+ readonly default: {
17392
+ readonly hide: false;
17393
+ readonly docs: {
17394
+ readonly hide: false;
17395
+ readonly name: "MCP server";
17396
+ readonly ignore: readonly [];
17397
+ };
17398
+ };
17399
+ };
17307
17400
  readonly preprocessors: {
17308
17401
  readonly type: "object";
17309
17402
  readonly additionalProperties: true;
@@ -17320,6 +17413,10 @@ export declare const redoclyConfigSchema: {
17320
17413
  readonly type: "object";
17321
17414
  readonly additionalProperties: true;
17322
17415
  };
17416
+ readonly oas3_2Preprocessors: {
17417
+ readonly type: "object";
17418
+ readonly additionalProperties: true;
17419
+ };
17323
17420
  readonly async2Preprocessors: {
17324
17421
  readonly type: "object";
17325
17422
  readonly additionalProperties: true;
@@ -17352,6 +17449,10 @@ export declare const redoclyConfigSchema: {
17352
17449
  readonly type: "object";
17353
17450
  readonly additionalProperties: true;
17354
17451
  };
17452
+ readonly oas3_2Decorators: {
17453
+ readonly type: "object";
17454
+ readonly additionalProperties: true;
17455
+ };
17355
17456
  readonly async2Decorators: {
17356
17457
  readonly type: "object";
17357
17458
  readonly additionalProperties: true;
@@ -17408,6 +17509,16 @@ export declare const redoclyConfigSchema: {
17408
17509
  }];
17409
17510
  };
17410
17511
  };
17512
+ readonly oas3_2Rules: {
17513
+ readonly type: "object";
17514
+ readonly additionalProperties: {
17515
+ readonly oneOf: readonly [{
17516
+ readonly type: "string";
17517
+ }, {
17518
+ readonly type: "object";
17519
+ }];
17520
+ };
17521
+ };
17411
17522
  readonly async2Rules: {
17412
17523
  readonly type: "object";
17413
17524
  readonly additionalProperties: {
@@ -17772,6 +17883,10 @@ export declare const redoclyConfigSchema: {
17772
17883
  readonly type: "object";
17773
17884
  readonly additionalProperties: true;
17774
17885
  };
17886
+ readonly oas3_2Decorators: {
17887
+ readonly type: "object";
17888
+ readonly additionalProperties: true;
17889
+ };
17775
17890
  readonly async2Decorators: {
17776
17891
  readonly type: "object";
17777
17892
  readonly additionalProperties: true;
@@ -17804,6 +17919,10 @@ export declare const redoclyConfigSchema: {
17804
17919
  readonly type: "object";
17805
17920
  readonly additionalProperties: true;
17806
17921
  };
17922
+ readonly oas3_2Preprocessors: {
17923
+ readonly type: "object";
17924
+ readonly additionalProperties: true;
17925
+ };
17807
17926
  readonly async2Preprocessors: {
17808
17927
  readonly type: "object";
17809
17928
  readonly additionalProperties: true;
@@ -17860,6 +17979,16 @@ export declare const redoclyConfigSchema: {
17860
17979
  }];
17861
17980
  };
17862
17981
  };
17982
+ readonly oas3_2Rules: {
17983
+ readonly type: "object";
17984
+ readonly additionalProperties: {
17985
+ readonly oneOf: readonly [{
17986
+ readonly type: "string";
17987
+ }, {
17988
+ readonly type: "object";
17989
+ }];
17990
+ };
17991
+ };
17863
17992
  readonly async2Rules: {
17864
17993
  readonly type: "object";
17865
17994
  readonly additionalProperties: {
@@ -26038,6 +26167,10 @@ export declare const rootRedoclyConfigSchema: {
26038
26167
  additionalProperties: true;
26039
26168
  type: "object";
26040
26169
  };
26170
+ oas3_2Preprocessors: {
26171
+ additionalProperties: true;
26172
+ type: "object";
26173
+ };
26041
26174
  async2Preprocessors: {
26042
26175
  additionalProperties: true;
26043
26176
  type: "object";
@@ -26070,6 +26203,10 @@ export declare const rootRedoclyConfigSchema: {
26070
26203
  additionalProperties: true;
26071
26204
  type: "object";
26072
26205
  };
26206
+ oas3_2Decorators: {
26207
+ additionalProperties: true;
26208
+ type: "object";
26209
+ };
26073
26210
  async2Decorators: {
26074
26211
  additionalProperties: true;
26075
26212
  type: "object";
@@ -26126,6 +26263,16 @@ export declare const rootRedoclyConfigSchema: {
26126
26263
  };
26127
26264
  type: "object";
26128
26265
  };
26266
+ oas3_2Rules: {
26267
+ additionalProperties: {
26268
+ oneOf: ({
26269
+ type: "string";
26270
+ } | {
26271
+ type: "object";
26272
+ })[];
26273
+ };
26274
+ type: "object";
26275
+ };
26129
26276
  async2Rules: {
26130
26277
  additionalProperties: {
26131
26278
  oneOf: ({
@@ -30314,6 +30461,10 @@ export declare const rootRedoclyConfigSchema: {
30314
30461
  additionalProperties: true;
30315
30462
  type: "object";
30316
30463
  };
30464
+ oas3_2Preprocessors: {
30465
+ additionalProperties: true;
30466
+ type: "object";
30467
+ };
30317
30468
  async2Preprocessors: {
30318
30469
  additionalProperties: true;
30319
30470
  type: "object";
@@ -30346,6 +30497,10 @@ export declare const rootRedoclyConfigSchema: {
30346
30497
  additionalProperties: true;
30347
30498
  type: "object";
30348
30499
  };
30500
+ oas3_2Decorators: {
30501
+ additionalProperties: true;
30502
+ type: "object";
30503
+ };
30349
30504
  async2Decorators: {
30350
30505
  additionalProperties: true;
30351
30506
  type: "object";
@@ -30402,6 +30557,16 @@ export declare const rootRedoclyConfigSchema: {
30402
30557
  };
30403
30558
  type: "object";
30404
30559
  };
30560
+ oas3_2Rules: {
30561
+ additionalProperties: {
30562
+ oneOf: ({
30563
+ type: "string";
30564
+ } | {
30565
+ type: "object";
30566
+ })[];
30567
+ };
30568
+ type: "object";
30569
+ };
30405
30570
  async2Rules: {
30406
30571
  additionalProperties: {
30407
30572
  oneOf: ({
@@ -30486,6 +30651,33 @@ export declare const rootRedoclyConfigSchema: {
30486
30651
  type: "object";
30487
30652
  required: never[];
30488
30653
  };
30654
+ mcp: {
30655
+ properties: {
30656
+ hide: {
30657
+ type: "boolean";
30658
+ };
30659
+ docs: {
30660
+ properties: {
30661
+ name: {
30662
+ type: "string";
30663
+ };
30664
+ ignore: {
30665
+ items: {
30666
+ type: "string";
30667
+ };
30668
+ type: "array";
30669
+ };
30670
+ hide: {
30671
+ type: "boolean";
30672
+ };
30673
+ };
30674
+ additionalProperties: false;
30675
+ type: "object";
30676
+ };
30677
+ };
30678
+ additionalProperties: false;
30679
+ type: "object";
30680
+ };
30489
30681
  preprocessors: {
30490
30682
  additionalProperties: true;
30491
30683
  type: "object";
@@ -30502,6 +30694,10 @@ export declare const rootRedoclyConfigSchema: {
30502
30694
  additionalProperties: true;
30503
30695
  type: "object";
30504
30696
  };
30697
+ oas3_2Preprocessors: {
30698
+ additionalProperties: true;
30699
+ type: "object";
30700
+ };
30505
30701
  async2Preprocessors: {
30506
30702
  additionalProperties: true;
30507
30703
  type: "object";
@@ -30534,6 +30730,10 @@ export declare const rootRedoclyConfigSchema: {
30534
30730
  additionalProperties: true;
30535
30731
  type: "object";
30536
30732
  };
30733
+ oas3_2Decorators: {
30734
+ additionalProperties: true;
30735
+ type: "object";
30736
+ };
30537
30737
  async2Decorators: {
30538
30738
  additionalProperties: true;
30539
30739
  type: "object";
@@ -30590,6 +30790,16 @@ export declare const rootRedoclyConfigSchema: {
30590
30790
  };
30591
30791
  type: "object";
30592
30792
  };
30793
+ oas3_2Rules: {
30794
+ additionalProperties: {
30795
+ oneOf: ({
30796
+ type: "string";
30797
+ } | {
30798
+ type: "object";
30799
+ })[];
30800
+ };
30801
+ type: "object";
30802
+ };
30593
30803
  async2Rules: {
30594
30804
  additionalProperties: {
30595
30805
  oneOf: ({
@@ -33903,6 +34113,10 @@ export declare const rootRedoclyConfigSchema: {
33903
34113
  additionalProperties: true;
33904
34114
  type: "object";
33905
34115
  };
34116
+ oas3_2Preprocessors: {
34117
+ additionalProperties: true;
34118
+ type: "object";
34119
+ };
33906
34120
  async2Preprocessors: {
33907
34121
  additionalProperties: true;
33908
34122
  type: "object";
@@ -33935,6 +34149,10 @@ export declare const rootRedoclyConfigSchema: {
33935
34149
  additionalProperties: true;
33936
34150
  type: "object";
33937
34151
  };
34152
+ oas3_2Decorators: {
34153
+ additionalProperties: true;
34154
+ type: "object";
34155
+ };
33938
34156
  async2Decorators: {
33939
34157
  additionalProperties: true;
33940
34158
  type: "object";
@@ -33991,6 +34209,16 @@ export declare const rootRedoclyConfigSchema: {
33991
34209
  };
33992
34210
  type: "object";
33993
34211
  };
34212
+ oas3_2Rules: {
34213
+ additionalProperties: {
34214
+ oneOf: ({
34215
+ type: "string";
34216
+ } | {
34217
+ type: "object";
34218
+ })[];
34219
+ };
34220
+ type: "object";
34221
+ };
33994
34222
  async2Rules: {
33995
34223
  additionalProperties: {
33996
34224
  oneOf: ({
@@ -39738,6 +39966,10 @@ export declare const rootRedoclyConfigSchema: {
39738
39966
  readonly type: "object";
39739
39967
  readonly additionalProperties: true;
39740
39968
  };
39969
+ readonly oas3_2Decorators: {
39970
+ readonly type: "object";
39971
+ readonly additionalProperties: true;
39972
+ };
39741
39973
  readonly async2Decorators: {
39742
39974
  readonly type: "object";
39743
39975
  readonly additionalProperties: true;
@@ -39770,6 +40002,10 @@ export declare const rootRedoclyConfigSchema: {
39770
40002
  readonly type: "object";
39771
40003
  readonly additionalProperties: true;
39772
40004
  };
40005
+ readonly oas3_2Preprocessors: {
40006
+ readonly type: "object";
40007
+ readonly additionalProperties: true;
40008
+ };
39773
40009
  readonly async2Preprocessors: {
39774
40010
  readonly type: "object";
39775
40011
  readonly additionalProperties: true;
@@ -39826,6 +40062,16 @@ export declare const rootRedoclyConfigSchema: {
39826
40062
  }];
39827
40063
  };
39828
40064
  };
40065
+ readonly oas3_2Rules: {
40066
+ readonly type: "object";
40067
+ readonly additionalProperties: {
40068
+ readonly oneOf: readonly [{
40069
+ readonly type: "string";
40070
+ }, {
40071
+ readonly type: "object";
40072
+ }];
40073
+ };
40074
+ };
39829
40075
  readonly async2Rules: {
39830
40076
  readonly type: "object";
39831
40077
  readonly additionalProperties: {
@@ -45275,6 +45521,10 @@ export declare const rootRedoclyConfigSchema: {
45275
45521
  readonly type: "object";
45276
45522
  readonly additionalProperties: true;
45277
45523
  };
45524
+ readonly oas3_2Decorators: {
45525
+ readonly type: "object";
45526
+ readonly additionalProperties: true;
45527
+ };
45278
45528
  readonly async2Decorators: {
45279
45529
  readonly type: "object";
45280
45530
  readonly additionalProperties: true;
@@ -45307,6 +45557,10 @@ export declare const rootRedoclyConfigSchema: {
45307
45557
  readonly type: "object";
45308
45558
  readonly additionalProperties: true;
45309
45559
  };
45560
+ readonly oas3_2Preprocessors: {
45561
+ readonly type: "object";
45562
+ readonly additionalProperties: true;
45563
+ };
45310
45564
  readonly async2Preprocessors: {
45311
45565
  readonly type: "object";
45312
45566
  readonly additionalProperties: true;
@@ -45363,6 +45617,16 @@ export declare const rootRedoclyConfigSchema: {
45363
45617
  }];
45364
45618
  };
45365
45619
  };
45620
+ readonly oas3_2Rules: {
45621
+ readonly type: "object";
45622
+ readonly additionalProperties: {
45623
+ readonly oneOf: readonly [{
45624
+ readonly type: "string";
45625
+ }, {
45626
+ readonly type: "object";
45627
+ }];
45628
+ };
45629
+ };
45366
45630
  readonly async2Rules: {
45367
45631
  readonly type: "object";
45368
45632
  readonly additionalProperties: {
@@ -45461,6 +45725,45 @@ export declare const rootRedoclyConfigSchema: {
45461
45725
  };
45462
45726
  };
45463
45727
  };
45728
+ readonly mcp: {
45729
+ readonly type: "object";
45730
+ readonly properties: {
45731
+ readonly hide: {
45732
+ readonly type: "boolean";
45733
+ readonly default: false;
45734
+ };
45735
+ readonly docs: {
45736
+ readonly type: "object";
45737
+ readonly properties: {
45738
+ readonly hide: {
45739
+ readonly type: "boolean";
45740
+ readonly default: false;
45741
+ };
45742
+ readonly name: {
45743
+ readonly type: "string";
45744
+ readonly default: "Docs MCP server";
45745
+ };
45746
+ readonly ignore: {
45747
+ readonly type: "array";
45748
+ readonly items: {
45749
+ readonly type: "string";
45750
+ };
45751
+ readonly default: readonly [];
45752
+ };
45753
+ };
45754
+ readonly additionalProperties: false;
45755
+ };
45756
+ };
45757
+ readonly additionalProperties: false;
45758
+ readonly default: {
45759
+ readonly hide: false;
45760
+ readonly docs: {
45761
+ readonly hide: false;
45762
+ readonly name: "MCP server";
45763
+ readonly ignore: readonly [];
45764
+ };
45765
+ };
45766
+ };
45464
45767
  readonly preprocessors: {
45465
45768
  readonly type: "object";
45466
45769
  readonly additionalProperties: true;
@@ -45477,6 +45780,10 @@ export declare const rootRedoclyConfigSchema: {
45477
45780
  readonly type: "object";
45478
45781
  readonly additionalProperties: true;
45479
45782
  };
45783
+ readonly oas3_2Preprocessors: {
45784
+ readonly type: "object";
45785
+ readonly additionalProperties: true;
45786
+ };
45480
45787
  readonly async2Preprocessors: {
45481
45788
  readonly type: "object";
45482
45789
  readonly additionalProperties: true;
@@ -45509,6 +45816,10 @@ export declare const rootRedoclyConfigSchema: {
45509
45816
  readonly type: "object";
45510
45817
  readonly additionalProperties: true;
45511
45818
  };
45819
+ readonly oas3_2Decorators: {
45820
+ readonly type: "object";
45821
+ readonly additionalProperties: true;
45822
+ };
45512
45823
  readonly async2Decorators: {
45513
45824
  readonly type: "object";
45514
45825
  readonly additionalProperties: true;
@@ -45565,6 +45876,16 @@ export declare const rootRedoclyConfigSchema: {
45565
45876
  }];
45566
45877
  };
45567
45878
  };
45879
+ readonly oas3_2Rules: {
45880
+ readonly type: "object";
45881
+ readonly additionalProperties: {
45882
+ readonly oneOf: readonly [{
45883
+ readonly type: "string";
45884
+ }, {
45885
+ readonly type: "object";
45886
+ }];
45887
+ };
45888
+ };
45568
45889
  readonly async2Rules: {
45569
45890
  readonly type: "object";
45570
45891
  readonly additionalProperties: {
@@ -45929,6 +46250,10 @@ export declare const rootRedoclyConfigSchema: {
45929
46250
  readonly type: "object";
45930
46251
  readonly additionalProperties: true;
45931
46252
  };
46253
+ readonly oas3_2Decorators: {
46254
+ readonly type: "object";
46255
+ readonly additionalProperties: true;
46256
+ };
45932
46257
  readonly async2Decorators: {
45933
46258
  readonly type: "object";
45934
46259
  readonly additionalProperties: true;
@@ -45961,6 +46286,10 @@ export declare const rootRedoclyConfigSchema: {
45961
46286
  readonly type: "object";
45962
46287
  readonly additionalProperties: true;
45963
46288
  };
46289
+ readonly oas3_2Preprocessors: {
46290
+ readonly type: "object";
46291
+ readonly additionalProperties: true;
46292
+ };
45964
46293
  readonly async2Preprocessors: {
45965
46294
  readonly type: "object";
45966
46295
  readonly additionalProperties: true;
@@ -46017,6 +46346,16 @@ export declare const rootRedoclyConfigSchema: {
46017
46346
  }];
46018
46347
  };
46019
46348
  };
46349
+ readonly oas3_2Rules: {
46350
+ readonly type: "object";
46351
+ readonly additionalProperties: {
46352
+ readonly oneOf: readonly [{
46353
+ readonly type: "string";
46354
+ }, {
46355
+ readonly type: "object";
46356
+ }];
46357
+ };
46358
+ };
46020
46359
  readonly async2Rules: {
46021
46360
  readonly type: "object";
46022
46361
  readonly additionalProperties: {
@@ -374,6 +374,34 @@ const responseHeaderSchema = {
374
374
  additionalProperties: false,
375
375
  required: ['name', 'value'],
376
376
  };
377
+ const mcpConfigSchema = {
378
+ type: 'object',
379
+ properties: {
380
+ hide: { type: 'boolean', default: false },
381
+ docs: {
382
+ type: 'object',
383
+ properties: {
384
+ hide: { type: 'boolean', default: false },
385
+ name: { type: 'string', default: 'Docs MCP server' },
386
+ ignore: {
387
+ type: 'array',
388
+ items: { type: 'string' },
389
+ default: [],
390
+ },
391
+ },
392
+ additionalProperties: false,
393
+ },
394
+ },
395
+ additionalProperties: false,
396
+ default: {
397
+ hide: false,
398
+ docs: {
399
+ hide: false,
400
+ name: 'MCP server',
401
+ ignore: [],
402
+ },
403
+ },
404
+ };
377
405
  export const redoclyConfigSchema = {
378
406
  type: 'object',
379
407
  properties: Object.assign(Object.assign(Object.assign(Object.assign({
@@ -411,7 +439,7 @@ export const redoclyConfigSchema = {
411
439
  /**
412
440
  * @deprecated Should use `catalogClassic` instead
413
441
  */
414
- catalog: catalogsConfigSchema, entitiesCatalog: entitiesCatalogConfigSchema, catalogClassic: catalogsConfigSchema, scorecard: scorecardConfigSchema }),
442
+ catalog: catalogsConfigSchema, entitiesCatalog: entitiesCatalogConfigSchema, catalogClassic: catalogsConfigSchema, scorecard: scorecardConfigSchema, mcp: mcpConfigSchema }),
415
443
  default: { redirects: {}, seo: seoConfigSchema.default },
416
444
  additionalProperties: true,
417
445
  };