@redocly/config 0.38.0-custom.0 → 0.39.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.
@@ -3146,70 +3146,6 @@ export declare const themeConfigSchema: {
3146
3146
  };
3147
3147
  readonly additionalProperties: false;
3148
3148
  };
3149
- readonly servers: {
3150
- readonly type: "array";
3151
- readonly items: {
3152
- readonly type: "object";
3153
- readonly properties: {
3154
- readonly url: {
3155
- readonly type: "string";
3156
- };
3157
- readonly description: {
3158
- readonly type: "string";
3159
- };
3160
- readonly variables: {
3161
- readonly type: "object";
3162
- readonly additionalProperties: true;
3163
- };
3164
- };
3165
- readonly required: readonly ["url"];
3166
- };
3167
- };
3168
- readonly info: {
3169
- readonly type: "object";
3170
- readonly properties: {
3171
- readonly title: {
3172
- readonly type: "string";
3173
- };
3174
- readonly description: {
3175
- readonly type: "string";
3176
- };
3177
- readonly summary: {
3178
- readonly type: "string";
3179
- };
3180
- readonly version: {
3181
- readonly type: "string";
3182
- };
3183
- readonly termsOfService: {
3184
- readonly type: "string";
3185
- };
3186
- readonly contact: {
3187
- readonly type: "object";
3188
- readonly properties: {
3189
- readonly name: {
3190
- readonly type: "string";
3191
- };
3192
- readonly email: {
3193
- readonly type: "string";
3194
- };
3195
- readonly url: {
3196
- readonly type: "string";
3197
- };
3198
- };
3199
- };
3200
- readonly license: {
3201
- readonly type: "object";
3202
- readonly properties: {
3203
- readonly name: {
3204
- readonly type: "string";
3205
- };
3206
- readonly url: {
3207
- readonly type: "string";
3208
- };
3209
- };
3210
- };
3211
- };
3212
- };
3213
3149
  readonly sidebar: {
3214
3150
  readonly type: "object";
3215
3151
  readonly properties: {
@@ -5569,16 +5505,15 @@ export declare const themeConfigSchema: {
5569
5505
  readonly type: "object";
5570
5506
  readonly additionalProperties: true;
5571
5507
  };
5572
- readonly ignore: {
5573
- readonly type: "boolean";
5574
- };
5575
5508
  readonly where: {
5576
5509
  readonly type: "object";
5577
5510
  readonly required: readonly ["metadata"];
5578
5511
  readonly properties: {
5579
5512
  readonly metadata: {
5580
5513
  readonly type: "object";
5581
- readonly additionalProperties: {};
5514
+ readonly additionalProperties: {
5515
+ readonly type: "string";
5516
+ };
5582
5517
  };
5583
5518
  };
5584
5519
  readonly additionalProperties: false;
@@ -4424,16 +4424,15 @@ export declare const scorecardConfigSchema: {
4424
4424
  readonly type: "object";
4425
4425
  readonly additionalProperties: true;
4426
4426
  };
4427
- readonly ignore: {
4428
- readonly type: "boolean";
4429
- };
4430
4427
  readonly where: {
4431
4428
  readonly type: "object";
4432
4429
  readonly required: readonly ["metadata"];
4433
4430
  readonly properties: {
4434
4431
  readonly metadata: {
4435
4432
  readonly type: "object";
4436
- readonly additionalProperties: {};
4433
+ readonly additionalProperties: {
4434
+ readonly type: "string";
4435
+ };
4437
4436
  };
4438
4437
  };
4439
4438
  readonly additionalProperties: false;
@@ -639,12 +639,11 @@ exports.scorecardConfigSchema = {
639
639
  properties: {
640
640
  minimumLevel: { type: 'string' },
641
641
  rules: { type: 'object', additionalProperties: true },
642
- ignore: { type: 'boolean' },
643
642
  where: {
644
643
  type: 'object',
645
644
  required: ['metadata'],
646
645
  properties: {
647
- metadata: { type: 'object', additionalProperties: {} },
646
+ metadata: { type: 'object', additionalProperties: { type: 'string' } },
648
647
  },
649
648
  additionalProperties: false,
650
649
  },
@@ -134,70 +134,6 @@ export declare const graphqlConfigSchema: {
134
134
  };
135
135
  readonly additionalProperties: false;
136
136
  };
137
- readonly servers: {
138
- readonly type: "array";
139
- readonly items: {
140
- readonly type: "object";
141
- readonly properties: {
142
- readonly url: {
143
- readonly type: "string";
144
- };
145
- readonly description: {
146
- readonly type: "string";
147
- };
148
- readonly variables: {
149
- readonly type: "object";
150
- readonly additionalProperties: true;
151
- };
152
- };
153
- readonly required: readonly ["url"];
154
- };
155
- };
156
- readonly info: {
157
- readonly type: "object";
158
- readonly properties: {
159
- readonly title: {
160
- readonly type: "string";
161
- };
162
- readonly description: {
163
- readonly type: "string";
164
- };
165
- readonly summary: {
166
- readonly type: "string";
167
- };
168
- readonly version: {
169
- readonly type: "string";
170
- };
171
- readonly termsOfService: {
172
- readonly type: "string";
173
- };
174
- readonly contact: {
175
- readonly type: "object";
176
- readonly properties: {
177
- readonly name: {
178
- readonly type: "string";
179
- };
180
- readonly email: {
181
- readonly type: "string";
182
- };
183
- readonly url: {
184
- readonly type: "string";
185
- };
186
- };
187
- };
188
- readonly license: {
189
- readonly type: "object";
190
- readonly properties: {
191
- readonly name: {
192
- readonly type: "string";
193
- };
194
- readonly url: {
195
- readonly type: "string";
196
- };
197
- };
198
- };
199
- };
200
- };
201
137
  readonly sidebar: {
202
138
  readonly type: "object";
203
139
  readonly properties: {
@@ -62,70 +62,6 @@ exports.graphqlConfigSchema = {
62
62
  properties: Object.assign({}, menuGroupingConfig.properties),
63
63
  additionalProperties: false,
64
64
  },
65
- servers: {
66
- type: 'array',
67
- items: {
68
- type: 'object',
69
- properties: {
70
- url: {
71
- type: 'string',
72
- },
73
- description: {
74
- type: 'string',
75
- },
76
- variables: {
77
- type: 'object',
78
- additionalProperties: true,
79
- },
80
- },
81
- required: ['url'],
82
- },
83
- },
84
- info: {
85
- type: 'object',
86
- properties: {
87
- title: {
88
- type: 'string',
89
- },
90
- description: {
91
- type: 'string',
92
- },
93
- summary: {
94
- type: 'string',
95
- },
96
- version: {
97
- type: 'string',
98
- },
99
- termsOfService: {
100
- type: 'string',
101
- },
102
- contact: {
103
- type: 'object',
104
- properties: {
105
- name: {
106
- type: 'string',
107
- },
108
- email: {
109
- type: 'string',
110
- },
111
- url: {
112
- type: 'string',
113
- },
114
- },
115
- },
116
- license: {
117
- type: 'object',
118
- properties: {
119
- name: {
120
- type: 'string',
121
- },
122
- url: {
123
- type: 'string',
124
- },
125
- },
126
- },
127
- },
128
- },
129
65
  sidebar: {
130
66
  type: 'object',
131
67
  properties: {
@@ -4881,70 +4881,6 @@ export declare const productConfigOverrideSchema: {
4881
4881
  };
4882
4882
  readonly additionalProperties: false;
4883
4883
  };
4884
- readonly servers: {
4885
- readonly type: "array";
4886
- readonly items: {
4887
- readonly type: "object";
4888
- readonly properties: {
4889
- readonly url: {
4890
- readonly type: "string";
4891
- };
4892
- readonly description: {
4893
- readonly type: "string";
4894
- };
4895
- readonly variables: {
4896
- readonly type: "object";
4897
- readonly additionalProperties: true;
4898
- };
4899
- };
4900
- readonly required: readonly ["url"];
4901
- };
4902
- };
4903
- readonly info: {
4904
- readonly type: "object";
4905
- readonly properties: {
4906
- readonly title: {
4907
- readonly type: "string";
4908
- };
4909
- readonly description: {
4910
- readonly type: "string";
4911
- };
4912
- readonly summary: {
4913
- readonly type: "string";
4914
- };
4915
- readonly version: {
4916
- readonly type: "string";
4917
- };
4918
- readonly termsOfService: {
4919
- readonly type: "string";
4920
- };
4921
- readonly contact: {
4922
- readonly type: "object";
4923
- readonly properties: {
4924
- readonly name: {
4925
- readonly type: "string";
4926
- };
4927
- readonly email: {
4928
- readonly type: "string";
4929
- };
4930
- readonly url: {
4931
- readonly type: "string";
4932
- };
4933
- };
4934
- };
4935
- readonly license: {
4936
- readonly type: "object";
4937
- readonly properties: {
4938
- readonly name: {
4939
- readonly type: "string";
4940
- };
4941
- readonly url: {
4942
- readonly type: "string";
4943
- };
4944
- };
4945
- };
4946
- };
4947
- };
4948
4884
  readonly sidebar: {
4949
4885
  readonly type: "object";
4950
4886
  readonly properties: {
@@ -7205,70 +7141,6 @@ export declare const productConfigOverrideSchema: {
7205
7141
  };
7206
7142
  readonly additionalProperties: false;
7207
7143
  };
7208
- readonly servers: {
7209
- readonly type: "array";
7210
- readonly items: {
7211
- readonly type: "object";
7212
- readonly properties: {
7213
- readonly url: {
7214
- readonly type: "string";
7215
- };
7216
- readonly description: {
7217
- readonly type: "string";
7218
- };
7219
- readonly variables: {
7220
- readonly type: "object";
7221
- readonly additionalProperties: true;
7222
- };
7223
- };
7224
- readonly required: readonly ["url"];
7225
- };
7226
- };
7227
- readonly info: {
7228
- readonly type: "object";
7229
- readonly properties: {
7230
- readonly title: {
7231
- readonly type: "string";
7232
- };
7233
- readonly description: {
7234
- readonly type: "string";
7235
- };
7236
- readonly summary: {
7237
- readonly type: "string";
7238
- };
7239
- readonly version: {
7240
- readonly type: "string";
7241
- };
7242
- readonly termsOfService: {
7243
- readonly type: "string";
7244
- };
7245
- readonly contact: {
7246
- readonly type: "object";
7247
- readonly properties: {
7248
- readonly name: {
7249
- readonly type: "string";
7250
- };
7251
- readonly email: {
7252
- readonly type: "string";
7253
- };
7254
- readonly url: {
7255
- readonly type: "string";
7256
- };
7257
- };
7258
- };
7259
- readonly license: {
7260
- readonly type: "object";
7261
- readonly properties: {
7262
- readonly name: {
7263
- readonly type: "string";
7264
- };
7265
- readonly url: {
7266
- readonly type: "string";
7267
- };
7268
- };
7269
- };
7270
- };
7271
- };
7272
7144
  readonly sidebar: {
7273
7145
  readonly type: "object";
7274
7146
  readonly properties: {