@redocly/config 0.50.1 → 0.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/asyncapi-config-schema.d.ts +10 -27
- package/lib/common.d.ts +120 -120
- package/lib/constants/identity-provider-slug.d.ts +2 -1
- package/lib/constants/shared.d.ts +1 -0
- package/lib/default-theme-config-schema.d.ts +520 -621
- package/lib/entities-catalog-config-schema.d.ts +60 -72
- package/lib/entities-catalog-entity-file-schema.d.ts +74 -67
- package/lib/ex-theme-config-schemas.d.ts +266 -354
- package/lib/feedback-config-schema.d.ts +9 -29
- package/lib/graphql-config-schema.d.ts +11 -28
- package/lib/index.d.ts +2 -2
- package/lib/index.js +1 -1
- package/lib/product-override-schema.d.ts +4203 -4461
- package/lib/redoc-config-schema.d.ts +14 -33
- package/lib/reference-docs-config-schema.d.ts +14 -10
- package/lib/reunite-config-schema.d.ts +11 -12
- package/lib/root-config-schema.d.ts +22685 -17296
- package/lib/scorecards-config-schema.d.ts +168 -108
- package/lib/types/config-types.d.ts +2 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/json-schema-types.d.ts +69 -0
- package/lib/types/portal-shared-types.d.ts +3 -0
- package/lib-esm/asyncapi-config-schema.d.ts +10 -27
- package/lib-esm/common.d.ts +120 -120
- package/lib-esm/constants/identity-provider-slug.d.ts +2 -1
- package/lib-esm/constants/shared.d.ts +1 -0
- package/lib-esm/default-theme-config-schema.d.ts +520 -621
- package/lib-esm/entities-catalog-config-schema.d.ts +60 -72
- package/lib-esm/entities-catalog-entity-file-schema.d.ts +74 -67
- package/lib-esm/ex-theme-config-schemas.d.ts +266 -354
- package/lib-esm/feedback-config-schema.d.ts +9 -29
- package/lib-esm/graphql-config-schema.d.ts +11 -28
- package/lib-esm/index.d.ts +2 -2
- package/lib-esm/index.js +1 -1
- package/lib-esm/product-override-schema.d.ts +4203 -4461
- package/lib-esm/redoc-config-schema.d.ts +14 -33
- package/lib-esm/reference-docs-config-schema.d.ts +14 -10
- package/lib-esm/reunite-config-schema.d.ts +11 -12
- package/lib-esm/root-config-schema.d.ts +22685 -17296
- package/lib-esm/scorecards-config-schema.d.ts +168 -108
- package/lib-esm/types/config-types.d.ts +2 -1
- package/lib-esm/types/index.d.ts +1 -0
- package/lib-esm/types/json-schema-types.d.ts +69 -0
- package/lib-esm/types/portal-shared-types.d.ts +3 -0
- package/package.json +2 -2
- package/lib/remove-property-recursively.d.ts +0 -5
- package/lib-esm/remove-property-recursively.d.ts +0 -5
|
@@ -22,7 +22,7 @@ export declare const scorecardSchema: {
|
|
|
22
22
|
};
|
|
23
23
|
readonly operator: {
|
|
24
24
|
readonly type: 'string';
|
|
25
|
-
readonly enum: readonly [
|
|
25
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
26
26
|
};
|
|
27
27
|
readonly value: {
|
|
28
28
|
readonly oneOf: readonly [{
|
|
@@ -35,7 +35,7 @@ export declare const scorecardSchema: {
|
|
|
35
35
|
};
|
|
36
36
|
readonly modifier: {
|
|
37
37
|
readonly type: 'string';
|
|
38
|
-
readonly enum: readonly [
|
|
38
|
+
readonly enum: readonly ["not"];
|
|
39
39
|
};
|
|
40
40
|
readonly match: {
|
|
41
41
|
readonly type: 'array';
|
|
@@ -47,7 +47,7 @@ export declare const scorecardSchema: {
|
|
|
47
47
|
};
|
|
48
48
|
readonly operator: {
|
|
49
49
|
readonly type: 'string';
|
|
50
|
-
readonly enum: readonly [
|
|
50
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
51
51
|
};
|
|
52
52
|
readonly value: {
|
|
53
53
|
readonly oneOf: readonly [{
|
|
@@ -60,7 +60,7 @@ export declare const scorecardSchema: {
|
|
|
60
60
|
};
|
|
61
61
|
readonly modifier: {
|
|
62
62
|
readonly type: 'string';
|
|
63
|
-
readonly enum: readonly [
|
|
63
|
+
readonly enum: readonly ["not"];
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
};
|
|
@@ -71,7 +71,7 @@ export declare const scorecardSchema: {
|
|
|
71
71
|
readonly properties: {
|
|
72
72
|
readonly operator: {
|
|
73
73
|
readonly type: 'string';
|
|
74
|
-
readonly enum: readonly [
|
|
74
|
+
readonly enum: readonly ["and", "or"];
|
|
75
75
|
};
|
|
76
76
|
readonly conditions: {
|
|
77
77
|
readonly type: 'array';
|
|
@@ -84,7 +84,7 @@ export declare const scorecardSchema: {
|
|
|
84
84
|
};
|
|
85
85
|
readonly operator: {
|
|
86
86
|
readonly type: 'string';
|
|
87
|
-
readonly enum: readonly [
|
|
87
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
88
88
|
};
|
|
89
89
|
readonly value: {
|
|
90
90
|
readonly oneOf: readonly [{
|
|
@@ -97,7 +97,7 @@ export declare const scorecardSchema: {
|
|
|
97
97
|
};
|
|
98
98
|
readonly modifier: {
|
|
99
99
|
readonly type: 'string';
|
|
100
|
-
readonly enum: readonly [
|
|
100
|
+
readonly enum: readonly ["not"];
|
|
101
101
|
};
|
|
102
102
|
readonly match: {
|
|
103
103
|
readonly type: 'array';
|
|
@@ -109,7 +109,7 @@ export declare const scorecardSchema: {
|
|
|
109
109
|
};
|
|
110
110
|
readonly operator: {
|
|
111
111
|
readonly type: 'string';
|
|
112
|
-
readonly enum: readonly [
|
|
112
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
113
113
|
};
|
|
114
114
|
readonly value: {
|
|
115
115
|
readonly oneOf: readonly [{
|
|
@@ -122,7 +122,7 @@ export declare const scorecardSchema: {
|
|
|
122
122
|
};
|
|
123
123
|
readonly modifier: {
|
|
124
124
|
readonly type: 'string';
|
|
125
|
-
readonly enum: readonly [
|
|
125
|
+
readonly enum: readonly ["not"];
|
|
126
126
|
};
|
|
127
127
|
};
|
|
128
128
|
};
|
|
@@ -133,7 +133,7 @@ export declare const scorecardSchema: {
|
|
|
133
133
|
readonly properties: {
|
|
134
134
|
readonly operator: {
|
|
135
135
|
readonly type: 'string';
|
|
136
|
-
readonly enum: readonly [
|
|
136
|
+
readonly enum: readonly ["and", "or"];
|
|
137
137
|
};
|
|
138
138
|
readonly conditions: {
|
|
139
139
|
readonly type: 'array';
|
|
@@ -145,7 +145,7 @@ export declare const scorecardSchema: {
|
|
|
145
145
|
};
|
|
146
146
|
readonly operator: {
|
|
147
147
|
readonly type: 'string';
|
|
148
|
-
readonly enum: readonly [
|
|
148
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
149
149
|
};
|
|
150
150
|
readonly value: {
|
|
151
151
|
readonly oneOf: readonly [{
|
|
@@ -158,7 +158,7 @@ export declare const scorecardSchema: {
|
|
|
158
158
|
};
|
|
159
159
|
readonly modifier: {
|
|
160
160
|
readonly type: 'string';
|
|
161
|
-
readonly enum: readonly [
|
|
161
|
+
readonly enum: readonly ["not"];
|
|
162
162
|
};
|
|
163
163
|
readonly match: {
|
|
164
164
|
readonly type: 'array';
|
|
@@ -170,7 +170,7 @@ export declare const scorecardSchema: {
|
|
|
170
170
|
};
|
|
171
171
|
readonly operator: {
|
|
172
172
|
readonly type: 'string';
|
|
173
|
-
readonly enum: readonly [
|
|
173
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
174
174
|
};
|
|
175
175
|
readonly value: {
|
|
176
176
|
readonly oneOf: readonly [{
|
|
@@ -183,7 +183,7 @@ export declare const scorecardSchema: {
|
|
|
183
183
|
};
|
|
184
184
|
readonly modifier: {
|
|
185
185
|
readonly type: 'string';
|
|
186
|
-
readonly enum: readonly [
|
|
186
|
+
readonly enum: readonly ["not"];
|
|
187
187
|
};
|
|
188
188
|
};
|
|
189
189
|
};
|
|
@@ -192,13 +192,13 @@ export declare const scorecardSchema: {
|
|
|
192
192
|
};
|
|
193
193
|
};
|
|
194
194
|
};
|
|
195
|
-
readonly required: readonly [
|
|
195
|
+
readonly required: readonly ["operator", "conditions"];
|
|
196
196
|
readonly additionalProperties: false;
|
|
197
197
|
}];
|
|
198
198
|
};
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
|
-
readonly required: readonly [
|
|
201
|
+
readonly required: readonly ["operator", "conditions"];
|
|
202
202
|
readonly additionalProperties: false;
|
|
203
203
|
}];
|
|
204
204
|
};
|
|
@@ -207,7 +207,7 @@ export declare const scorecardSchema: {
|
|
|
207
207
|
readonly properties: {
|
|
208
208
|
readonly operator: {
|
|
209
209
|
readonly type: 'string';
|
|
210
|
-
readonly enum: readonly [
|
|
210
|
+
readonly enum: readonly ["and", "or"];
|
|
211
211
|
};
|
|
212
212
|
readonly conditions: {
|
|
213
213
|
readonly type: 'array';
|
|
@@ -220,7 +220,7 @@ export declare const scorecardSchema: {
|
|
|
220
220
|
};
|
|
221
221
|
readonly operator: {
|
|
222
222
|
readonly type: 'string';
|
|
223
|
-
readonly enum: readonly [
|
|
223
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
224
224
|
};
|
|
225
225
|
readonly value: {
|
|
226
226
|
readonly oneOf: readonly [{
|
|
@@ -233,7 +233,7 @@ export declare const scorecardSchema: {
|
|
|
233
233
|
};
|
|
234
234
|
readonly modifier: {
|
|
235
235
|
readonly type: 'string';
|
|
236
|
-
readonly enum: readonly [
|
|
236
|
+
readonly enum: readonly ["not"];
|
|
237
237
|
};
|
|
238
238
|
readonly match: {
|
|
239
239
|
readonly type: 'array';
|
|
@@ -245,7 +245,7 @@ export declare const scorecardSchema: {
|
|
|
245
245
|
};
|
|
246
246
|
readonly operator: {
|
|
247
247
|
readonly type: 'string';
|
|
248
|
-
readonly enum: readonly [
|
|
248
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
249
249
|
};
|
|
250
250
|
readonly value: {
|
|
251
251
|
readonly oneOf: readonly [{
|
|
@@ -258,7 +258,7 @@ export declare const scorecardSchema: {
|
|
|
258
258
|
};
|
|
259
259
|
readonly modifier: {
|
|
260
260
|
readonly type: 'string';
|
|
261
|
-
readonly enum: readonly [
|
|
261
|
+
readonly enum: readonly ["not"];
|
|
262
262
|
};
|
|
263
263
|
};
|
|
264
264
|
};
|
|
@@ -269,7 +269,7 @@ export declare const scorecardSchema: {
|
|
|
269
269
|
readonly properties: {
|
|
270
270
|
readonly operator: {
|
|
271
271
|
readonly type: 'string';
|
|
272
|
-
readonly enum: readonly [
|
|
272
|
+
readonly enum: readonly ["and", "or"];
|
|
273
273
|
};
|
|
274
274
|
readonly conditions: {
|
|
275
275
|
readonly type: 'array';
|
|
@@ -282,7 +282,7 @@ export declare const scorecardSchema: {
|
|
|
282
282
|
};
|
|
283
283
|
readonly operator: {
|
|
284
284
|
readonly type: 'string';
|
|
285
|
-
readonly enum: readonly [
|
|
285
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
286
286
|
};
|
|
287
287
|
readonly value: {
|
|
288
288
|
readonly oneOf: readonly [{
|
|
@@ -295,7 +295,7 @@ export declare const scorecardSchema: {
|
|
|
295
295
|
};
|
|
296
296
|
readonly modifier: {
|
|
297
297
|
readonly type: 'string';
|
|
298
|
-
readonly enum: readonly [
|
|
298
|
+
readonly enum: readonly ["not"];
|
|
299
299
|
};
|
|
300
300
|
readonly match: {
|
|
301
301
|
readonly type: 'array';
|
|
@@ -307,7 +307,7 @@ export declare const scorecardSchema: {
|
|
|
307
307
|
};
|
|
308
308
|
readonly operator: {
|
|
309
309
|
readonly type: 'string';
|
|
310
|
-
readonly enum: readonly [
|
|
310
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
311
311
|
};
|
|
312
312
|
readonly value: {
|
|
313
313
|
readonly oneOf: readonly [{
|
|
@@ -320,7 +320,7 @@ export declare const scorecardSchema: {
|
|
|
320
320
|
};
|
|
321
321
|
readonly modifier: {
|
|
322
322
|
readonly type: 'string';
|
|
323
|
-
readonly enum: readonly [
|
|
323
|
+
readonly enum: readonly ["not"];
|
|
324
324
|
};
|
|
325
325
|
};
|
|
326
326
|
};
|
|
@@ -331,7 +331,7 @@ export declare const scorecardSchema: {
|
|
|
331
331
|
readonly properties: {
|
|
332
332
|
readonly operator: {
|
|
333
333
|
readonly type: 'string';
|
|
334
|
-
readonly enum: readonly [
|
|
334
|
+
readonly enum: readonly ["and", "or"];
|
|
335
335
|
};
|
|
336
336
|
readonly conditions: {
|
|
337
337
|
readonly type: 'array';
|
|
@@ -343,7 +343,7 @@ export declare const scorecardSchema: {
|
|
|
343
343
|
};
|
|
344
344
|
readonly operator: {
|
|
345
345
|
readonly type: 'string';
|
|
346
|
-
readonly enum: readonly [
|
|
346
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
347
347
|
};
|
|
348
348
|
readonly value: {
|
|
349
349
|
readonly oneOf: readonly [{
|
|
@@ -356,7 +356,7 @@ export declare const scorecardSchema: {
|
|
|
356
356
|
};
|
|
357
357
|
readonly modifier: {
|
|
358
358
|
readonly type: 'string';
|
|
359
|
-
readonly enum: readonly [
|
|
359
|
+
readonly enum: readonly ["not"];
|
|
360
360
|
};
|
|
361
361
|
readonly match: {
|
|
362
362
|
readonly type: 'array';
|
|
@@ -368,7 +368,7 @@ export declare const scorecardSchema: {
|
|
|
368
368
|
};
|
|
369
369
|
readonly operator: {
|
|
370
370
|
readonly type: 'string';
|
|
371
|
-
readonly enum: readonly [
|
|
371
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
372
372
|
};
|
|
373
373
|
readonly value: {
|
|
374
374
|
readonly oneOf: readonly [{
|
|
@@ -381,7 +381,7 @@ export declare const scorecardSchema: {
|
|
|
381
381
|
};
|
|
382
382
|
readonly modifier: {
|
|
383
383
|
readonly type: 'string';
|
|
384
|
-
readonly enum: readonly [
|
|
384
|
+
readonly enum: readonly ["not"];
|
|
385
385
|
};
|
|
386
386
|
};
|
|
387
387
|
};
|
|
@@ -390,19 +390,19 @@ export declare const scorecardSchema: {
|
|
|
390
390
|
};
|
|
391
391
|
};
|
|
392
392
|
};
|
|
393
|
-
readonly required: readonly [
|
|
393
|
+
readonly required: readonly ["operator", "conditions"];
|
|
394
394
|
readonly additionalProperties: false;
|
|
395
395
|
}];
|
|
396
396
|
};
|
|
397
397
|
};
|
|
398
398
|
};
|
|
399
|
-
readonly required: readonly [
|
|
399
|
+
readonly required: readonly ["operator", "conditions"];
|
|
400
400
|
readonly additionalProperties: false;
|
|
401
401
|
}];
|
|
402
402
|
};
|
|
403
403
|
};
|
|
404
404
|
};
|
|
405
|
-
readonly required: readonly [
|
|
405
|
+
readonly required: readonly ["operator", "conditions"];
|
|
406
406
|
readonly additionalProperties: false;
|
|
407
407
|
}];
|
|
408
408
|
};
|
|
@@ -433,11 +433,10 @@ export declare const scorecardSchema: {
|
|
|
433
433
|
readonly properties: {
|
|
434
434
|
readonly severity: {
|
|
435
435
|
readonly type: 'string';
|
|
436
|
-
readonly enum: readonly [
|
|
436
|
+
readonly enum: readonly ["error", "warn", "off"];
|
|
437
437
|
};
|
|
438
438
|
readonly weight: {
|
|
439
439
|
readonly type: 'number';
|
|
440
|
-
readonly default: 1;
|
|
441
440
|
};
|
|
442
441
|
};
|
|
443
442
|
readonly additionalProperties: true;
|
|
@@ -452,18 +451,18 @@ export declare const scorecardSchema: {
|
|
|
452
451
|
readonly properties: {
|
|
453
452
|
readonly type: {
|
|
454
453
|
readonly type: 'string';
|
|
455
|
-
readonly enum: readonly [
|
|
454
|
+
readonly enum: readonly ["Entity", "EntityMetadata", "EntityRelations", "EntityRelation"];
|
|
456
455
|
};
|
|
457
456
|
readonly property: {
|
|
458
457
|
readonly type: 'string';
|
|
459
458
|
};
|
|
460
459
|
};
|
|
461
|
-
readonly required: readonly [
|
|
460
|
+
readonly required: readonly ["type", "property"];
|
|
462
461
|
readonly additionalProperties: false;
|
|
463
462
|
};
|
|
464
463
|
readonly severity: {
|
|
465
464
|
readonly type: 'string';
|
|
466
|
-
readonly enum: readonly [
|
|
465
|
+
readonly enum: readonly ["error", "warn", "off"];
|
|
467
466
|
};
|
|
468
467
|
readonly message: {
|
|
469
468
|
readonly type: 'string';
|
|
@@ -477,7 +476,15 @@ export declare const scorecardSchema: {
|
|
|
477
476
|
readonly nonEmpty: {
|
|
478
477
|
readonly type: 'boolean';
|
|
479
478
|
};
|
|
480
|
-
readonly eq: {
|
|
479
|
+
readonly eq: {
|
|
480
|
+
readonly oneOf: readonly [{
|
|
481
|
+
readonly type: 'boolean';
|
|
482
|
+
}, {
|
|
483
|
+
readonly type: 'string';
|
|
484
|
+
}, {
|
|
485
|
+
readonly type: 'number';
|
|
486
|
+
}];
|
|
487
|
+
};
|
|
481
488
|
readonly gt: {
|
|
482
489
|
readonly type: 'number';
|
|
483
490
|
};
|
|
@@ -490,7 +497,15 @@ export declare const scorecardSchema: {
|
|
|
490
497
|
readonly lte: {
|
|
491
498
|
readonly type: 'number';
|
|
492
499
|
};
|
|
493
|
-
readonly const: {
|
|
500
|
+
readonly const: {
|
|
501
|
+
readonly oneOf: readonly [{
|
|
502
|
+
readonly type: 'boolean';
|
|
503
|
+
}, {
|
|
504
|
+
readonly type: 'string';
|
|
505
|
+
}, {
|
|
506
|
+
readonly type: 'number';
|
|
507
|
+
}];
|
|
508
|
+
};
|
|
494
509
|
};
|
|
495
510
|
readonly additionalProperties: false;
|
|
496
511
|
};
|
|
@@ -504,13 +519,13 @@ export declare const scorecardSchema: {
|
|
|
504
519
|
readonly properties: {
|
|
505
520
|
readonly type: {
|
|
506
521
|
readonly type: 'string';
|
|
507
|
-
readonly enum: readonly [
|
|
522
|
+
readonly enum: readonly ["Entity", "EntityMetadata", "EntityRelations", "EntityRelation"];
|
|
508
523
|
};
|
|
509
524
|
readonly property: {
|
|
510
525
|
readonly type: 'string';
|
|
511
526
|
};
|
|
512
527
|
};
|
|
513
|
-
readonly required: readonly [
|
|
528
|
+
readonly required: readonly ["type", "property"];
|
|
514
529
|
readonly additionalProperties: false;
|
|
515
530
|
};
|
|
516
531
|
readonly assertions: {
|
|
@@ -522,7 +537,15 @@ export declare const scorecardSchema: {
|
|
|
522
537
|
readonly nonEmpty: {
|
|
523
538
|
readonly type: 'boolean';
|
|
524
539
|
};
|
|
525
|
-
readonly eq: {
|
|
540
|
+
readonly eq: {
|
|
541
|
+
readonly oneOf: readonly [{
|
|
542
|
+
readonly type: 'boolean';
|
|
543
|
+
}, {
|
|
544
|
+
readonly type: 'string';
|
|
545
|
+
}, {
|
|
546
|
+
readonly type: 'number';
|
|
547
|
+
}];
|
|
548
|
+
};
|
|
526
549
|
readonly gt: {
|
|
527
550
|
readonly type: 'number';
|
|
528
551
|
};
|
|
@@ -535,27 +558,34 @@ export declare const scorecardSchema: {
|
|
|
535
558
|
readonly lte: {
|
|
536
559
|
readonly type: 'number';
|
|
537
560
|
};
|
|
538
|
-
readonly const: {
|
|
561
|
+
readonly const: {
|
|
562
|
+
readonly oneOf: readonly [{
|
|
563
|
+
readonly type: 'boolean';
|
|
564
|
+
}, {
|
|
565
|
+
readonly type: 'string';
|
|
566
|
+
}, {
|
|
567
|
+
readonly type: 'number';
|
|
568
|
+
}];
|
|
569
|
+
};
|
|
539
570
|
};
|
|
540
571
|
readonly additionalProperties: false;
|
|
541
572
|
};
|
|
542
573
|
};
|
|
543
|
-
readonly required: readonly [
|
|
574
|
+
readonly required: readonly ["subject", "assertions"];
|
|
544
575
|
readonly additionalProperties: false;
|
|
545
576
|
};
|
|
546
577
|
};
|
|
547
578
|
readonly weight: {
|
|
548
579
|
readonly type: 'number';
|
|
549
|
-
readonly default: 1;
|
|
550
580
|
};
|
|
551
581
|
};
|
|
552
|
-
readonly required: readonly [
|
|
582
|
+
readonly required: readonly ["subject", "assertions"];
|
|
553
583
|
readonly additionalProperties: false;
|
|
554
584
|
}];
|
|
555
585
|
};
|
|
556
586
|
};
|
|
557
587
|
};
|
|
558
|
-
readonly required: readonly [
|
|
588
|
+
readonly required: readonly ["name"];
|
|
559
589
|
readonly additionalProperties: false;
|
|
560
590
|
};
|
|
561
591
|
readonly minItems: 1;
|
|
@@ -566,10 +596,10 @@ export declare const scorecardSchema: {
|
|
|
566
596
|
readonly properties: {
|
|
567
597
|
readonly event: {
|
|
568
598
|
readonly type: 'string';
|
|
569
|
-
readonly enum: readonly [
|
|
599
|
+
readonly enum: readonly ["runtime", "manual"];
|
|
570
600
|
};
|
|
571
601
|
};
|
|
572
|
-
readonly required: readonly [
|
|
602
|
+
readonly required: readonly ["event"];
|
|
573
603
|
readonly additionalProperties: false;
|
|
574
604
|
}, {
|
|
575
605
|
readonly type: 'array';
|
|
@@ -578,16 +608,16 @@ export declare const scorecardSchema: {
|
|
|
578
608
|
readonly properties: {
|
|
579
609
|
readonly event: {
|
|
580
610
|
readonly type: 'string';
|
|
581
|
-
readonly enum: readonly [
|
|
611
|
+
readonly enum: readonly ["runtime", "manual"];
|
|
582
612
|
};
|
|
583
613
|
};
|
|
584
|
-
readonly required: readonly [
|
|
614
|
+
readonly required: readonly ["event"];
|
|
585
615
|
readonly additionalProperties: false;
|
|
586
616
|
};
|
|
587
617
|
}];
|
|
588
618
|
};
|
|
589
619
|
};
|
|
590
|
-
readonly required: readonly [
|
|
620
|
+
readonly required: readonly ["name", "key", "entities", "levels"];
|
|
591
621
|
readonly additionalProperties: false;
|
|
592
622
|
};
|
|
593
623
|
export declare const scorecardsConfigSchema: {
|
|
@@ -616,7 +646,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
616
646
|
};
|
|
617
647
|
readonly operator: {
|
|
618
648
|
readonly type: 'string';
|
|
619
|
-
readonly enum: readonly [
|
|
649
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
620
650
|
};
|
|
621
651
|
readonly value: {
|
|
622
652
|
readonly oneOf: readonly [{
|
|
@@ -629,7 +659,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
629
659
|
};
|
|
630
660
|
readonly modifier: {
|
|
631
661
|
readonly type: 'string';
|
|
632
|
-
readonly enum: readonly [
|
|
662
|
+
readonly enum: readonly ["not"];
|
|
633
663
|
};
|
|
634
664
|
readonly match: {
|
|
635
665
|
readonly type: 'array';
|
|
@@ -641,7 +671,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
641
671
|
};
|
|
642
672
|
readonly operator: {
|
|
643
673
|
readonly type: 'string';
|
|
644
|
-
readonly enum: readonly [
|
|
674
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
645
675
|
};
|
|
646
676
|
readonly value: {
|
|
647
677
|
readonly oneOf: readonly [{
|
|
@@ -654,7 +684,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
654
684
|
};
|
|
655
685
|
readonly modifier: {
|
|
656
686
|
readonly type: 'string';
|
|
657
|
-
readonly enum: readonly [
|
|
687
|
+
readonly enum: readonly ["not"];
|
|
658
688
|
};
|
|
659
689
|
};
|
|
660
690
|
};
|
|
@@ -665,7 +695,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
665
695
|
readonly properties: {
|
|
666
696
|
readonly operator: {
|
|
667
697
|
readonly type: 'string';
|
|
668
|
-
readonly enum: readonly [
|
|
698
|
+
readonly enum: readonly ["and", "or"];
|
|
669
699
|
};
|
|
670
700
|
readonly conditions: {
|
|
671
701
|
readonly type: 'array';
|
|
@@ -678,7 +708,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
678
708
|
};
|
|
679
709
|
readonly operator: {
|
|
680
710
|
readonly type: 'string';
|
|
681
|
-
readonly enum: readonly [
|
|
711
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
682
712
|
};
|
|
683
713
|
readonly value: {
|
|
684
714
|
readonly oneOf: readonly [{
|
|
@@ -691,7 +721,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
691
721
|
};
|
|
692
722
|
readonly modifier: {
|
|
693
723
|
readonly type: 'string';
|
|
694
|
-
readonly enum: readonly [
|
|
724
|
+
readonly enum: readonly ["not"];
|
|
695
725
|
};
|
|
696
726
|
readonly match: {
|
|
697
727
|
readonly type: 'array';
|
|
@@ -703,7 +733,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
703
733
|
};
|
|
704
734
|
readonly operator: {
|
|
705
735
|
readonly type: 'string';
|
|
706
|
-
readonly enum: readonly [
|
|
736
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
707
737
|
};
|
|
708
738
|
readonly value: {
|
|
709
739
|
readonly oneOf: readonly [{
|
|
@@ -716,7 +746,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
716
746
|
};
|
|
717
747
|
readonly modifier: {
|
|
718
748
|
readonly type: 'string';
|
|
719
|
-
readonly enum: readonly [
|
|
749
|
+
readonly enum: readonly ["not"];
|
|
720
750
|
};
|
|
721
751
|
};
|
|
722
752
|
};
|
|
@@ -727,7 +757,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
727
757
|
readonly properties: {
|
|
728
758
|
readonly operator: {
|
|
729
759
|
readonly type: 'string';
|
|
730
|
-
readonly enum: readonly [
|
|
760
|
+
readonly enum: readonly ["and", "or"];
|
|
731
761
|
};
|
|
732
762
|
readonly conditions: {
|
|
733
763
|
readonly type: 'array';
|
|
@@ -739,7 +769,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
739
769
|
};
|
|
740
770
|
readonly operator: {
|
|
741
771
|
readonly type: 'string';
|
|
742
|
-
readonly enum: readonly [
|
|
772
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
743
773
|
};
|
|
744
774
|
readonly value: {
|
|
745
775
|
readonly oneOf: readonly [{
|
|
@@ -752,7 +782,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
752
782
|
};
|
|
753
783
|
readonly modifier: {
|
|
754
784
|
readonly type: 'string';
|
|
755
|
-
readonly enum: readonly [
|
|
785
|
+
readonly enum: readonly ["not"];
|
|
756
786
|
};
|
|
757
787
|
readonly match: {
|
|
758
788
|
readonly type: 'array';
|
|
@@ -764,7 +794,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
764
794
|
};
|
|
765
795
|
readonly operator: {
|
|
766
796
|
readonly type: 'string';
|
|
767
|
-
readonly enum: readonly [
|
|
797
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
768
798
|
};
|
|
769
799
|
readonly value: {
|
|
770
800
|
readonly oneOf: readonly [{
|
|
@@ -777,7 +807,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
777
807
|
};
|
|
778
808
|
readonly modifier: {
|
|
779
809
|
readonly type: 'string';
|
|
780
|
-
readonly enum: readonly [
|
|
810
|
+
readonly enum: readonly ["not"];
|
|
781
811
|
};
|
|
782
812
|
};
|
|
783
813
|
};
|
|
@@ -786,13 +816,13 @@ export declare const scorecardsConfigSchema: {
|
|
|
786
816
|
};
|
|
787
817
|
};
|
|
788
818
|
};
|
|
789
|
-
readonly required: readonly [
|
|
819
|
+
readonly required: readonly ["operator", "conditions"];
|
|
790
820
|
readonly additionalProperties: false;
|
|
791
821
|
}];
|
|
792
822
|
};
|
|
793
823
|
};
|
|
794
824
|
};
|
|
795
|
-
readonly required: readonly [
|
|
825
|
+
readonly required: readonly ["operator", "conditions"];
|
|
796
826
|
readonly additionalProperties: false;
|
|
797
827
|
}];
|
|
798
828
|
};
|
|
@@ -801,7 +831,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
801
831
|
readonly properties: {
|
|
802
832
|
readonly operator: {
|
|
803
833
|
readonly type: 'string';
|
|
804
|
-
readonly enum: readonly [
|
|
834
|
+
readonly enum: readonly ["and", "or"];
|
|
805
835
|
};
|
|
806
836
|
readonly conditions: {
|
|
807
837
|
readonly type: 'array';
|
|
@@ -814,7 +844,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
814
844
|
};
|
|
815
845
|
readonly operator: {
|
|
816
846
|
readonly type: 'string';
|
|
817
|
-
readonly enum: readonly [
|
|
847
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
818
848
|
};
|
|
819
849
|
readonly value: {
|
|
820
850
|
readonly oneOf: readonly [{
|
|
@@ -827,7 +857,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
827
857
|
};
|
|
828
858
|
readonly modifier: {
|
|
829
859
|
readonly type: 'string';
|
|
830
|
-
readonly enum: readonly [
|
|
860
|
+
readonly enum: readonly ["not"];
|
|
831
861
|
};
|
|
832
862
|
readonly match: {
|
|
833
863
|
readonly type: 'array';
|
|
@@ -839,7 +869,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
839
869
|
};
|
|
840
870
|
readonly operator: {
|
|
841
871
|
readonly type: 'string';
|
|
842
|
-
readonly enum: readonly [
|
|
872
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
843
873
|
};
|
|
844
874
|
readonly value: {
|
|
845
875
|
readonly oneOf: readonly [{
|
|
@@ -852,7 +882,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
852
882
|
};
|
|
853
883
|
readonly modifier: {
|
|
854
884
|
readonly type: 'string';
|
|
855
|
-
readonly enum: readonly [
|
|
885
|
+
readonly enum: readonly ["not"];
|
|
856
886
|
};
|
|
857
887
|
};
|
|
858
888
|
};
|
|
@@ -863,7 +893,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
863
893
|
readonly properties: {
|
|
864
894
|
readonly operator: {
|
|
865
895
|
readonly type: 'string';
|
|
866
|
-
readonly enum: readonly [
|
|
896
|
+
readonly enum: readonly ["and", "or"];
|
|
867
897
|
};
|
|
868
898
|
readonly conditions: {
|
|
869
899
|
readonly type: 'array';
|
|
@@ -876,7 +906,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
876
906
|
};
|
|
877
907
|
readonly operator: {
|
|
878
908
|
readonly type: 'string';
|
|
879
|
-
readonly enum: readonly [
|
|
909
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
880
910
|
};
|
|
881
911
|
readonly value: {
|
|
882
912
|
readonly oneOf: readonly [{
|
|
@@ -889,7 +919,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
889
919
|
};
|
|
890
920
|
readonly modifier: {
|
|
891
921
|
readonly type: 'string';
|
|
892
|
-
readonly enum: readonly [
|
|
922
|
+
readonly enum: readonly ["not"];
|
|
893
923
|
};
|
|
894
924
|
readonly match: {
|
|
895
925
|
readonly type: 'array';
|
|
@@ -901,7 +931,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
901
931
|
};
|
|
902
932
|
readonly operator: {
|
|
903
933
|
readonly type: 'string';
|
|
904
|
-
readonly enum: readonly [
|
|
934
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
905
935
|
};
|
|
906
936
|
readonly value: {
|
|
907
937
|
readonly oneOf: readonly [{
|
|
@@ -914,7 +944,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
914
944
|
};
|
|
915
945
|
readonly modifier: {
|
|
916
946
|
readonly type: 'string';
|
|
917
|
-
readonly enum: readonly [
|
|
947
|
+
readonly enum: readonly ["not"];
|
|
918
948
|
};
|
|
919
949
|
};
|
|
920
950
|
};
|
|
@@ -925,7 +955,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
925
955
|
readonly properties: {
|
|
926
956
|
readonly operator: {
|
|
927
957
|
readonly type: 'string';
|
|
928
|
-
readonly enum: readonly [
|
|
958
|
+
readonly enum: readonly ["and", "or"];
|
|
929
959
|
};
|
|
930
960
|
readonly conditions: {
|
|
931
961
|
readonly type: 'array';
|
|
@@ -937,7 +967,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
937
967
|
};
|
|
938
968
|
readonly operator: {
|
|
939
969
|
readonly type: 'string';
|
|
940
|
-
readonly enum: readonly [
|
|
970
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
941
971
|
};
|
|
942
972
|
readonly value: {
|
|
943
973
|
readonly oneOf: readonly [{
|
|
@@ -950,7 +980,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
950
980
|
};
|
|
951
981
|
readonly modifier: {
|
|
952
982
|
readonly type: 'string';
|
|
953
|
-
readonly enum: readonly [
|
|
983
|
+
readonly enum: readonly ["not"];
|
|
954
984
|
};
|
|
955
985
|
readonly match: {
|
|
956
986
|
readonly type: 'array';
|
|
@@ -962,7 +992,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
962
992
|
};
|
|
963
993
|
readonly operator: {
|
|
964
994
|
readonly type: 'string';
|
|
965
|
-
readonly enum: readonly [
|
|
995
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
966
996
|
};
|
|
967
997
|
readonly value: {
|
|
968
998
|
readonly oneOf: readonly [{
|
|
@@ -975,7 +1005,7 @@ export declare const scorecardsConfigSchema: {
|
|
|
975
1005
|
};
|
|
976
1006
|
readonly modifier: {
|
|
977
1007
|
readonly type: 'string';
|
|
978
|
-
readonly enum: readonly [
|
|
1008
|
+
readonly enum: readonly ["not"];
|
|
979
1009
|
};
|
|
980
1010
|
};
|
|
981
1011
|
};
|
|
@@ -984,19 +1014,19 @@ export declare const scorecardsConfigSchema: {
|
|
|
984
1014
|
};
|
|
985
1015
|
};
|
|
986
1016
|
};
|
|
987
|
-
readonly required: readonly [
|
|
1017
|
+
readonly required: readonly ["operator", "conditions"];
|
|
988
1018
|
readonly additionalProperties: false;
|
|
989
1019
|
}];
|
|
990
1020
|
};
|
|
991
1021
|
};
|
|
992
1022
|
};
|
|
993
|
-
readonly required: readonly [
|
|
1023
|
+
readonly required: readonly ["operator", "conditions"];
|
|
994
1024
|
readonly additionalProperties: false;
|
|
995
1025
|
}];
|
|
996
1026
|
};
|
|
997
1027
|
};
|
|
998
1028
|
};
|
|
999
|
-
readonly required: readonly [
|
|
1029
|
+
readonly required: readonly ["operator", "conditions"];
|
|
1000
1030
|
readonly additionalProperties: false;
|
|
1001
1031
|
}];
|
|
1002
1032
|
};
|
|
@@ -1027,11 +1057,10 @@ export declare const scorecardsConfigSchema: {
|
|
|
1027
1057
|
readonly properties: {
|
|
1028
1058
|
readonly severity: {
|
|
1029
1059
|
readonly type: 'string';
|
|
1030
|
-
readonly enum: readonly [
|
|
1060
|
+
readonly enum: readonly ["error", "warn", "off"];
|
|
1031
1061
|
};
|
|
1032
1062
|
readonly weight: {
|
|
1033
1063
|
readonly type: 'number';
|
|
1034
|
-
readonly default: 1;
|
|
1035
1064
|
};
|
|
1036
1065
|
};
|
|
1037
1066
|
readonly additionalProperties: true;
|
|
@@ -1046,18 +1075,18 @@ export declare const scorecardsConfigSchema: {
|
|
|
1046
1075
|
readonly properties: {
|
|
1047
1076
|
readonly type: {
|
|
1048
1077
|
readonly type: 'string';
|
|
1049
|
-
readonly enum: readonly [
|
|
1078
|
+
readonly enum: readonly ["Entity", "EntityMetadata", "EntityRelations", "EntityRelation"];
|
|
1050
1079
|
};
|
|
1051
1080
|
readonly property: {
|
|
1052
1081
|
readonly type: 'string';
|
|
1053
1082
|
};
|
|
1054
1083
|
};
|
|
1055
|
-
readonly required: readonly [
|
|
1084
|
+
readonly required: readonly ["type", "property"];
|
|
1056
1085
|
readonly additionalProperties: false;
|
|
1057
1086
|
};
|
|
1058
1087
|
readonly severity: {
|
|
1059
1088
|
readonly type: 'string';
|
|
1060
|
-
readonly enum: readonly [
|
|
1089
|
+
readonly enum: readonly ["error", "warn", "off"];
|
|
1061
1090
|
};
|
|
1062
1091
|
readonly message: {
|
|
1063
1092
|
readonly type: 'string';
|
|
@@ -1071,7 +1100,15 @@ export declare const scorecardsConfigSchema: {
|
|
|
1071
1100
|
readonly nonEmpty: {
|
|
1072
1101
|
readonly type: 'boolean';
|
|
1073
1102
|
};
|
|
1074
|
-
readonly eq: {
|
|
1103
|
+
readonly eq: {
|
|
1104
|
+
readonly oneOf: readonly [{
|
|
1105
|
+
readonly type: 'boolean';
|
|
1106
|
+
}, {
|
|
1107
|
+
readonly type: 'string';
|
|
1108
|
+
}, {
|
|
1109
|
+
readonly type: 'number';
|
|
1110
|
+
}];
|
|
1111
|
+
};
|
|
1075
1112
|
readonly gt: {
|
|
1076
1113
|
readonly type: 'number';
|
|
1077
1114
|
};
|
|
@@ -1084,7 +1121,15 @@ export declare const scorecardsConfigSchema: {
|
|
|
1084
1121
|
readonly lte: {
|
|
1085
1122
|
readonly type: 'number';
|
|
1086
1123
|
};
|
|
1087
|
-
readonly const: {
|
|
1124
|
+
readonly const: {
|
|
1125
|
+
readonly oneOf: readonly [{
|
|
1126
|
+
readonly type: 'boolean';
|
|
1127
|
+
}, {
|
|
1128
|
+
readonly type: 'string';
|
|
1129
|
+
}, {
|
|
1130
|
+
readonly type: 'number';
|
|
1131
|
+
}];
|
|
1132
|
+
};
|
|
1088
1133
|
};
|
|
1089
1134
|
readonly additionalProperties: false;
|
|
1090
1135
|
};
|
|
@@ -1098,13 +1143,13 @@ export declare const scorecardsConfigSchema: {
|
|
|
1098
1143
|
readonly properties: {
|
|
1099
1144
|
readonly type: {
|
|
1100
1145
|
readonly type: 'string';
|
|
1101
|
-
readonly enum: readonly [
|
|
1146
|
+
readonly enum: readonly ["Entity", "EntityMetadata", "EntityRelations", "EntityRelation"];
|
|
1102
1147
|
};
|
|
1103
1148
|
readonly property: {
|
|
1104
1149
|
readonly type: 'string';
|
|
1105
1150
|
};
|
|
1106
1151
|
};
|
|
1107
|
-
readonly required: readonly [
|
|
1152
|
+
readonly required: readonly ["type", "property"];
|
|
1108
1153
|
readonly additionalProperties: false;
|
|
1109
1154
|
};
|
|
1110
1155
|
readonly assertions: {
|
|
@@ -1116,7 +1161,15 @@ export declare const scorecardsConfigSchema: {
|
|
|
1116
1161
|
readonly nonEmpty: {
|
|
1117
1162
|
readonly type: 'boolean';
|
|
1118
1163
|
};
|
|
1119
|
-
readonly eq: {
|
|
1164
|
+
readonly eq: {
|
|
1165
|
+
readonly oneOf: readonly [{
|
|
1166
|
+
readonly type: 'boolean';
|
|
1167
|
+
}, {
|
|
1168
|
+
readonly type: 'string';
|
|
1169
|
+
}, {
|
|
1170
|
+
readonly type: 'number';
|
|
1171
|
+
}];
|
|
1172
|
+
};
|
|
1120
1173
|
readonly gt: {
|
|
1121
1174
|
readonly type: 'number';
|
|
1122
1175
|
};
|
|
@@ -1129,27 +1182,34 @@ export declare const scorecardsConfigSchema: {
|
|
|
1129
1182
|
readonly lte: {
|
|
1130
1183
|
readonly type: 'number';
|
|
1131
1184
|
};
|
|
1132
|
-
readonly const: {
|
|
1185
|
+
readonly const: {
|
|
1186
|
+
readonly oneOf: readonly [{
|
|
1187
|
+
readonly type: 'boolean';
|
|
1188
|
+
}, {
|
|
1189
|
+
readonly type: 'string';
|
|
1190
|
+
}, {
|
|
1191
|
+
readonly type: 'number';
|
|
1192
|
+
}];
|
|
1193
|
+
};
|
|
1133
1194
|
};
|
|
1134
1195
|
readonly additionalProperties: false;
|
|
1135
1196
|
};
|
|
1136
1197
|
};
|
|
1137
|
-
readonly required: readonly [
|
|
1198
|
+
readonly required: readonly ["subject", "assertions"];
|
|
1138
1199
|
readonly additionalProperties: false;
|
|
1139
1200
|
};
|
|
1140
1201
|
};
|
|
1141
1202
|
readonly weight: {
|
|
1142
1203
|
readonly type: 'number';
|
|
1143
|
-
readonly default: 1;
|
|
1144
1204
|
};
|
|
1145
1205
|
};
|
|
1146
|
-
readonly required: readonly [
|
|
1206
|
+
readonly required: readonly ["subject", "assertions"];
|
|
1147
1207
|
readonly additionalProperties: false;
|
|
1148
1208
|
}];
|
|
1149
1209
|
};
|
|
1150
1210
|
};
|
|
1151
1211
|
};
|
|
1152
|
-
readonly required: readonly [
|
|
1212
|
+
readonly required: readonly ["name"];
|
|
1153
1213
|
readonly additionalProperties: false;
|
|
1154
1214
|
};
|
|
1155
1215
|
readonly minItems: 1;
|
|
@@ -1160,10 +1220,10 @@ export declare const scorecardsConfigSchema: {
|
|
|
1160
1220
|
readonly properties: {
|
|
1161
1221
|
readonly event: {
|
|
1162
1222
|
readonly type: 'string';
|
|
1163
|
-
readonly enum: readonly [
|
|
1223
|
+
readonly enum: readonly ["runtime", "manual"];
|
|
1164
1224
|
};
|
|
1165
1225
|
};
|
|
1166
|
-
readonly required: readonly [
|
|
1226
|
+
readonly required: readonly ["event"];
|
|
1167
1227
|
readonly additionalProperties: false;
|
|
1168
1228
|
}, {
|
|
1169
1229
|
readonly type: 'array';
|
|
@@ -1172,16 +1232,16 @@ export declare const scorecardsConfigSchema: {
|
|
|
1172
1232
|
readonly properties: {
|
|
1173
1233
|
readonly event: {
|
|
1174
1234
|
readonly type: 'string';
|
|
1175
|
-
readonly enum: readonly [
|
|
1235
|
+
readonly enum: readonly ["runtime", "manual"];
|
|
1176
1236
|
};
|
|
1177
1237
|
};
|
|
1178
|
-
readonly required: readonly [
|
|
1238
|
+
readonly required: readonly ["event"];
|
|
1179
1239
|
readonly additionalProperties: false;
|
|
1180
1240
|
};
|
|
1181
1241
|
}];
|
|
1182
1242
|
};
|
|
1183
1243
|
};
|
|
1184
|
-
readonly required: readonly [
|
|
1244
|
+
readonly required: readonly ["name", "key", "entities", "levels"];
|
|
1185
1245
|
readonly additionalProperties: false;
|
|
1186
1246
|
};
|
|
1187
1247
|
};
|