@redocly/config 0.13.0 → 0.15.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/default-theme-config-schema.d.ts +14 -0
- package/lib/ex-theme-config-schemas.d.ts +7 -0
- package/lib/ex-theme-config-schemas.js +3 -0
- package/lib/product-override-schema.d.ts +9 -0
- package/lib/root-config-schema.d.ts +42 -0
- package/lib-esm/default-theme-config-schema.d.ts +14 -0
- package/lib-esm/ex-theme-config-schemas.d.ts +7 -0
- package/lib-esm/ex-theme-config-schemas.js +3 -0
- package/lib-esm/product-override-schema.d.ts +9 -0
- package/lib-esm/root-config-schema.d.ts +42 -0
- package/package.json +1 -1
|
@@ -701,6 +701,9 @@ export declare const themeConfigSchema: {
|
|
|
701
701
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
702
702
|
readonly default: "flexsearch";
|
|
703
703
|
};
|
|
704
|
+
readonly askAi: {
|
|
705
|
+
readonly type: "boolean";
|
|
706
|
+
};
|
|
704
707
|
readonly facets: {
|
|
705
708
|
readonly type: "array";
|
|
706
709
|
readonly items: {
|
|
@@ -3534,6 +3537,10 @@ export declare const themeConfigSchema: {
|
|
|
3534
3537
|
readonly minimumLevel: {
|
|
3535
3538
|
readonly type: "string";
|
|
3536
3539
|
};
|
|
3540
|
+
readonly rules: {
|
|
3541
|
+
readonly type: "object";
|
|
3542
|
+
readonly additionalProperties: true;
|
|
3543
|
+
};
|
|
3537
3544
|
readonly where: {
|
|
3538
3545
|
readonly type: "object";
|
|
3539
3546
|
readonly required: readonly ["metadata"];
|
|
@@ -4260,6 +4267,9 @@ export declare const closedThemeConfigSchema: {
|
|
|
4260
4267
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
4261
4268
|
readonly default: "flexsearch";
|
|
4262
4269
|
};
|
|
4270
|
+
readonly askAi: {
|
|
4271
|
+
readonly type: "boolean";
|
|
4272
|
+
};
|
|
4263
4273
|
readonly facets: {
|
|
4264
4274
|
readonly type: "array";
|
|
4265
4275
|
readonly items: {
|
|
@@ -7093,6 +7103,10 @@ export declare const closedThemeConfigSchema: {
|
|
|
7093
7103
|
readonly minimumLevel: {
|
|
7094
7104
|
readonly type: "string";
|
|
7095
7105
|
};
|
|
7106
|
+
readonly rules: {
|
|
7107
|
+
readonly type: "object";
|
|
7108
|
+
readonly additionalProperties: true;
|
|
7109
|
+
};
|
|
7096
7110
|
readonly where: {
|
|
7097
7111
|
readonly type: "object";
|
|
7098
7112
|
readonly required: readonly ["metadata"];
|
|
@@ -801,6 +801,9 @@ export declare const searchConfigSchema: {
|
|
|
801
801
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
802
802
|
readonly default: "flexsearch";
|
|
803
803
|
};
|
|
804
|
+
readonly askAi: {
|
|
805
|
+
readonly type: "boolean";
|
|
806
|
+
};
|
|
804
807
|
readonly facets: {
|
|
805
808
|
readonly type: "array";
|
|
806
809
|
readonly items: {
|
|
@@ -3895,6 +3898,10 @@ export declare const scorecardConfigSchema: {
|
|
|
3895
3898
|
readonly minimumLevel: {
|
|
3896
3899
|
readonly type: "string";
|
|
3897
3900
|
};
|
|
3901
|
+
readonly rules: {
|
|
3902
|
+
readonly type: "object";
|
|
3903
|
+
readonly additionalProperties: true;
|
|
3904
|
+
};
|
|
3898
3905
|
readonly where: {
|
|
3899
3906
|
readonly type: "object";
|
|
3900
3907
|
readonly required: readonly ["metadata"];
|
|
@@ -179,6 +179,8 @@ exports.searchConfigSchema = {
|
|
|
179
179
|
type: 'string',
|
|
180
180
|
enum: ['flexsearch', 'typesense'],
|
|
181
181
|
default: 'flexsearch',
|
|
182
|
+
}, askAi: {
|
|
183
|
+
type: 'boolean',
|
|
182
184
|
}, facets: exports.searchFacetsConfigSchema, placement: {
|
|
183
185
|
type: 'string',
|
|
184
186
|
default: 'navbar',
|
|
@@ -560,6 +562,7 @@ exports.scorecardConfigSchema = {
|
|
|
560
562
|
required: ['where'],
|
|
561
563
|
properties: {
|
|
562
564
|
minimumLevel: { type: 'string' },
|
|
565
|
+
rules: { type: 'object', additionalProperties: true },
|
|
563
566
|
where: {
|
|
564
567
|
type: 'object',
|
|
565
568
|
required: ['metadata'],
|
|
@@ -426,6 +426,9 @@ export declare const productThemeOverrideSchema: {
|
|
|
426
426
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
427
427
|
readonly default: "flexsearch";
|
|
428
428
|
};
|
|
429
|
+
readonly askAi: {
|
|
430
|
+
readonly type: "boolean";
|
|
431
|
+
};
|
|
429
432
|
readonly facets: {
|
|
430
433
|
readonly type: "array";
|
|
431
434
|
readonly items: {
|
|
@@ -6779,6 +6782,9 @@ export declare const productConfigOverrideSchema: {
|
|
|
6779
6782
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
6780
6783
|
readonly default: "flexsearch";
|
|
6781
6784
|
};
|
|
6785
|
+
readonly askAi: {
|
|
6786
|
+
readonly type: "boolean";
|
|
6787
|
+
};
|
|
6782
6788
|
readonly facets: {
|
|
6783
6789
|
readonly type: "array";
|
|
6784
6790
|
readonly items: {
|
|
@@ -9163,6 +9169,9 @@ export declare const productConfigOverrideSchema: {
|
|
|
9163
9169
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
9164
9170
|
readonly default: "flexsearch";
|
|
9165
9171
|
};
|
|
9172
|
+
readonly askAi: {
|
|
9173
|
+
readonly type: "boolean";
|
|
9174
|
+
};
|
|
9166
9175
|
readonly facets: {
|
|
9167
9176
|
readonly type: "array";
|
|
9168
9177
|
readonly items: {
|
|
@@ -10336,6 +10336,9 @@ export declare const redoclyConfigSchema: {
|
|
|
10336
10336
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
10337
10337
|
readonly default: "flexsearch";
|
|
10338
10338
|
};
|
|
10339
|
+
readonly askAi: {
|
|
10340
|
+
readonly type: "boolean";
|
|
10341
|
+
};
|
|
10339
10342
|
readonly facets: {
|
|
10340
10343
|
readonly type: "array";
|
|
10341
10344
|
readonly items: {
|
|
@@ -13169,6 +13172,10 @@ export declare const redoclyConfigSchema: {
|
|
|
13169
13172
|
readonly minimumLevel: {
|
|
13170
13173
|
readonly type: "string";
|
|
13171
13174
|
};
|
|
13175
|
+
readonly rules: {
|
|
13176
|
+
readonly type: "object";
|
|
13177
|
+
readonly additionalProperties: true;
|
|
13178
|
+
};
|
|
13172
13179
|
readonly where: {
|
|
13173
13180
|
readonly type: "object";
|
|
13174
13181
|
readonly required: readonly ["metadata"];
|
|
@@ -13898,6 +13905,9 @@ export declare const redoclyConfigSchema: {
|
|
|
13898
13905
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
13899
13906
|
readonly default: "flexsearch";
|
|
13900
13907
|
};
|
|
13908
|
+
readonly askAi: {
|
|
13909
|
+
readonly type: "boolean";
|
|
13910
|
+
};
|
|
13901
13911
|
readonly facets: {
|
|
13902
13912
|
readonly type: "array";
|
|
13903
13913
|
readonly items: {
|
|
@@ -16731,6 +16741,10 @@ export declare const redoclyConfigSchema: {
|
|
|
16731
16741
|
readonly minimumLevel: {
|
|
16732
16742
|
readonly type: "string";
|
|
16733
16743
|
};
|
|
16744
|
+
readonly rules: {
|
|
16745
|
+
readonly type: "object";
|
|
16746
|
+
readonly additionalProperties: true;
|
|
16747
|
+
};
|
|
16734
16748
|
readonly where: {
|
|
16735
16749
|
readonly type: "object";
|
|
16736
16750
|
readonly required: readonly ["metadata"];
|
|
@@ -17325,6 +17339,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
17325
17339
|
enum: ("flexsearch" | "typesense")[];
|
|
17326
17340
|
type: "string";
|
|
17327
17341
|
};
|
|
17342
|
+
askAi: {
|
|
17343
|
+
type: "boolean";
|
|
17344
|
+
};
|
|
17328
17345
|
facets: {
|
|
17329
17346
|
items: {
|
|
17330
17347
|
properties: {
|
|
@@ -19580,6 +19597,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19580
19597
|
type: "object";
|
|
19581
19598
|
required: "metadata"[];
|
|
19582
19599
|
};
|
|
19600
|
+
rules: {
|
|
19601
|
+
additionalProperties: true;
|
|
19602
|
+
type: "object";
|
|
19603
|
+
};
|
|
19583
19604
|
minimumLevel: {
|
|
19584
19605
|
type: "string";
|
|
19585
19606
|
};
|
|
@@ -23799,6 +23820,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
23799
23820
|
enum: ("flexsearch" | "typesense")[];
|
|
23800
23821
|
type: "string";
|
|
23801
23822
|
};
|
|
23823
|
+
askAi: {
|
|
23824
|
+
type: "boolean";
|
|
23825
|
+
};
|
|
23802
23826
|
facets: {
|
|
23803
23827
|
items: {
|
|
23804
23828
|
properties: {
|
|
@@ -26054,6 +26078,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26054
26078
|
type: "object";
|
|
26055
26079
|
required: "metadata"[];
|
|
26056
26080
|
};
|
|
26081
|
+
rules: {
|
|
26082
|
+
additionalProperties: true;
|
|
26083
|
+
type: "object";
|
|
26084
|
+
};
|
|
26057
26085
|
minimumLevel: {
|
|
26058
26086
|
type: "string";
|
|
26059
26087
|
};
|
|
@@ -31377,6 +31405,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
31377
31405
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
31378
31406
|
readonly default: "flexsearch";
|
|
31379
31407
|
};
|
|
31408
|
+
readonly askAi: {
|
|
31409
|
+
readonly type: "boolean";
|
|
31410
|
+
};
|
|
31380
31411
|
readonly facets: {
|
|
31381
31412
|
readonly type: "array";
|
|
31382
31413
|
readonly items: {
|
|
@@ -34210,6 +34241,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
34210
34241
|
readonly minimumLevel: {
|
|
34211
34242
|
readonly type: "string";
|
|
34212
34243
|
};
|
|
34244
|
+
readonly rules: {
|
|
34245
|
+
readonly type: "object";
|
|
34246
|
+
readonly additionalProperties: true;
|
|
34247
|
+
};
|
|
34213
34248
|
readonly where: {
|
|
34214
34249
|
readonly type: "object";
|
|
34215
34250
|
readonly required: readonly ["metadata"];
|
|
@@ -34939,6 +34974,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
34939
34974
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
34940
34975
|
readonly default: "flexsearch";
|
|
34941
34976
|
};
|
|
34977
|
+
readonly askAi: {
|
|
34978
|
+
readonly type: "boolean";
|
|
34979
|
+
};
|
|
34942
34980
|
readonly facets: {
|
|
34943
34981
|
readonly type: "array";
|
|
34944
34982
|
readonly items: {
|
|
@@ -37772,6 +37810,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
37772
37810
|
readonly minimumLevel: {
|
|
37773
37811
|
readonly type: "string";
|
|
37774
37812
|
};
|
|
37813
|
+
readonly rules: {
|
|
37814
|
+
readonly type: "object";
|
|
37815
|
+
readonly additionalProperties: true;
|
|
37816
|
+
};
|
|
37775
37817
|
readonly where: {
|
|
37776
37818
|
readonly type: "object";
|
|
37777
37819
|
readonly required: readonly ["metadata"];
|
|
@@ -701,6 +701,9 @@ export declare const themeConfigSchema: {
|
|
|
701
701
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
702
702
|
readonly default: "flexsearch";
|
|
703
703
|
};
|
|
704
|
+
readonly askAi: {
|
|
705
|
+
readonly type: "boolean";
|
|
706
|
+
};
|
|
704
707
|
readonly facets: {
|
|
705
708
|
readonly type: "array";
|
|
706
709
|
readonly items: {
|
|
@@ -3534,6 +3537,10 @@ export declare const themeConfigSchema: {
|
|
|
3534
3537
|
readonly minimumLevel: {
|
|
3535
3538
|
readonly type: "string";
|
|
3536
3539
|
};
|
|
3540
|
+
readonly rules: {
|
|
3541
|
+
readonly type: "object";
|
|
3542
|
+
readonly additionalProperties: true;
|
|
3543
|
+
};
|
|
3537
3544
|
readonly where: {
|
|
3538
3545
|
readonly type: "object";
|
|
3539
3546
|
readonly required: readonly ["metadata"];
|
|
@@ -4260,6 +4267,9 @@ export declare const closedThemeConfigSchema: {
|
|
|
4260
4267
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
4261
4268
|
readonly default: "flexsearch";
|
|
4262
4269
|
};
|
|
4270
|
+
readonly askAi: {
|
|
4271
|
+
readonly type: "boolean";
|
|
4272
|
+
};
|
|
4263
4273
|
readonly facets: {
|
|
4264
4274
|
readonly type: "array";
|
|
4265
4275
|
readonly items: {
|
|
@@ -7093,6 +7103,10 @@ export declare const closedThemeConfigSchema: {
|
|
|
7093
7103
|
readonly minimumLevel: {
|
|
7094
7104
|
readonly type: "string";
|
|
7095
7105
|
};
|
|
7106
|
+
readonly rules: {
|
|
7107
|
+
readonly type: "object";
|
|
7108
|
+
readonly additionalProperties: true;
|
|
7109
|
+
};
|
|
7096
7110
|
readonly where: {
|
|
7097
7111
|
readonly type: "object";
|
|
7098
7112
|
readonly required: readonly ["metadata"];
|
|
@@ -801,6 +801,9 @@ export declare const searchConfigSchema: {
|
|
|
801
801
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
802
802
|
readonly default: "flexsearch";
|
|
803
803
|
};
|
|
804
|
+
readonly askAi: {
|
|
805
|
+
readonly type: "boolean";
|
|
806
|
+
};
|
|
804
807
|
readonly facets: {
|
|
805
808
|
readonly type: "array";
|
|
806
809
|
readonly items: {
|
|
@@ -3895,6 +3898,10 @@ export declare const scorecardConfigSchema: {
|
|
|
3895
3898
|
readonly minimumLevel: {
|
|
3896
3899
|
readonly type: "string";
|
|
3897
3900
|
};
|
|
3901
|
+
readonly rules: {
|
|
3902
|
+
readonly type: "object";
|
|
3903
|
+
readonly additionalProperties: true;
|
|
3904
|
+
};
|
|
3898
3905
|
readonly where: {
|
|
3899
3906
|
readonly type: "object";
|
|
3900
3907
|
readonly required: readonly ["metadata"];
|
|
@@ -176,6 +176,8 @@ export const searchConfigSchema = {
|
|
|
176
176
|
type: 'string',
|
|
177
177
|
enum: ['flexsearch', 'typesense'],
|
|
178
178
|
default: 'flexsearch',
|
|
179
|
+
}, askAi: {
|
|
180
|
+
type: 'boolean',
|
|
179
181
|
}, facets: searchFacetsConfigSchema, placement: {
|
|
180
182
|
type: 'string',
|
|
181
183
|
default: 'navbar',
|
|
@@ -557,6 +559,7 @@ export const scorecardConfigSchema = {
|
|
|
557
559
|
required: ['where'],
|
|
558
560
|
properties: {
|
|
559
561
|
minimumLevel: { type: 'string' },
|
|
562
|
+
rules: { type: 'object', additionalProperties: true },
|
|
560
563
|
where: {
|
|
561
564
|
type: 'object',
|
|
562
565
|
required: ['metadata'],
|
|
@@ -426,6 +426,9 @@ export declare const productThemeOverrideSchema: {
|
|
|
426
426
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
427
427
|
readonly default: "flexsearch";
|
|
428
428
|
};
|
|
429
|
+
readonly askAi: {
|
|
430
|
+
readonly type: "boolean";
|
|
431
|
+
};
|
|
429
432
|
readonly facets: {
|
|
430
433
|
readonly type: "array";
|
|
431
434
|
readonly items: {
|
|
@@ -6779,6 +6782,9 @@ export declare const productConfigOverrideSchema: {
|
|
|
6779
6782
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
6780
6783
|
readonly default: "flexsearch";
|
|
6781
6784
|
};
|
|
6785
|
+
readonly askAi: {
|
|
6786
|
+
readonly type: "boolean";
|
|
6787
|
+
};
|
|
6782
6788
|
readonly facets: {
|
|
6783
6789
|
readonly type: "array";
|
|
6784
6790
|
readonly items: {
|
|
@@ -9163,6 +9169,9 @@ export declare const productConfigOverrideSchema: {
|
|
|
9163
9169
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
9164
9170
|
readonly default: "flexsearch";
|
|
9165
9171
|
};
|
|
9172
|
+
readonly askAi: {
|
|
9173
|
+
readonly type: "boolean";
|
|
9174
|
+
};
|
|
9166
9175
|
readonly facets: {
|
|
9167
9176
|
readonly type: "array";
|
|
9168
9177
|
readonly items: {
|
|
@@ -10336,6 +10336,9 @@ export declare const redoclyConfigSchema: {
|
|
|
10336
10336
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
10337
10337
|
readonly default: "flexsearch";
|
|
10338
10338
|
};
|
|
10339
|
+
readonly askAi: {
|
|
10340
|
+
readonly type: "boolean";
|
|
10341
|
+
};
|
|
10339
10342
|
readonly facets: {
|
|
10340
10343
|
readonly type: "array";
|
|
10341
10344
|
readonly items: {
|
|
@@ -13169,6 +13172,10 @@ export declare const redoclyConfigSchema: {
|
|
|
13169
13172
|
readonly minimumLevel: {
|
|
13170
13173
|
readonly type: "string";
|
|
13171
13174
|
};
|
|
13175
|
+
readonly rules: {
|
|
13176
|
+
readonly type: "object";
|
|
13177
|
+
readonly additionalProperties: true;
|
|
13178
|
+
};
|
|
13172
13179
|
readonly where: {
|
|
13173
13180
|
readonly type: "object";
|
|
13174
13181
|
readonly required: readonly ["metadata"];
|
|
@@ -13898,6 +13905,9 @@ export declare const redoclyConfigSchema: {
|
|
|
13898
13905
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
13899
13906
|
readonly default: "flexsearch";
|
|
13900
13907
|
};
|
|
13908
|
+
readonly askAi: {
|
|
13909
|
+
readonly type: "boolean";
|
|
13910
|
+
};
|
|
13901
13911
|
readonly facets: {
|
|
13902
13912
|
readonly type: "array";
|
|
13903
13913
|
readonly items: {
|
|
@@ -16731,6 +16741,10 @@ export declare const redoclyConfigSchema: {
|
|
|
16731
16741
|
readonly minimumLevel: {
|
|
16732
16742
|
readonly type: "string";
|
|
16733
16743
|
};
|
|
16744
|
+
readonly rules: {
|
|
16745
|
+
readonly type: "object";
|
|
16746
|
+
readonly additionalProperties: true;
|
|
16747
|
+
};
|
|
16734
16748
|
readonly where: {
|
|
16735
16749
|
readonly type: "object";
|
|
16736
16750
|
readonly required: readonly ["metadata"];
|
|
@@ -17325,6 +17339,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
17325
17339
|
enum: ("flexsearch" | "typesense")[];
|
|
17326
17340
|
type: "string";
|
|
17327
17341
|
};
|
|
17342
|
+
askAi: {
|
|
17343
|
+
type: "boolean";
|
|
17344
|
+
};
|
|
17328
17345
|
facets: {
|
|
17329
17346
|
items: {
|
|
17330
17347
|
properties: {
|
|
@@ -19580,6 +19597,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
19580
19597
|
type: "object";
|
|
19581
19598
|
required: "metadata"[];
|
|
19582
19599
|
};
|
|
19600
|
+
rules: {
|
|
19601
|
+
additionalProperties: true;
|
|
19602
|
+
type: "object";
|
|
19603
|
+
};
|
|
19583
19604
|
minimumLevel: {
|
|
19584
19605
|
type: "string";
|
|
19585
19606
|
};
|
|
@@ -23799,6 +23820,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
23799
23820
|
enum: ("flexsearch" | "typesense")[];
|
|
23800
23821
|
type: "string";
|
|
23801
23822
|
};
|
|
23823
|
+
askAi: {
|
|
23824
|
+
type: "boolean";
|
|
23825
|
+
};
|
|
23802
23826
|
facets: {
|
|
23803
23827
|
items: {
|
|
23804
23828
|
properties: {
|
|
@@ -26054,6 +26078,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26054
26078
|
type: "object";
|
|
26055
26079
|
required: "metadata"[];
|
|
26056
26080
|
};
|
|
26081
|
+
rules: {
|
|
26082
|
+
additionalProperties: true;
|
|
26083
|
+
type: "object";
|
|
26084
|
+
};
|
|
26057
26085
|
minimumLevel: {
|
|
26058
26086
|
type: "string";
|
|
26059
26087
|
};
|
|
@@ -31377,6 +31405,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
31377
31405
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
31378
31406
|
readonly default: "flexsearch";
|
|
31379
31407
|
};
|
|
31408
|
+
readonly askAi: {
|
|
31409
|
+
readonly type: "boolean";
|
|
31410
|
+
};
|
|
31380
31411
|
readonly facets: {
|
|
31381
31412
|
readonly type: "array";
|
|
31382
31413
|
readonly items: {
|
|
@@ -34210,6 +34241,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
34210
34241
|
readonly minimumLevel: {
|
|
34211
34242
|
readonly type: "string";
|
|
34212
34243
|
};
|
|
34244
|
+
readonly rules: {
|
|
34245
|
+
readonly type: "object";
|
|
34246
|
+
readonly additionalProperties: true;
|
|
34247
|
+
};
|
|
34213
34248
|
readonly where: {
|
|
34214
34249
|
readonly type: "object";
|
|
34215
34250
|
readonly required: readonly ["metadata"];
|
|
@@ -34939,6 +34974,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
34939
34974
|
readonly enum: readonly ["flexsearch", "typesense"];
|
|
34940
34975
|
readonly default: "flexsearch";
|
|
34941
34976
|
};
|
|
34977
|
+
readonly askAi: {
|
|
34978
|
+
readonly type: "boolean";
|
|
34979
|
+
};
|
|
34942
34980
|
readonly facets: {
|
|
34943
34981
|
readonly type: "array";
|
|
34944
34982
|
readonly items: {
|
|
@@ -37772,6 +37810,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
37772
37810
|
readonly minimumLevel: {
|
|
37773
37811
|
readonly type: "string";
|
|
37774
37812
|
};
|
|
37813
|
+
readonly rules: {
|
|
37814
|
+
readonly type: "object";
|
|
37815
|
+
readonly additionalProperties: true;
|
|
37816
|
+
};
|
|
37775
37817
|
readonly where: {
|
|
37776
37818
|
readonly type: "object";
|
|
37777
37819
|
readonly required: readonly ["metadata"];
|