@redocly/config 0.43.0 → 0.44.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.
- package/lib/asyncapi-config-schema.d.ts +300 -0
- package/lib/asyncapi-config-schema.js +53 -0
- package/lib/common.d.ts +241 -22
- package/lib/common.js +50 -37
- package/lib/constants/config.d.ts +12 -0
- package/lib/constants/config.js +17 -0
- package/lib/constants/entities.d.ts +45 -0
- package/lib/constants/entities.js +58 -0
- package/lib/constants/enum.d.ts +1 -0
- package/lib/constants/enum.js +6 -0
- package/lib/constants/shared.d.ts +15 -0
- package/lib/constants/shared.js +22 -0
- package/lib/default-theme-config-schema.d.ts +3205 -2762
- package/lib/default-theme-config-schema.js +3 -1
- package/lib/entities-catalog-entity-file-schema.js +22 -22
- package/lib/ex-theme-config-schemas.d.ts +1903 -26
- package/lib/ex-theme-config-schemas.js +25 -3
- package/lib/index.d.ts +3 -1
- package/lib/index.js +13 -10
- package/lib/product-override-schema.d.ts +73 -20
- package/lib/remove-property-recursively.d.ts +1 -1
- package/lib/remove-property-recursively.js +7 -4
- package/lib/root-config-schema.d.ts +3715 -1713
- package/lib/root-config-schema.js +18 -11
- package/lib/scorecards-config-schema.d.ts +6 -0
- package/lib/scorecards-config-schema.js +2 -4
- package/lib/types/asyncapi-types.d.ts +14 -0
- package/lib/types/asyncapi-types.js +3 -0
- package/lib/types/config-types.d.ts +2 -0
- package/lib/types/portal-shared-types.d.ts +1 -1
- package/lib-esm/asyncapi-config-schema.d.ts +300 -0
- package/lib-esm/asyncapi-config-schema.js +50 -0
- package/lib-esm/common.d.ts +241 -22
- package/lib-esm/common.js +29 -16
- package/lib-esm/constants/config.d.ts +12 -0
- package/lib-esm/constants/config.js +14 -0
- package/lib-esm/constants/entities.d.ts +45 -0
- package/lib-esm/constants/entities.js +55 -0
- package/lib-esm/constants/enum.d.ts +1 -0
- package/lib-esm/constants/enum.js +2 -0
- package/lib-esm/constants/shared.d.ts +15 -0
- package/lib-esm/constants/shared.js +19 -0
- package/lib-esm/default-theme-config-schema.d.ts +3205 -2762
- package/lib-esm/default-theme-config-schema.js +3 -1
- package/lib-esm/entities-catalog-entity-file-schema.js +21 -21
- package/lib-esm/ex-theme-config-schemas.d.ts +1903 -26
- package/lib-esm/ex-theme-config-schemas.js +25 -3
- package/lib-esm/index.d.ts +3 -1
- package/lib-esm/index.js +3 -1
- package/lib-esm/product-override-schema.d.ts +73 -20
- package/lib-esm/remove-property-recursively.d.ts +1 -1
- package/lib-esm/remove-property-recursively.js +7 -4
- package/lib-esm/root-config-schema.d.ts +3715 -1713
- package/lib-esm/root-config-schema.js +14 -7
- package/lib-esm/scorecards-config-schema.d.ts +6 -0
- package/lib-esm/scorecards-config-schema.js +2 -4
- package/lib-esm/types/asyncapi-types.d.ts +14 -0
- package/lib-esm/types/asyncapi-types.js +2 -0
- package/lib-esm/types/config-types.d.ts +2 -0
- package/lib-esm/types/portal-shared-types.d.ts +1 -1
- package/package.json +2 -2
- package/lib/constants.d.ts +0 -38
- package/lib/constants.js +0 -73
- package/lib-esm/constants.d.ts +0 -38
- package/lib-esm/constants.js +0 -70
|
@@ -3043,6 +3043,1813 @@ export declare const openapiConfigSchema: {
|
|
|
3043
3043
|
readonly type: "object";
|
|
3044
3044
|
readonly additionalProperties: false;
|
|
3045
3045
|
};
|
|
3046
|
+
export declare const asyncapiConfigSchema: {
|
|
3047
|
+
readonly properties: {
|
|
3048
|
+
readonly theme: {
|
|
3049
|
+
readonly type: "object";
|
|
3050
|
+
readonly properties: {
|
|
3051
|
+
readonly breakpoints: {
|
|
3052
|
+
readonly type: "object";
|
|
3053
|
+
readonly properties: {
|
|
3054
|
+
readonly small: {
|
|
3055
|
+
readonly type: "string";
|
|
3056
|
+
};
|
|
3057
|
+
readonly medium: {
|
|
3058
|
+
readonly type: "string";
|
|
3059
|
+
};
|
|
3060
|
+
readonly large: {
|
|
3061
|
+
readonly type: "string";
|
|
3062
|
+
};
|
|
3063
|
+
};
|
|
3064
|
+
};
|
|
3065
|
+
readonly codeBlock: {
|
|
3066
|
+
readonly type: "object";
|
|
3067
|
+
readonly properties: {
|
|
3068
|
+
readonly backgroundColor: {
|
|
3069
|
+
readonly type: "string";
|
|
3070
|
+
};
|
|
3071
|
+
readonly borderRadius: {
|
|
3072
|
+
readonly type: "string";
|
|
3073
|
+
};
|
|
3074
|
+
readonly tokens: {
|
|
3075
|
+
readonly type: "object";
|
|
3076
|
+
readonly properties: {
|
|
3077
|
+
readonly fontFamily: {
|
|
3078
|
+
readonly type: "string";
|
|
3079
|
+
};
|
|
3080
|
+
readonly fontSize: {
|
|
3081
|
+
readonly type: "string";
|
|
3082
|
+
};
|
|
3083
|
+
readonly fontWeight: {
|
|
3084
|
+
readonly type: "string";
|
|
3085
|
+
};
|
|
3086
|
+
readonly lineHeight: {
|
|
3087
|
+
readonly type: "string";
|
|
3088
|
+
};
|
|
3089
|
+
readonly color: {
|
|
3090
|
+
readonly type: "string";
|
|
3091
|
+
};
|
|
3092
|
+
};
|
|
3093
|
+
};
|
|
3094
|
+
};
|
|
3095
|
+
};
|
|
3096
|
+
readonly colors: {
|
|
3097
|
+
readonly type: "object";
|
|
3098
|
+
readonly properties: {
|
|
3099
|
+
readonly accent: {
|
|
3100
|
+
readonly type: "object";
|
|
3101
|
+
readonly properties: {
|
|
3102
|
+
readonly main: {
|
|
3103
|
+
readonly type: "string";
|
|
3104
|
+
};
|
|
3105
|
+
readonly light: {
|
|
3106
|
+
readonly type: "string";
|
|
3107
|
+
};
|
|
3108
|
+
readonly dark: {
|
|
3109
|
+
readonly type: "string";
|
|
3110
|
+
};
|
|
3111
|
+
readonly contrastText: {
|
|
3112
|
+
readonly type: "string";
|
|
3113
|
+
};
|
|
3114
|
+
};
|
|
3115
|
+
};
|
|
3116
|
+
readonly border: {
|
|
3117
|
+
readonly type: "object";
|
|
3118
|
+
readonly properties: {
|
|
3119
|
+
readonly main: {
|
|
3120
|
+
readonly type: "string";
|
|
3121
|
+
};
|
|
3122
|
+
readonly light: {
|
|
3123
|
+
readonly type: "string";
|
|
3124
|
+
};
|
|
3125
|
+
readonly dark: {
|
|
3126
|
+
readonly type: "string";
|
|
3127
|
+
};
|
|
3128
|
+
readonly contrastText: {
|
|
3129
|
+
readonly type: "string";
|
|
3130
|
+
};
|
|
3131
|
+
};
|
|
3132
|
+
};
|
|
3133
|
+
readonly error: {
|
|
3134
|
+
readonly type: "object";
|
|
3135
|
+
readonly properties: {
|
|
3136
|
+
readonly main: {
|
|
3137
|
+
readonly type: "string";
|
|
3138
|
+
};
|
|
3139
|
+
readonly light: {
|
|
3140
|
+
readonly type: "string";
|
|
3141
|
+
};
|
|
3142
|
+
readonly dark: {
|
|
3143
|
+
readonly type: "string";
|
|
3144
|
+
};
|
|
3145
|
+
readonly contrastText: {
|
|
3146
|
+
readonly type: "string";
|
|
3147
|
+
};
|
|
3148
|
+
};
|
|
3149
|
+
};
|
|
3150
|
+
readonly http: {
|
|
3151
|
+
readonly type: "object";
|
|
3152
|
+
readonly properties: {
|
|
3153
|
+
readonly basic: {
|
|
3154
|
+
readonly type: "string";
|
|
3155
|
+
};
|
|
3156
|
+
readonly delete: {
|
|
3157
|
+
readonly type: "string";
|
|
3158
|
+
};
|
|
3159
|
+
readonly get: {
|
|
3160
|
+
readonly type: "string";
|
|
3161
|
+
};
|
|
3162
|
+
readonly head: {
|
|
3163
|
+
readonly type: "string";
|
|
3164
|
+
};
|
|
3165
|
+
readonly link: {
|
|
3166
|
+
readonly type: "string";
|
|
3167
|
+
};
|
|
3168
|
+
readonly options: {
|
|
3169
|
+
readonly type: "string";
|
|
3170
|
+
};
|
|
3171
|
+
readonly patch: {
|
|
3172
|
+
readonly type: "string";
|
|
3173
|
+
};
|
|
3174
|
+
readonly post: {
|
|
3175
|
+
readonly type: "string";
|
|
3176
|
+
};
|
|
3177
|
+
readonly put: {
|
|
3178
|
+
readonly type: "string";
|
|
3179
|
+
};
|
|
3180
|
+
};
|
|
3181
|
+
};
|
|
3182
|
+
readonly primary: {
|
|
3183
|
+
readonly type: "object";
|
|
3184
|
+
readonly properties: {
|
|
3185
|
+
readonly main: {
|
|
3186
|
+
readonly type: "string";
|
|
3187
|
+
};
|
|
3188
|
+
readonly light: {
|
|
3189
|
+
readonly type: "string";
|
|
3190
|
+
};
|
|
3191
|
+
readonly dark: {
|
|
3192
|
+
readonly type: "string";
|
|
3193
|
+
};
|
|
3194
|
+
readonly contrastText: {
|
|
3195
|
+
readonly type: "string";
|
|
3196
|
+
};
|
|
3197
|
+
};
|
|
3198
|
+
};
|
|
3199
|
+
readonly responses: {
|
|
3200
|
+
readonly type: "object";
|
|
3201
|
+
readonly properties: {
|
|
3202
|
+
readonly error: {
|
|
3203
|
+
readonly type: "object";
|
|
3204
|
+
readonly properties: {
|
|
3205
|
+
readonly backgroundColor: {
|
|
3206
|
+
readonly type: "string";
|
|
3207
|
+
};
|
|
3208
|
+
readonly borderColor: {
|
|
3209
|
+
readonly type: "string";
|
|
3210
|
+
};
|
|
3211
|
+
readonly color: {
|
|
3212
|
+
readonly type: "string";
|
|
3213
|
+
};
|
|
3214
|
+
readonly tabTextColor: {
|
|
3215
|
+
readonly type: "string";
|
|
3216
|
+
};
|
|
3217
|
+
};
|
|
3218
|
+
};
|
|
3219
|
+
readonly info: {
|
|
3220
|
+
readonly type: "object";
|
|
3221
|
+
readonly properties: {
|
|
3222
|
+
readonly backgroundColor: {
|
|
3223
|
+
readonly type: "string";
|
|
3224
|
+
};
|
|
3225
|
+
readonly borderColor: {
|
|
3226
|
+
readonly type: "string";
|
|
3227
|
+
};
|
|
3228
|
+
readonly color: {
|
|
3229
|
+
readonly type: "string";
|
|
3230
|
+
};
|
|
3231
|
+
readonly tabTextColor: {
|
|
3232
|
+
readonly type: "string";
|
|
3233
|
+
};
|
|
3234
|
+
};
|
|
3235
|
+
};
|
|
3236
|
+
readonly redirect: {
|
|
3237
|
+
readonly type: "object";
|
|
3238
|
+
readonly properties: {
|
|
3239
|
+
readonly backgroundColor: {
|
|
3240
|
+
readonly type: "string";
|
|
3241
|
+
};
|
|
3242
|
+
readonly borderColor: {
|
|
3243
|
+
readonly type: "string";
|
|
3244
|
+
};
|
|
3245
|
+
readonly color: {
|
|
3246
|
+
readonly type: "string";
|
|
3247
|
+
};
|
|
3248
|
+
readonly tabTextColor: {
|
|
3249
|
+
readonly type: "string";
|
|
3250
|
+
};
|
|
3251
|
+
};
|
|
3252
|
+
};
|
|
3253
|
+
readonly success: {
|
|
3254
|
+
readonly type: "object";
|
|
3255
|
+
readonly properties: {
|
|
3256
|
+
readonly backgroundColor: {
|
|
3257
|
+
readonly type: "string";
|
|
3258
|
+
};
|
|
3259
|
+
readonly borderColor: {
|
|
3260
|
+
readonly type: "string";
|
|
3261
|
+
};
|
|
3262
|
+
readonly color: {
|
|
3263
|
+
readonly type: "string";
|
|
3264
|
+
};
|
|
3265
|
+
readonly tabTextColor: {
|
|
3266
|
+
readonly type: "string";
|
|
3267
|
+
};
|
|
3268
|
+
};
|
|
3269
|
+
};
|
|
3270
|
+
};
|
|
3271
|
+
};
|
|
3272
|
+
readonly secondary: {
|
|
3273
|
+
readonly type: "object";
|
|
3274
|
+
readonly properties: {
|
|
3275
|
+
readonly main: {
|
|
3276
|
+
readonly type: "string";
|
|
3277
|
+
};
|
|
3278
|
+
readonly light: {
|
|
3279
|
+
readonly type: "string";
|
|
3280
|
+
};
|
|
3281
|
+
readonly dark: {
|
|
3282
|
+
readonly type: "string";
|
|
3283
|
+
};
|
|
3284
|
+
readonly contrastText: {
|
|
3285
|
+
readonly type: "string";
|
|
3286
|
+
};
|
|
3287
|
+
};
|
|
3288
|
+
};
|
|
3289
|
+
readonly success: {
|
|
3290
|
+
readonly type: "object";
|
|
3291
|
+
readonly properties: {
|
|
3292
|
+
readonly main: {
|
|
3293
|
+
readonly type: "string";
|
|
3294
|
+
};
|
|
3295
|
+
readonly light: {
|
|
3296
|
+
readonly type: "string";
|
|
3297
|
+
};
|
|
3298
|
+
readonly dark: {
|
|
3299
|
+
readonly type: "string";
|
|
3300
|
+
};
|
|
3301
|
+
readonly contrastText: {
|
|
3302
|
+
readonly type: "string";
|
|
3303
|
+
};
|
|
3304
|
+
};
|
|
3305
|
+
};
|
|
3306
|
+
readonly text: {
|
|
3307
|
+
readonly type: "object";
|
|
3308
|
+
readonly properties: {
|
|
3309
|
+
readonly primary: {
|
|
3310
|
+
readonly type: "string";
|
|
3311
|
+
};
|
|
3312
|
+
readonly secondary: {
|
|
3313
|
+
readonly type: "string";
|
|
3314
|
+
};
|
|
3315
|
+
readonly light: {
|
|
3316
|
+
readonly type: "string";
|
|
3317
|
+
};
|
|
3318
|
+
};
|
|
3319
|
+
};
|
|
3320
|
+
readonly tonalOffset: {
|
|
3321
|
+
readonly type: "number";
|
|
3322
|
+
};
|
|
3323
|
+
readonly warning: {
|
|
3324
|
+
readonly type: "object";
|
|
3325
|
+
readonly properties: {
|
|
3326
|
+
readonly main: {
|
|
3327
|
+
readonly type: "string";
|
|
3328
|
+
};
|
|
3329
|
+
readonly light: {
|
|
3330
|
+
readonly type: "string";
|
|
3331
|
+
};
|
|
3332
|
+
readonly dark: {
|
|
3333
|
+
readonly type: "string";
|
|
3334
|
+
};
|
|
3335
|
+
readonly contrastText: {
|
|
3336
|
+
readonly type: "string";
|
|
3337
|
+
};
|
|
3338
|
+
};
|
|
3339
|
+
};
|
|
3340
|
+
};
|
|
3341
|
+
};
|
|
3342
|
+
readonly components: {
|
|
3343
|
+
readonly type: "object";
|
|
3344
|
+
readonly properties: {
|
|
3345
|
+
readonly buttons: {
|
|
3346
|
+
readonly type: "object";
|
|
3347
|
+
readonly properties: {
|
|
3348
|
+
readonly borderRadius: {
|
|
3349
|
+
readonly type: "string";
|
|
3350
|
+
};
|
|
3351
|
+
readonly hoverStyle: {
|
|
3352
|
+
readonly type: "string";
|
|
3353
|
+
};
|
|
3354
|
+
readonly boxShadow: {
|
|
3355
|
+
readonly type: "string";
|
|
3356
|
+
};
|
|
3357
|
+
readonly hoverBoxShadow: {
|
|
3358
|
+
readonly type: "string";
|
|
3359
|
+
};
|
|
3360
|
+
readonly sizes: {
|
|
3361
|
+
readonly type: "object";
|
|
3362
|
+
readonly properties: {
|
|
3363
|
+
readonly small: {
|
|
3364
|
+
readonly type: "object";
|
|
3365
|
+
readonly properties: {
|
|
3366
|
+
readonly fontSize: {
|
|
3367
|
+
readonly type: "string";
|
|
3368
|
+
};
|
|
3369
|
+
readonly padding: {
|
|
3370
|
+
readonly type: "string";
|
|
3371
|
+
};
|
|
3372
|
+
readonly minWidth: {
|
|
3373
|
+
readonly type: "string";
|
|
3374
|
+
};
|
|
3375
|
+
};
|
|
3376
|
+
};
|
|
3377
|
+
readonly medium: {
|
|
3378
|
+
readonly type: "object";
|
|
3379
|
+
readonly properties: {
|
|
3380
|
+
readonly fontSize: {
|
|
3381
|
+
readonly type: "string";
|
|
3382
|
+
};
|
|
3383
|
+
readonly padding: {
|
|
3384
|
+
readonly type: "string";
|
|
3385
|
+
};
|
|
3386
|
+
readonly minWidth: {
|
|
3387
|
+
readonly type: "string";
|
|
3388
|
+
};
|
|
3389
|
+
};
|
|
3390
|
+
};
|
|
3391
|
+
readonly large: {
|
|
3392
|
+
readonly type: "object";
|
|
3393
|
+
readonly properties: {
|
|
3394
|
+
readonly fontSize: {
|
|
3395
|
+
readonly type: "string";
|
|
3396
|
+
};
|
|
3397
|
+
readonly padding: {
|
|
3398
|
+
readonly type: "string";
|
|
3399
|
+
};
|
|
3400
|
+
readonly minWidth: {
|
|
3401
|
+
readonly type: "string";
|
|
3402
|
+
};
|
|
3403
|
+
};
|
|
3404
|
+
};
|
|
3405
|
+
readonly xlarge: {
|
|
3406
|
+
readonly type: "object";
|
|
3407
|
+
readonly properties: {
|
|
3408
|
+
readonly fontSize: {
|
|
3409
|
+
readonly type: "string";
|
|
3410
|
+
};
|
|
3411
|
+
readonly padding: {
|
|
3412
|
+
readonly type: "string";
|
|
3413
|
+
};
|
|
3414
|
+
readonly minWidth: {
|
|
3415
|
+
readonly type: "string";
|
|
3416
|
+
};
|
|
3417
|
+
};
|
|
3418
|
+
};
|
|
3419
|
+
};
|
|
3420
|
+
};
|
|
3421
|
+
readonly fontFamily: {
|
|
3422
|
+
readonly type: "string";
|
|
3423
|
+
};
|
|
3424
|
+
readonly fontSize: {
|
|
3425
|
+
readonly type: "string";
|
|
3426
|
+
};
|
|
3427
|
+
readonly fontWeight: {
|
|
3428
|
+
readonly type: "string";
|
|
3429
|
+
};
|
|
3430
|
+
readonly lineHeight: {
|
|
3431
|
+
readonly type: "string";
|
|
3432
|
+
};
|
|
3433
|
+
};
|
|
3434
|
+
};
|
|
3435
|
+
readonly httpBadges: {
|
|
3436
|
+
readonly type: "object";
|
|
3437
|
+
readonly properties: {
|
|
3438
|
+
readonly borderRadius: {
|
|
3439
|
+
readonly type: "string";
|
|
3440
|
+
};
|
|
3441
|
+
readonly color: {
|
|
3442
|
+
readonly type: "string";
|
|
3443
|
+
};
|
|
3444
|
+
readonly sizes: {
|
|
3445
|
+
readonly type: "object";
|
|
3446
|
+
readonly properties: {
|
|
3447
|
+
readonly medium: {
|
|
3448
|
+
readonly type: "object";
|
|
3449
|
+
readonly properties: {
|
|
3450
|
+
readonly fontFamily: {
|
|
3451
|
+
readonly type: "string";
|
|
3452
|
+
};
|
|
3453
|
+
readonly fontSize: {
|
|
3454
|
+
readonly type: "string";
|
|
3455
|
+
};
|
|
3456
|
+
readonly fontWeight: {
|
|
3457
|
+
readonly type: "string";
|
|
3458
|
+
};
|
|
3459
|
+
readonly lineHeight: {
|
|
3460
|
+
readonly type: "string";
|
|
3461
|
+
};
|
|
3462
|
+
};
|
|
3463
|
+
};
|
|
3464
|
+
readonly small: {
|
|
3465
|
+
readonly type: "object";
|
|
3466
|
+
readonly properties: {
|
|
3467
|
+
readonly fontFamily: {
|
|
3468
|
+
readonly type: "string";
|
|
3469
|
+
};
|
|
3470
|
+
readonly fontSize: {
|
|
3471
|
+
readonly type: "string";
|
|
3472
|
+
};
|
|
3473
|
+
readonly fontWeight: {
|
|
3474
|
+
readonly type: "string";
|
|
3475
|
+
};
|
|
3476
|
+
readonly lineHeight: {
|
|
3477
|
+
readonly type: "string";
|
|
3478
|
+
};
|
|
3479
|
+
};
|
|
3480
|
+
};
|
|
3481
|
+
};
|
|
3482
|
+
};
|
|
3483
|
+
readonly fontFamily: {
|
|
3484
|
+
readonly type: "string";
|
|
3485
|
+
};
|
|
3486
|
+
readonly fontSize: {
|
|
3487
|
+
readonly type: "string";
|
|
3488
|
+
};
|
|
3489
|
+
readonly fontWeight: {
|
|
3490
|
+
readonly type: "string";
|
|
3491
|
+
};
|
|
3492
|
+
readonly lineHeight: {
|
|
3493
|
+
readonly type: "string";
|
|
3494
|
+
};
|
|
3495
|
+
};
|
|
3496
|
+
};
|
|
3497
|
+
readonly layoutControls: {
|
|
3498
|
+
readonly type: "object";
|
|
3499
|
+
readonly properties: {
|
|
3500
|
+
readonly top: {
|
|
3501
|
+
readonly type: "string";
|
|
3502
|
+
};
|
|
3503
|
+
readonly width: {
|
|
3504
|
+
readonly type: "string";
|
|
3505
|
+
};
|
|
3506
|
+
readonly height: {
|
|
3507
|
+
readonly type: "string";
|
|
3508
|
+
};
|
|
3509
|
+
};
|
|
3510
|
+
};
|
|
3511
|
+
readonly panels: {
|
|
3512
|
+
readonly type: "object";
|
|
3513
|
+
readonly properties: {
|
|
3514
|
+
readonly borderRadius: {
|
|
3515
|
+
readonly type: "string";
|
|
3516
|
+
};
|
|
3517
|
+
readonly backgroundColor: {
|
|
3518
|
+
readonly type: "string";
|
|
3519
|
+
};
|
|
3520
|
+
};
|
|
3521
|
+
};
|
|
3522
|
+
readonly tryItButton: {
|
|
3523
|
+
readonly type: "object";
|
|
3524
|
+
readonly properties: {
|
|
3525
|
+
readonly fullWidth: {
|
|
3526
|
+
readonly type: "boolean";
|
|
3527
|
+
};
|
|
3528
|
+
};
|
|
3529
|
+
};
|
|
3530
|
+
readonly tryItSendButton: {
|
|
3531
|
+
readonly type: "object";
|
|
3532
|
+
readonly properties: {
|
|
3533
|
+
readonly fullWidth: {
|
|
3534
|
+
readonly type: "boolean";
|
|
3535
|
+
};
|
|
3536
|
+
};
|
|
3537
|
+
};
|
|
3538
|
+
};
|
|
3539
|
+
};
|
|
3540
|
+
readonly layout: {
|
|
3541
|
+
readonly type: "object";
|
|
3542
|
+
readonly properties: {
|
|
3543
|
+
readonly showDarkRightPanel: {
|
|
3544
|
+
readonly type: "boolean";
|
|
3545
|
+
};
|
|
3546
|
+
readonly stacked: {
|
|
3547
|
+
readonly type: "object";
|
|
3548
|
+
readonly properties: {
|
|
3549
|
+
readonly maxWidth: {
|
|
3550
|
+
readonly type: "object";
|
|
3551
|
+
readonly properties: {
|
|
3552
|
+
readonly small: {
|
|
3553
|
+
readonly type: "string";
|
|
3554
|
+
};
|
|
3555
|
+
readonly medium: {
|
|
3556
|
+
readonly type: "string";
|
|
3557
|
+
};
|
|
3558
|
+
readonly large: {
|
|
3559
|
+
readonly type: "string";
|
|
3560
|
+
};
|
|
3561
|
+
};
|
|
3562
|
+
};
|
|
3563
|
+
};
|
|
3564
|
+
};
|
|
3565
|
+
readonly 'three-panel': {
|
|
3566
|
+
readonly type: "object";
|
|
3567
|
+
readonly properties: {
|
|
3568
|
+
readonly maxWidth: {
|
|
3569
|
+
readonly type: "object";
|
|
3570
|
+
readonly properties: {
|
|
3571
|
+
readonly small: {
|
|
3572
|
+
readonly type: "string";
|
|
3573
|
+
};
|
|
3574
|
+
readonly medium: {
|
|
3575
|
+
readonly type: "string";
|
|
3576
|
+
};
|
|
3577
|
+
readonly large: {
|
|
3578
|
+
readonly type: "string";
|
|
3579
|
+
};
|
|
3580
|
+
};
|
|
3581
|
+
};
|
|
3582
|
+
readonly middlePanelMaxWidth: {
|
|
3583
|
+
readonly type: "object";
|
|
3584
|
+
readonly properties: {
|
|
3585
|
+
readonly small: {
|
|
3586
|
+
readonly type: "string";
|
|
3587
|
+
};
|
|
3588
|
+
readonly medium: {
|
|
3589
|
+
readonly type: "string";
|
|
3590
|
+
};
|
|
3591
|
+
readonly large: {
|
|
3592
|
+
readonly type: "string";
|
|
3593
|
+
};
|
|
3594
|
+
};
|
|
3595
|
+
};
|
|
3596
|
+
};
|
|
3597
|
+
};
|
|
3598
|
+
};
|
|
3599
|
+
};
|
|
3600
|
+
readonly logo: {
|
|
3601
|
+
readonly type: "object";
|
|
3602
|
+
readonly properties: {
|
|
3603
|
+
readonly gutter: {
|
|
3604
|
+
readonly type: "string";
|
|
3605
|
+
};
|
|
3606
|
+
readonly maxHeight: {
|
|
3607
|
+
readonly type: "string";
|
|
3608
|
+
};
|
|
3609
|
+
readonly maxWidth: {
|
|
3610
|
+
readonly type: "string";
|
|
3611
|
+
};
|
|
3612
|
+
};
|
|
3613
|
+
};
|
|
3614
|
+
readonly fab: {
|
|
3615
|
+
readonly type: "object";
|
|
3616
|
+
readonly properties: {
|
|
3617
|
+
readonly backgroundColor: {
|
|
3618
|
+
readonly type: "string";
|
|
3619
|
+
};
|
|
3620
|
+
readonly color: {
|
|
3621
|
+
readonly type: "string";
|
|
3622
|
+
};
|
|
3623
|
+
};
|
|
3624
|
+
};
|
|
3625
|
+
readonly overrides: {
|
|
3626
|
+
readonly type: "object";
|
|
3627
|
+
readonly properties: {
|
|
3628
|
+
readonly DownloadButton: {
|
|
3629
|
+
readonly type: "object";
|
|
3630
|
+
readonly properties: {
|
|
3631
|
+
readonly custom: {
|
|
3632
|
+
readonly type: "string";
|
|
3633
|
+
};
|
|
3634
|
+
};
|
|
3635
|
+
};
|
|
3636
|
+
readonly NextSectionButton: {
|
|
3637
|
+
readonly type: "object";
|
|
3638
|
+
readonly properties: {
|
|
3639
|
+
readonly custom: {
|
|
3640
|
+
readonly type: "string";
|
|
3641
|
+
};
|
|
3642
|
+
};
|
|
3643
|
+
};
|
|
3644
|
+
};
|
|
3645
|
+
};
|
|
3646
|
+
readonly rightPanel: {
|
|
3647
|
+
readonly type: "object";
|
|
3648
|
+
readonly properties: {
|
|
3649
|
+
readonly backgroundColor: {
|
|
3650
|
+
readonly type: "string";
|
|
3651
|
+
};
|
|
3652
|
+
readonly panelBackgroundColor: {
|
|
3653
|
+
readonly type: "string";
|
|
3654
|
+
};
|
|
3655
|
+
readonly panelControlsBackgroundColor: {
|
|
3656
|
+
readonly type: "string";
|
|
3657
|
+
};
|
|
3658
|
+
readonly showAtBreakpoint: {
|
|
3659
|
+
readonly type: "string";
|
|
3660
|
+
};
|
|
3661
|
+
readonly textColor: {
|
|
3662
|
+
readonly type: "string";
|
|
3663
|
+
};
|
|
3664
|
+
readonly width: {
|
|
3665
|
+
readonly type: "string";
|
|
3666
|
+
};
|
|
3667
|
+
};
|
|
3668
|
+
};
|
|
3669
|
+
readonly schema: {
|
|
3670
|
+
readonly type: "object";
|
|
3671
|
+
readonly properties: {
|
|
3672
|
+
readonly breakFieldNames: {
|
|
3673
|
+
readonly type: "boolean";
|
|
3674
|
+
};
|
|
3675
|
+
readonly caretColor: {
|
|
3676
|
+
readonly type: "string";
|
|
3677
|
+
};
|
|
3678
|
+
readonly caretSize: {
|
|
3679
|
+
readonly type: "string";
|
|
3680
|
+
};
|
|
3681
|
+
readonly constraints: {
|
|
3682
|
+
readonly type: "object";
|
|
3683
|
+
readonly properties: {
|
|
3684
|
+
readonly backgroundColor: {
|
|
3685
|
+
readonly type: "string";
|
|
3686
|
+
};
|
|
3687
|
+
readonly border: {
|
|
3688
|
+
readonly type: "string";
|
|
3689
|
+
};
|
|
3690
|
+
};
|
|
3691
|
+
};
|
|
3692
|
+
readonly defaultDetailsWidth: {
|
|
3693
|
+
readonly type: "string";
|
|
3694
|
+
};
|
|
3695
|
+
readonly examples: {
|
|
3696
|
+
readonly type: "object";
|
|
3697
|
+
readonly properties: {
|
|
3698
|
+
readonly backgroundColor: {
|
|
3699
|
+
readonly type: "string";
|
|
3700
|
+
};
|
|
3701
|
+
readonly border: {
|
|
3702
|
+
readonly type: "string";
|
|
3703
|
+
};
|
|
3704
|
+
};
|
|
3705
|
+
};
|
|
3706
|
+
readonly labelsTextSize: {
|
|
3707
|
+
readonly type: "string";
|
|
3708
|
+
};
|
|
3709
|
+
readonly linesColor: {
|
|
3710
|
+
readonly type: "string";
|
|
3711
|
+
};
|
|
3712
|
+
readonly nestedBackground: {
|
|
3713
|
+
readonly type: "string";
|
|
3714
|
+
};
|
|
3715
|
+
readonly nestingSpacing: {
|
|
3716
|
+
readonly type: "string";
|
|
3717
|
+
};
|
|
3718
|
+
readonly requireLabelColor: {
|
|
3719
|
+
readonly type: "string";
|
|
3720
|
+
};
|
|
3721
|
+
readonly typeNameColor: {
|
|
3722
|
+
readonly type: "string";
|
|
3723
|
+
};
|
|
3724
|
+
readonly typeTitleColor: {
|
|
3725
|
+
readonly type: "string";
|
|
3726
|
+
};
|
|
3727
|
+
};
|
|
3728
|
+
};
|
|
3729
|
+
readonly shape: {
|
|
3730
|
+
readonly type: "object";
|
|
3731
|
+
readonly properties: {
|
|
3732
|
+
readonly borderRadius: {
|
|
3733
|
+
readonly type: "string";
|
|
3734
|
+
};
|
|
3735
|
+
};
|
|
3736
|
+
};
|
|
3737
|
+
readonly sidebar: {
|
|
3738
|
+
readonly type: "object";
|
|
3739
|
+
readonly properties: {
|
|
3740
|
+
readonly activeBgColor: {
|
|
3741
|
+
readonly type: "string";
|
|
3742
|
+
};
|
|
3743
|
+
readonly activeTextColor: {
|
|
3744
|
+
readonly type: "string";
|
|
3745
|
+
};
|
|
3746
|
+
readonly backgroundColor: {
|
|
3747
|
+
readonly type: "string";
|
|
3748
|
+
};
|
|
3749
|
+
readonly borderRadius: {
|
|
3750
|
+
readonly type: "string";
|
|
3751
|
+
};
|
|
3752
|
+
readonly breakPath: {
|
|
3753
|
+
readonly type: "boolean";
|
|
3754
|
+
};
|
|
3755
|
+
readonly caretColor: {
|
|
3756
|
+
readonly type: "string";
|
|
3757
|
+
};
|
|
3758
|
+
readonly caretSize: {
|
|
3759
|
+
readonly type: "string";
|
|
3760
|
+
};
|
|
3761
|
+
readonly groupItems: {
|
|
3762
|
+
readonly type: "object";
|
|
3763
|
+
readonly properties: {
|
|
3764
|
+
readonly subItemsColor: {
|
|
3765
|
+
readonly type: "string";
|
|
3766
|
+
};
|
|
3767
|
+
readonly textTransform: {
|
|
3768
|
+
readonly type: "string";
|
|
3769
|
+
};
|
|
3770
|
+
readonly fontWeight: {
|
|
3771
|
+
readonly type: "string";
|
|
3772
|
+
};
|
|
3773
|
+
};
|
|
3774
|
+
};
|
|
3775
|
+
readonly level1items: {
|
|
3776
|
+
readonly type: "object";
|
|
3777
|
+
readonly properties: {
|
|
3778
|
+
readonly subItemsColor: {
|
|
3779
|
+
readonly type: "string";
|
|
3780
|
+
};
|
|
3781
|
+
readonly textTransform: {
|
|
3782
|
+
readonly type: "string";
|
|
3783
|
+
};
|
|
3784
|
+
readonly fontWeight: {
|
|
3785
|
+
readonly type: "string";
|
|
3786
|
+
};
|
|
3787
|
+
};
|
|
3788
|
+
};
|
|
3789
|
+
readonly rightLineColor: {
|
|
3790
|
+
readonly type: "string";
|
|
3791
|
+
};
|
|
3792
|
+
readonly separatorLabelColor: {
|
|
3793
|
+
readonly type: "string";
|
|
3794
|
+
};
|
|
3795
|
+
readonly showAtBreakpoint: {
|
|
3796
|
+
readonly type: "string";
|
|
3797
|
+
};
|
|
3798
|
+
readonly spacing: {
|
|
3799
|
+
readonly type: "object";
|
|
3800
|
+
readonly properties: {
|
|
3801
|
+
readonly unit: {
|
|
3802
|
+
readonly type: "number";
|
|
3803
|
+
};
|
|
3804
|
+
readonly paddingHorizontal: {
|
|
3805
|
+
readonly type: "string";
|
|
3806
|
+
};
|
|
3807
|
+
readonly paddingVertical: {
|
|
3808
|
+
readonly type: "string";
|
|
3809
|
+
};
|
|
3810
|
+
readonly offsetTop: {
|
|
3811
|
+
readonly type: "string";
|
|
3812
|
+
};
|
|
3813
|
+
readonly offsetLeft: {
|
|
3814
|
+
readonly type: "string";
|
|
3815
|
+
};
|
|
3816
|
+
readonly offsetNesting: {
|
|
3817
|
+
readonly type: "string";
|
|
3818
|
+
};
|
|
3819
|
+
};
|
|
3820
|
+
};
|
|
3821
|
+
readonly textColor: {
|
|
3822
|
+
readonly type: "string";
|
|
3823
|
+
};
|
|
3824
|
+
readonly width: {
|
|
3825
|
+
readonly type: "string";
|
|
3826
|
+
};
|
|
3827
|
+
readonly fontFamily: {
|
|
3828
|
+
readonly type: "string";
|
|
3829
|
+
};
|
|
3830
|
+
readonly fontSize: {
|
|
3831
|
+
readonly type: "string";
|
|
3832
|
+
};
|
|
3833
|
+
readonly fontWeight: {
|
|
3834
|
+
readonly type: "string";
|
|
3835
|
+
};
|
|
3836
|
+
readonly lineHeight: {
|
|
3837
|
+
readonly type: "string";
|
|
3838
|
+
};
|
|
3839
|
+
};
|
|
3840
|
+
};
|
|
3841
|
+
readonly spacing: {
|
|
3842
|
+
readonly type: "object";
|
|
3843
|
+
readonly properties: {
|
|
3844
|
+
readonly sectionHorizontal: {
|
|
3845
|
+
readonly type: "number";
|
|
3846
|
+
};
|
|
3847
|
+
readonly sectionVertical: {
|
|
3848
|
+
readonly type: "number";
|
|
3849
|
+
};
|
|
3850
|
+
readonly unit: {
|
|
3851
|
+
readonly type: "number";
|
|
3852
|
+
};
|
|
3853
|
+
};
|
|
3854
|
+
};
|
|
3855
|
+
readonly typography: {
|
|
3856
|
+
readonly type: "object";
|
|
3857
|
+
readonly properties: {
|
|
3858
|
+
readonly fontWeightBold: {
|
|
3859
|
+
readonly type: "string";
|
|
3860
|
+
};
|
|
3861
|
+
readonly fontWeightLight: {
|
|
3862
|
+
readonly type: "string";
|
|
3863
|
+
};
|
|
3864
|
+
readonly fontWeightRegular: {
|
|
3865
|
+
readonly type: "string";
|
|
3866
|
+
};
|
|
3867
|
+
readonly heading1: {
|
|
3868
|
+
readonly type: "object";
|
|
3869
|
+
readonly properties: {
|
|
3870
|
+
readonly color: {
|
|
3871
|
+
readonly type: "string";
|
|
3872
|
+
};
|
|
3873
|
+
readonly transform: {
|
|
3874
|
+
readonly type: "string";
|
|
3875
|
+
};
|
|
3876
|
+
readonly fontFamily: {
|
|
3877
|
+
readonly type: "string";
|
|
3878
|
+
};
|
|
3879
|
+
readonly fontSize: {
|
|
3880
|
+
readonly type: "string";
|
|
3881
|
+
};
|
|
3882
|
+
readonly fontWeight: {
|
|
3883
|
+
readonly type: "string";
|
|
3884
|
+
};
|
|
3885
|
+
readonly lineHeight: {
|
|
3886
|
+
readonly type: "string";
|
|
3887
|
+
};
|
|
3888
|
+
};
|
|
3889
|
+
};
|
|
3890
|
+
readonly heading2: {
|
|
3891
|
+
readonly type: "object";
|
|
3892
|
+
readonly properties: {
|
|
3893
|
+
readonly color: {
|
|
3894
|
+
readonly type: "string";
|
|
3895
|
+
};
|
|
3896
|
+
readonly transform: {
|
|
3897
|
+
readonly type: "string";
|
|
3898
|
+
};
|
|
3899
|
+
readonly fontFamily: {
|
|
3900
|
+
readonly type: "string";
|
|
3901
|
+
};
|
|
3902
|
+
readonly fontSize: {
|
|
3903
|
+
readonly type: "string";
|
|
3904
|
+
};
|
|
3905
|
+
readonly fontWeight: {
|
|
3906
|
+
readonly type: "string";
|
|
3907
|
+
};
|
|
3908
|
+
readonly lineHeight: {
|
|
3909
|
+
readonly type: "string";
|
|
3910
|
+
};
|
|
3911
|
+
};
|
|
3912
|
+
};
|
|
3913
|
+
readonly heading3: {
|
|
3914
|
+
readonly type: "object";
|
|
3915
|
+
readonly properties: {
|
|
3916
|
+
readonly color: {
|
|
3917
|
+
readonly type: "string";
|
|
3918
|
+
};
|
|
3919
|
+
readonly transform: {
|
|
3920
|
+
readonly type: "string";
|
|
3921
|
+
};
|
|
3922
|
+
readonly fontFamily: {
|
|
3923
|
+
readonly type: "string";
|
|
3924
|
+
};
|
|
3925
|
+
readonly fontSize: {
|
|
3926
|
+
readonly type: "string";
|
|
3927
|
+
};
|
|
3928
|
+
readonly fontWeight: {
|
|
3929
|
+
readonly type: "string";
|
|
3930
|
+
};
|
|
3931
|
+
readonly lineHeight: {
|
|
3932
|
+
readonly type: "string";
|
|
3933
|
+
};
|
|
3934
|
+
};
|
|
3935
|
+
};
|
|
3936
|
+
readonly headings: {
|
|
3937
|
+
readonly type: "object";
|
|
3938
|
+
readonly properties: {
|
|
3939
|
+
readonly fontFamily: {
|
|
3940
|
+
readonly type: "string";
|
|
3941
|
+
};
|
|
3942
|
+
readonly fontSize: {
|
|
3943
|
+
readonly type: "string";
|
|
3944
|
+
};
|
|
3945
|
+
readonly fontWeight: {
|
|
3946
|
+
readonly type: "string";
|
|
3947
|
+
};
|
|
3948
|
+
readonly lineHeight: {
|
|
3949
|
+
readonly type: "string";
|
|
3950
|
+
};
|
|
3951
|
+
};
|
|
3952
|
+
};
|
|
3953
|
+
readonly lineHeight: {
|
|
3954
|
+
readonly type: "string";
|
|
3955
|
+
};
|
|
3956
|
+
readonly links: {
|
|
3957
|
+
readonly type: "object";
|
|
3958
|
+
readonly properties: {
|
|
3959
|
+
readonly color: {
|
|
3960
|
+
readonly type: "string";
|
|
3961
|
+
};
|
|
3962
|
+
readonly hover: {
|
|
3963
|
+
readonly type: "string";
|
|
3964
|
+
};
|
|
3965
|
+
readonly textDecoration: {
|
|
3966
|
+
readonly type: "string";
|
|
3967
|
+
};
|
|
3968
|
+
readonly hoverTextDecoration: {
|
|
3969
|
+
readonly type: "string";
|
|
3970
|
+
};
|
|
3971
|
+
readonly visited: {
|
|
3972
|
+
readonly type: "string";
|
|
3973
|
+
};
|
|
3974
|
+
};
|
|
3975
|
+
};
|
|
3976
|
+
readonly optimizeSpeed: {
|
|
3977
|
+
readonly type: "boolean";
|
|
3978
|
+
};
|
|
3979
|
+
readonly rightPanelHeading: {
|
|
3980
|
+
readonly type: "object";
|
|
3981
|
+
readonly properties: {
|
|
3982
|
+
readonly color: {
|
|
3983
|
+
readonly type: "string";
|
|
3984
|
+
};
|
|
3985
|
+
readonly transform: {
|
|
3986
|
+
readonly type: "string";
|
|
3987
|
+
};
|
|
3988
|
+
readonly fontFamily: {
|
|
3989
|
+
readonly type: "string";
|
|
3990
|
+
};
|
|
3991
|
+
readonly fontSize: {
|
|
3992
|
+
readonly type: "string";
|
|
3993
|
+
};
|
|
3994
|
+
readonly fontWeight: {
|
|
3995
|
+
readonly type: "string";
|
|
3996
|
+
};
|
|
3997
|
+
readonly lineHeight: {
|
|
3998
|
+
readonly type: "string";
|
|
3999
|
+
};
|
|
4000
|
+
};
|
|
4001
|
+
};
|
|
4002
|
+
readonly smoothing: {
|
|
4003
|
+
readonly type: "string";
|
|
4004
|
+
readonly enum: readonly ["auto", "none", "antialiased", "subpixel-antialiased", "grayscale"];
|
|
4005
|
+
};
|
|
4006
|
+
readonly fontFamily: {
|
|
4007
|
+
readonly type: "string";
|
|
4008
|
+
};
|
|
4009
|
+
readonly fontSize: {
|
|
4010
|
+
readonly type: "string";
|
|
4011
|
+
};
|
|
4012
|
+
readonly fontWeight: {
|
|
4013
|
+
readonly type: "string";
|
|
4014
|
+
};
|
|
4015
|
+
readonly code: {
|
|
4016
|
+
readonly type: "object";
|
|
4017
|
+
readonly properties: {
|
|
4018
|
+
readonly backgroundColor: {
|
|
4019
|
+
readonly type: "string";
|
|
4020
|
+
};
|
|
4021
|
+
readonly color: {
|
|
4022
|
+
readonly type: "string";
|
|
4023
|
+
};
|
|
4024
|
+
readonly wordBreak: {
|
|
4025
|
+
readonly type: "string";
|
|
4026
|
+
readonly enum: readonly ["break-all", "break-word", "keep-all", "normal", "revert", "unset", "inherit", "initial"];
|
|
4027
|
+
};
|
|
4028
|
+
readonly wrap: {
|
|
4029
|
+
readonly type: "boolean";
|
|
4030
|
+
};
|
|
4031
|
+
readonly fontFamily: {
|
|
4032
|
+
readonly type: "string";
|
|
4033
|
+
};
|
|
4034
|
+
readonly fontSize: {
|
|
4035
|
+
readonly type: "string";
|
|
4036
|
+
};
|
|
4037
|
+
readonly fontWeight: {
|
|
4038
|
+
readonly type: "string";
|
|
4039
|
+
};
|
|
4040
|
+
readonly lineHeight: {
|
|
4041
|
+
readonly type: "string";
|
|
4042
|
+
};
|
|
4043
|
+
};
|
|
4044
|
+
};
|
|
4045
|
+
readonly fieldName: {
|
|
4046
|
+
readonly type: "object";
|
|
4047
|
+
readonly properties: {
|
|
4048
|
+
readonly fontFamily: {
|
|
4049
|
+
readonly type: "string";
|
|
4050
|
+
};
|
|
4051
|
+
readonly fontSize: {
|
|
4052
|
+
readonly type: "string";
|
|
4053
|
+
};
|
|
4054
|
+
readonly fontWeight: {
|
|
4055
|
+
readonly type: "string";
|
|
4056
|
+
};
|
|
4057
|
+
readonly lineHeight: {
|
|
4058
|
+
readonly type: "string";
|
|
4059
|
+
};
|
|
4060
|
+
};
|
|
4061
|
+
};
|
|
4062
|
+
};
|
|
4063
|
+
};
|
|
4064
|
+
readonly links: {
|
|
4065
|
+
readonly properties: {
|
|
4066
|
+
readonly color: {
|
|
4067
|
+
readonly type: "string";
|
|
4068
|
+
};
|
|
4069
|
+
};
|
|
4070
|
+
};
|
|
4071
|
+
readonly codeSample: {
|
|
4072
|
+
readonly properties: {
|
|
4073
|
+
readonly backgroundColor: {
|
|
4074
|
+
readonly type: "string";
|
|
4075
|
+
};
|
|
4076
|
+
};
|
|
4077
|
+
};
|
|
4078
|
+
};
|
|
4079
|
+
};
|
|
4080
|
+
readonly ctrlFHijack: {
|
|
4081
|
+
readonly type: "boolean";
|
|
4082
|
+
};
|
|
4083
|
+
readonly defaultSampleLanguage: {
|
|
4084
|
+
readonly type: "string";
|
|
4085
|
+
};
|
|
4086
|
+
readonly disableDeepLinks: {
|
|
4087
|
+
readonly type: "boolean";
|
|
4088
|
+
};
|
|
4089
|
+
readonly disableSearch: {
|
|
4090
|
+
readonly type: "boolean";
|
|
4091
|
+
};
|
|
4092
|
+
readonly disableSidebar: {
|
|
4093
|
+
readonly type: "boolean";
|
|
4094
|
+
};
|
|
4095
|
+
readonly downloadDefinitionUrl: {
|
|
4096
|
+
readonly type: "string";
|
|
4097
|
+
};
|
|
4098
|
+
readonly expandDefaultServerVariables: {
|
|
4099
|
+
readonly type: "boolean";
|
|
4100
|
+
};
|
|
4101
|
+
readonly enumSkipQuotes: {
|
|
4102
|
+
readonly type: "boolean";
|
|
4103
|
+
};
|
|
4104
|
+
readonly expandDefaultRequest: {
|
|
4105
|
+
readonly type: "boolean";
|
|
4106
|
+
};
|
|
4107
|
+
readonly expandDefaultResponse: {
|
|
4108
|
+
readonly type: "boolean";
|
|
4109
|
+
};
|
|
4110
|
+
readonly expandResponses: {
|
|
4111
|
+
readonly type: "string";
|
|
4112
|
+
};
|
|
4113
|
+
readonly expandSingleSchemaField: {
|
|
4114
|
+
readonly type: "boolean";
|
|
4115
|
+
};
|
|
4116
|
+
readonly generateCodeSamples: {
|
|
4117
|
+
readonly type: "object";
|
|
4118
|
+
readonly properties: {
|
|
4119
|
+
readonly skipOptionalParameters: {
|
|
4120
|
+
readonly type: "boolean";
|
|
4121
|
+
};
|
|
4122
|
+
readonly languages: {
|
|
4123
|
+
readonly type: "array";
|
|
4124
|
+
readonly items: {
|
|
4125
|
+
readonly type: "object";
|
|
4126
|
+
readonly properties: {
|
|
4127
|
+
readonly label: {
|
|
4128
|
+
readonly type: "string";
|
|
4129
|
+
};
|
|
4130
|
+
readonly lang: {
|
|
4131
|
+
readonly enum: readonly ["curl", "C#", "Go", "Java", "Java8+Apache", "JavaScript", "Node.js", "PHP", "Python", "R", "Ruby"];
|
|
4132
|
+
};
|
|
4133
|
+
};
|
|
4134
|
+
readonly required: readonly ["lang"];
|
|
4135
|
+
};
|
|
4136
|
+
};
|
|
4137
|
+
};
|
|
4138
|
+
readonly required: readonly ["languages"];
|
|
4139
|
+
};
|
|
4140
|
+
readonly generatedPayloadSamplesMaxDepth: {
|
|
4141
|
+
readonly type: "number";
|
|
4142
|
+
};
|
|
4143
|
+
readonly hideDownloadButton: {
|
|
4144
|
+
readonly type: "boolean";
|
|
4145
|
+
};
|
|
4146
|
+
readonly hideHostname: {
|
|
4147
|
+
readonly type: "boolean";
|
|
4148
|
+
};
|
|
4149
|
+
readonly hideInfoSection: {
|
|
4150
|
+
readonly type: "boolean";
|
|
4151
|
+
};
|
|
4152
|
+
readonly hideLogo: {
|
|
4153
|
+
readonly type: "boolean";
|
|
4154
|
+
};
|
|
4155
|
+
readonly hideRequestPayloadSample: {
|
|
4156
|
+
readonly type: "boolean";
|
|
4157
|
+
};
|
|
4158
|
+
readonly hideRightPanel: {
|
|
4159
|
+
readonly type: "boolean";
|
|
4160
|
+
};
|
|
4161
|
+
readonly hideSchemaPattern: {
|
|
4162
|
+
readonly type: "boolean";
|
|
4163
|
+
};
|
|
4164
|
+
readonly hideSingleRequestSampleTab: {
|
|
4165
|
+
readonly type: "boolean";
|
|
4166
|
+
};
|
|
4167
|
+
readonly hideSecuritySection: {
|
|
4168
|
+
readonly type: "boolean";
|
|
4169
|
+
};
|
|
4170
|
+
readonly hideTryItPanel: {
|
|
4171
|
+
readonly type: "boolean";
|
|
4172
|
+
};
|
|
4173
|
+
readonly hideFab: {
|
|
4174
|
+
readonly type: "boolean";
|
|
4175
|
+
};
|
|
4176
|
+
readonly hideOneOfDescription: {
|
|
4177
|
+
readonly type: "boolean";
|
|
4178
|
+
};
|
|
4179
|
+
readonly htmlTemplate: {
|
|
4180
|
+
readonly type: "string";
|
|
4181
|
+
};
|
|
4182
|
+
readonly jsonSampleExpandLevel: {
|
|
4183
|
+
readonly oneOf: readonly [{
|
|
4184
|
+
readonly type: "number";
|
|
4185
|
+
readonly minimum: 1;
|
|
4186
|
+
}, {
|
|
4187
|
+
readonly type: "string";
|
|
4188
|
+
}];
|
|
4189
|
+
};
|
|
4190
|
+
readonly labels: {
|
|
4191
|
+
readonly type: "object";
|
|
4192
|
+
readonly properties: {
|
|
4193
|
+
readonly enum: {
|
|
4194
|
+
readonly type: "string";
|
|
4195
|
+
};
|
|
4196
|
+
readonly enumSingleValue: {
|
|
4197
|
+
readonly type: "string";
|
|
4198
|
+
};
|
|
4199
|
+
readonly enumArray: {
|
|
4200
|
+
readonly type: "string";
|
|
4201
|
+
};
|
|
4202
|
+
readonly default: {
|
|
4203
|
+
readonly type: "string";
|
|
4204
|
+
};
|
|
4205
|
+
readonly deprecated: {
|
|
4206
|
+
readonly type: "string";
|
|
4207
|
+
};
|
|
4208
|
+
readonly example: {
|
|
4209
|
+
readonly type: "string";
|
|
4210
|
+
};
|
|
4211
|
+
readonly examples: {
|
|
4212
|
+
readonly type: "string";
|
|
4213
|
+
};
|
|
4214
|
+
readonly nullable: {
|
|
4215
|
+
readonly type: "string";
|
|
4216
|
+
};
|
|
4217
|
+
readonly recursive: {
|
|
4218
|
+
readonly type: "string";
|
|
4219
|
+
};
|
|
4220
|
+
readonly arrayOf: {
|
|
4221
|
+
readonly type: "string";
|
|
4222
|
+
};
|
|
4223
|
+
readonly webhook: {
|
|
4224
|
+
readonly type: "string";
|
|
4225
|
+
};
|
|
4226
|
+
readonly authorizations: {
|
|
4227
|
+
readonly type: "string";
|
|
4228
|
+
};
|
|
4229
|
+
readonly tryItAuthBasicUsername: {
|
|
4230
|
+
readonly type: "string";
|
|
4231
|
+
};
|
|
4232
|
+
readonly tryItAuthBasicPassword: {
|
|
4233
|
+
readonly type: "string";
|
|
4234
|
+
};
|
|
4235
|
+
};
|
|
4236
|
+
};
|
|
4237
|
+
readonly menuToggle: {
|
|
4238
|
+
readonly type: "boolean";
|
|
4239
|
+
};
|
|
4240
|
+
readonly nativeScrollbars: {
|
|
4241
|
+
readonly type: "boolean";
|
|
4242
|
+
};
|
|
4243
|
+
readonly noAutoAuth: {
|
|
4244
|
+
readonly type: "boolean";
|
|
4245
|
+
};
|
|
4246
|
+
readonly onDeepLinkClick: {
|
|
4247
|
+
readonly type: "object";
|
|
4248
|
+
};
|
|
4249
|
+
readonly pagination: {
|
|
4250
|
+
readonly enum: readonly ["none", "section", "item"];
|
|
4251
|
+
};
|
|
4252
|
+
readonly pathInMiddlePanel: {
|
|
4253
|
+
readonly type: "boolean";
|
|
4254
|
+
};
|
|
4255
|
+
readonly payloadSampleIdx: {
|
|
4256
|
+
readonly type: "number";
|
|
4257
|
+
readonly minimum: 0;
|
|
4258
|
+
};
|
|
4259
|
+
readonly requiredPropsFirst: {
|
|
4260
|
+
readonly type: "boolean";
|
|
4261
|
+
};
|
|
4262
|
+
readonly routingStrategy: {
|
|
4263
|
+
readonly type: "string";
|
|
4264
|
+
};
|
|
4265
|
+
readonly samplesTabsMaxCount: {
|
|
4266
|
+
readonly type: "number";
|
|
4267
|
+
};
|
|
4268
|
+
readonly schemaExpansionLevel: {
|
|
4269
|
+
readonly oneOf: readonly [{
|
|
4270
|
+
readonly type: "number";
|
|
4271
|
+
readonly minimum: 0;
|
|
4272
|
+
}, {
|
|
4273
|
+
readonly type: "string";
|
|
4274
|
+
}];
|
|
4275
|
+
};
|
|
4276
|
+
readonly minCharacterLengthToInitSearch: {
|
|
4277
|
+
readonly type: "number";
|
|
4278
|
+
readonly minimum: 1;
|
|
4279
|
+
};
|
|
4280
|
+
readonly maxResponseHeadersToShowInTryIt: {
|
|
4281
|
+
readonly type: "number";
|
|
4282
|
+
readonly minimum: 0;
|
|
4283
|
+
};
|
|
4284
|
+
readonly scrollYOffset: {
|
|
4285
|
+
readonly oneOf: readonly [{
|
|
4286
|
+
readonly type: "number";
|
|
4287
|
+
}, {
|
|
4288
|
+
readonly type: "string";
|
|
4289
|
+
}];
|
|
4290
|
+
};
|
|
4291
|
+
readonly searchAutoExpand: {
|
|
4292
|
+
readonly type: "boolean";
|
|
4293
|
+
};
|
|
4294
|
+
readonly searchFieldLevelBoost: {
|
|
4295
|
+
readonly type: "number";
|
|
4296
|
+
readonly minimum: 0;
|
|
4297
|
+
};
|
|
4298
|
+
readonly searchMaxDepth: {
|
|
4299
|
+
readonly type: "number";
|
|
4300
|
+
readonly minimum: 1;
|
|
4301
|
+
};
|
|
4302
|
+
readonly searchMode: {
|
|
4303
|
+
readonly type: "string";
|
|
4304
|
+
readonly enum: readonly ["default", "path-only"];
|
|
4305
|
+
};
|
|
4306
|
+
readonly searchOperationTitleBoost: {
|
|
4307
|
+
readonly type: "number";
|
|
4308
|
+
};
|
|
4309
|
+
readonly searchTagTitleBoost: {
|
|
4310
|
+
readonly type: "number";
|
|
4311
|
+
};
|
|
4312
|
+
readonly sendXUserAgentInTryIt: {
|
|
4313
|
+
readonly type: "boolean";
|
|
4314
|
+
};
|
|
4315
|
+
readonly showChangeLayoutButton: {
|
|
4316
|
+
readonly type: "boolean";
|
|
4317
|
+
};
|
|
4318
|
+
readonly showConsole: {
|
|
4319
|
+
readonly type: "boolean";
|
|
4320
|
+
};
|
|
4321
|
+
readonly showNextButton: {
|
|
4322
|
+
readonly type: "boolean";
|
|
4323
|
+
};
|
|
4324
|
+
readonly showRightPanelToggle: {
|
|
4325
|
+
readonly type: "boolean";
|
|
4326
|
+
};
|
|
4327
|
+
readonly showSecuritySchemeType: {
|
|
4328
|
+
readonly type: "boolean";
|
|
4329
|
+
};
|
|
4330
|
+
readonly showWebhookVerb: {
|
|
4331
|
+
readonly type: "boolean";
|
|
4332
|
+
};
|
|
4333
|
+
readonly showObjectSchemaExamples: {
|
|
4334
|
+
readonly type: "boolean";
|
|
4335
|
+
};
|
|
4336
|
+
readonly disableTryItRequestUrlEncoding: {
|
|
4337
|
+
readonly type: "boolean";
|
|
4338
|
+
};
|
|
4339
|
+
readonly sidebarLinks: {
|
|
4340
|
+
readonly type: "object";
|
|
4341
|
+
readonly properties: {
|
|
4342
|
+
readonly beforeInfo: {
|
|
4343
|
+
readonly type: "array";
|
|
4344
|
+
readonly items: {
|
|
4345
|
+
readonly type: "object";
|
|
4346
|
+
readonly properties: {
|
|
4347
|
+
readonly label: {
|
|
4348
|
+
readonly type: "string";
|
|
4349
|
+
};
|
|
4350
|
+
readonly link: {
|
|
4351
|
+
readonly type: "string";
|
|
4352
|
+
};
|
|
4353
|
+
readonly target: {
|
|
4354
|
+
readonly type: "string";
|
|
4355
|
+
};
|
|
4356
|
+
};
|
|
4357
|
+
readonly required: readonly ["label", "link"];
|
|
4358
|
+
};
|
|
4359
|
+
};
|
|
4360
|
+
readonly end: {
|
|
4361
|
+
readonly type: "array";
|
|
4362
|
+
readonly items: {
|
|
4363
|
+
readonly type: "object";
|
|
4364
|
+
readonly properties: {
|
|
4365
|
+
readonly label: {
|
|
4366
|
+
readonly type: "string";
|
|
4367
|
+
};
|
|
4368
|
+
readonly link: {
|
|
4369
|
+
readonly type: "string";
|
|
4370
|
+
};
|
|
4371
|
+
readonly target: {
|
|
4372
|
+
readonly type: "string";
|
|
4373
|
+
};
|
|
4374
|
+
};
|
|
4375
|
+
readonly required: readonly ["label", "link"];
|
|
4376
|
+
};
|
|
4377
|
+
};
|
|
4378
|
+
};
|
|
4379
|
+
};
|
|
4380
|
+
readonly sideNavStyle: {
|
|
4381
|
+
readonly type: "string";
|
|
4382
|
+
readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
|
|
4383
|
+
};
|
|
4384
|
+
readonly simpleOneOfTypeLabel: {
|
|
4385
|
+
readonly type: "boolean";
|
|
4386
|
+
};
|
|
4387
|
+
readonly sortEnumValuesAlphabetically: {
|
|
4388
|
+
readonly type: "boolean";
|
|
4389
|
+
};
|
|
4390
|
+
readonly sortOperationsAlphabetically: {
|
|
4391
|
+
readonly type: "boolean";
|
|
4392
|
+
};
|
|
4393
|
+
readonly sortPropsAlphabetically: {
|
|
4394
|
+
readonly type: "boolean";
|
|
4395
|
+
};
|
|
4396
|
+
readonly sortTagsAlphabetically: {
|
|
4397
|
+
readonly type: "boolean";
|
|
4398
|
+
};
|
|
4399
|
+
readonly suppressWarnings: {
|
|
4400
|
+
readonly type: "boolean";
|
|
4401
|
+
};
|
|
4402
|
+
readonly unstable_externalDescription: {
|
|
4403
|
+
readonly type: "boolean";
|
|
4404
|
+
};
|
|
4405
|
+
readonly unstable_ignoreMimeParameters: {
|
|
4406
|
+
readonly type: "boolean";
|
|
4407
|
+
};
|
|
4408
|
+
readonly untrustedDefinition: {
|
|
4409
|
+
readonly type: "boolean";
|
|
4410
|
+
};
|
|
4411
|
+
readonly showAccessMode: {
|
|
4412
|
+
readonly type: "boolean";
|
|
4413
|
+
};
|
|
4414
|
+
readonly preserveOriginalExtensionsName: {
|
|
4415
|
+
readonly type: "boolean";
|
|
4416
|
+
};
|
|
4417
|
+
readonly markdownHeadingsAnchorLevel: {
|
|
4418
|
+
readonly type: "number";
|
|
4419
|
+
};
|
|
4420
|
+
readonly licenseKey: {
|
|
4421
|
+
readonly type: "string";
|
|
4422
|
+
};
|
|
4423
|
+
readonly hideLoading: {
|
|
4424
|
+
readonly type: "boolean";
|
|
4425
|
+
};
|
|
4426
|
+
readonly disableRouter: {
|
|
4427
|
+
readonly type: "boolean";
|
|
4428
|
+
};
|
|
4429
|
+
readonly hideSidebar: {
|
|
4430
|
+
readonly type: "boolean";
|
|
4431
|
+
};
|
|
4432
|
+
readonly feedback: {
|
|
4433
|
+
readonly type: "object";
|
|
4434
|
+
readonly properties: {
|
|
4435
|
+
readonly hide: {
|
|
4436
|
+
readonly type: "boolean";
|
|
4437
|
+
readonly default: false;
|
|
4438
|
+
};
|
|
4439
|
+
readonly type: {
|
|
4440
|
+
readonly type: "string";
|
|
4441
|
+
readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
|
|
4442
|
+
readonly default: "sentiment";
|
|
4443
|
+
};
|
|
4444
|
+
readonly settings: {
|
|
4445
|
+
readonly type: "object";
|
|
4446
|
+
readonly properties: {
|
|
4447
|
+
readonly label: {
|
|
4448
|
+
readonly type: "string";
|
|
4449
|
+
};
|
|
4450
|
+
readonly submitText: {
|
|
4451
|
+
readonly type: "string";
|
|
4452
|
+
};
|
|
4453
|
+
readonly buttonText: {
|
|
4454
|
+
readonly type: "string";
|
|
4455
|
+
};
|
|
4456
|
+
readonly component: {
|
|
4457
|
+
readonly type: "string";
|
|
4458
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
4459
|
+
readonly default: "checkbox";
|
|
4460
|
+
};
|
|
4461
|
+
readonly items: {
|
|
4462
|
+
readonly type: "array";
|
|
4463
|
+
readonly items: {
|
|
4464
|
+
readonly type: "string";
|
|
4465
|
+
};
|
|
4466
|
+
readonly minItems: 1;
|
|
4467
|
+
};
|
|
4468
|
+
readonly leftScaleLabel: {
|
|
4469
|
+
readonly type: "string";
|
|
4470
|
+
};
|
|
4471
|
+
readonly rightScaleLabel: {
|
|
4472
|
+
readonly type: "string";
|
|
4473
|
+
};
|
|
4474
|
+
readonly reasons: {
|
|
4475
|
+
readonly type: "object";
|
|
4476
|
+
readonly properties: {
|
|
4477
|
+
readonly like: {
|
|
4478
|
+
readonly type: "object";
|
|
4479
|
+
readonly properties: {
|
|
4480
|
+
readonly hide: {
|
|
4481
|
+
readonly type: "boolean";
|
|
4482
|
+
readonly default: false;
|
|
4483
|
+
};
|
|
4484
|
+
readonly component: {
|
|
4485
|
+
readonly type: "string";
|
|
4486
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
4487
|
+
readonly default: "checkbox";
|
|
4488
|
+
};
|
|
4489
|
+
readonly label: {
|
|
4490
|
+
readonly type: "string";
|
|
4491
|
+
};
|
|
4492
|
+
readonly items: {
|
|
4493
|
+
readonly type: "array";
|
|
4494
|
+
readonly items: {
|
|
4495
|
+
readonly type: "string";
|
|
4496
|
+
};
|
|
4497
|
+
};
|
|
4498
|
+
};
|
|
4499
|
+
readonly additionalProperties: false;
|
|
4500
|
+
};
|
|
4501
|
+
readonly dislike: {
|
|
4502
|
+
readonly type: "object";
|
|
4503
|
+
readonly properties: {
|
|
4504
|
+
readonly hide: {
|
|
4505
|
+
readonly type: "boolean";
|
|
4506
|
+
readonly default: false;
|
|
4507
|
+
};
|
|
4508
|
+
readonly component: {
|
|
4509
|
+
readonly type: "string";
|
|
4510
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
4511
|
+
readonly default: "checkbox";
|
|
4512
|
+
};
|
|
4513
|
+
readonly label: {
|
|
4514
|
+
readonly type: "string";
|
|
4515
|
+
};
|
|
4516
|
+
readonly items: {
|
|
4517
|
+
readonly type: "array";
|
|
4518
|
+
readonly items: {
|
|
4519
|
+
readonly type: "string";
|
|
4520
|
+
};
|
|
4521
|
+
};
|
|
4522
|
+
};
|
|
4523
|
+
readonly additionalProperties: false;
|
|
4524
|
+
};
|
|
4525
|
+
readonly satisfied: {
|
|
4526
|
+
readonly type: "object";
|
|
4527
|
+
readonly properties: {
|
|
4528
|
+
readonly hide: {
|
|
4529
|
+
readonly type: "boolean";
|
|
4530
|
+
readonly default: false;
|
|
4531
|
+
};
|
|
4532
|
+
readonly component: {
|
|
4533
|
+
readonly type: "string";
|
|
4534
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
4535
|
+
readonly default: "checkbox";
|
|
4536
|
+
};
|
|
4537
|
+
readonly label: {
|
|
4538
|
+
readonly type: "string";
|
|
4539
|
+
};
|
|
4540
|
+
readonly items: {
|
|
4541
|
+
readonly type: "array";
|
|
4542
|
+
readonly items: {
|
|
4543
|
+
readonly type: "string";
|
|
4544
|
+
};
|
|
4545
|
+
};
|
|
4546
|
+
};
|
|
4547
|
+
readonly additionalProperties: false;
|
|
4548
|
+
};
|
|
4549
|
+
readonly neutral: {
|
|
4550
|
+
readonly type: "object";
|
|
4551
|
+
readonly properties: {
|
|
4552
|
+
readonly hide: {
|
|
4553
|
+
readonly type: "boolean";
|
|
4554
|
+
readonly default: false;
|
|
4555
|
+
};
|
|
4556
|
+
readonly component: {
|
|
4557
|
+
readonly type: "string";
|
|
4558
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
4559
|
+
readonly default: "checkbox";
|
|
4560
|
+
};
|
|
4561
|
+
readonly label: {
|
|
4562
|
+
readonly type: "string";
|
|
4563
|
+
};
|
|
4564
|
+
readonly items: {
|
|
4565
|
+
readonly type: "array";
|
|
4566
|
+
readonly items: {
|
|
4567
|
+
readonly type: "string";
|
|
4568
|
+
};
|
|
4569
|
+
};
|
|
4570
|
+
};
|
|
4571
|
+
readonly additionalProperties: false;
|
|
4572
|
+
};
|
|
4573
|
+
readonly dissatisfied: {
|
|
4574
|
+
readonly type: "object";
|
|
4575
|
+
readonly properties: {
|
|
4576
|
+
readonly hide: {
|
|
4577
|
+
readonly type: "boolean";
|
|
4578
|
+
readonly default: false;
|
|
4579
|
+
};
|
|
4580
|
+
readonly component: {
|
|
4581
|
+
readonly type: "string";
|
|
4582
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
4583
|
+
readonly default: "checkbox";
|
|
4584
|
+
};
|
|
4585
|
+
readonly label: {
|
|
4586
|
+
readonly type: "string";
|
|
4587
|
+
};
|
|
4588
|
+
readonly items: {
|
|
4589
|
+
readonly type: "array";
|
|
4590
|
+
readonly items: {
|
|
4591
|
+
readonly type: "string";
|
|
4592
|
+
};
|
|
4593
|
+
};
|
|
4594
|
+
};
|
|
4595
|
+
readonly additionalProperties: false;
|
|
4596
|
+
};
|
|
4597
|
+
readonly hide: {
|
|
4598
|
+
readonly type: "boolean";
|
|
4599
|
+
readonly default: false;
|
|
4600
|
+
};
|
|
4601
|
+
readonly component: {
|
|
4602
|
+
readonly type: "string";
|
|
4603
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
4604
|
+
readonly default: "checkbox";
|
|
4605
|
+
};
|
|
4606
|
+
readonly label: {
|
|
4607
|
+
readonly type: "string";
|
|
4608
|
+
};
|
|
4609
|
+
readonly items: {
|
|
4610
|
+
readonly type: "array";
|
|
4611
|
+
readonly items: {
|
|
4612
|
+
readonly type: "string";
|
|
4613
|
+
};
|
|
4614
|
+
};
|
|
4615
|
+
};
|
|
4616
|
+
readonly additionalProperties: false;
|
|
4617
|
+
};
|
|
4618
|
+
readonly comment: {
|
|
4619
|
+
readonly type: "object";
|
|
4620
|
+
readonly properties: {
|
|
4621
|
+
readonly hide: {
|
|
4622
|
+
readonly type: "boolean";
|
|
4623
|
+
readonly default: false;
|
|
4624
|
+
};
|
|
4625
|
+
readonly label: {
|
|
4626
|
+
readonly type: "string";
|
|
4627
|
+
};
|
|
4628
|
+
readonly likeLabel: {
|
|
4629
|
+
readonly type: "string";
|
|
4630
|
+
};
|
|
4631
|
+
readonly dislikeLabel: {
|
|
4632
|
+
readonly type: "string";
|
|
4633
|
+
};
|
|
4634
|
+
readonly satisfiedLabel: {
|
|
4635
|
+
readonly type: "string";
|
|
4636
|
+
};
|
|
4637
|
+
readonly neutralLabel: {
|
|
4638
|
+
readonly type: "string";
|
|
4639
|
+
};
|
|
4640
|
+
readonly dissatisfiedLabel: {
|
|
4641
|
+
readonly type: "string";
|
|
4642
|
+
};
|
|
4643
|
+
};
|
|
4644
|
+
readonly additionalProperties: false;
|
|
4645
|
+
};
|
|
4646
|
+
readonly optionalEmail: {
|
|
4647
|
+
readonly type: "object";
|
|
4648
|
+
readonly properties: {
|
|
4649
|
+
readonly hide: {
|
|
4650
|
+
readonly type: "boolean";
|
|
4651
|
+
readonly default: false;
|
|
4652
|
+
};
|
|
4653
|
+
readonly label: {
|
|
4654
|
+
readonly type: "string";
|
|
4655
|
+
};
|
|
4656
|
+
readonly placeholder: {
|
|
4657
|
+
readonly type: "string";
|
|
4658
|
+
};
|
|
4659
|
+
};
|
|
4660
|
+
readonly additionalProperties: false;
|
|
4661
|
+
};
|
|
4662
|
+
};
|
|
4663
|
+
readonly additionalProperties: false;
|
|
4664
|
+
};
|
|
4665
|
+
};
|
|
4666
|
+
readonly additionalProperties: false;
|
|
4667
|
+
};
|
|
4668
|
+
readonly hideReplay: {
|
|
4669
|
+
readonly type: "boolean";
|
|
4670
|
+
};
|
|
4671
|
+
readonly oAuth2RedirectURI: {
|
|
4672
|
+
readonly type: "string";
|
|
4673
|
+
readonly nullable: true;
|
|
4674
|
+
};
|
|
4675
|
+
readonly corsProxyUrl: {
|
|
4676
|
+
readonly type: "string";
|
|
4677
|
+
};
|
|
4678
|
+
readonly sortRequiredPropsFirst: {
|
|
4679
|
+
readonly type: "boolean";
|
|
4680
|
+
};
|
|
4681
|
+
readonly sanitize: {
|
|
4682
|
+
readonly type: "boolean";
|
|
4683
|
+
};
|
|
4684
|
+
readonly hideDownloadButtons: {
|
|
4685
|
+
readonly type: "boolean";
|
|
4686
|
+
};
|
|
4687
|
+
readonly downloadUrls: {
|
|
4688
|
+
readonly type: "array";
|
|
4689
|
+
readonly items: {
|
|
4690
|
+
readonly type: "object";
|
|
4691
|
+
readonly properties: {
|
|
4692
|
+
readonly title: {
|
|
4693
|
+
readonly type: "string";
|
|
4694
|
+
};
|
|
4695
|
+
readonly url: {
|
|
4696
|
+
readonly type: "string";
|
|
4697
|
+
};
|
|
4698
|
+
};
|
|
4699
|
+
readonly required: readonly ["url"];
|
|
4700
|
+
readonly additionalProperties: false;
|
|
4701
|
+
};
|
|
4702
|
+
};
|
|
4703
|
+
readonly onlyRequiredInSamples: {
|
|
4704
|
+
readonly type: "boolean";
|
|
4705
|
+
};
|
|
4706
|
+
readonly generatedSamplesMaxDepth: {
|
|
4707
|
+
readonly oneOf: readonly [{
|
|
4708
|
+
readonly type: "number";
|
|
4709
|
+
}, {
|
|
4710
|
+
readonly type: "string";
|
|
4711
|
+
}];
|
|
4712
|
+
};
|
|
4713
|
+
readonly showExtensions: {
|
|
4714
|
+
readonly oneOf: readonly [{
|
|
4715
|
+
readonly type: "boolean";
|
|
4716
|
+
}, {
|
|
4717
|
+
readonly type: "string";
|
|
4718
|
+
}, {
|
|
4719
|
+
readonly type: "array";
|
|
4720
|
+
readonly items: {
|
|
4721
|
+
readonly type: "string";
|
|
4722
|
+
};
|
|
4723
|
+
}];
|
|
4724
|
+
};
|
|
4725
|
+
readonly hideSchemaTitles: {
|
|
4726
|
+
readonly type: "boolean";
|
|
4727
|
+
};
|
|
4728
|
+
readonly jsonSamplesExpandLevel: {
|
|
4729
|
+
readonly oneOf: readonly [{
|
|
4730
|
+
readonly type: "number";
|
|
4731
|
+
}, {
|
|
4732
|
+
readonly type: "string";
|
|
4733
|
+
}];
|
|
4734
|
+
};
|
|
4735
|
+
readonly schemasExpansionLevel: {
|
|
4736
|
+
readonly oneOf: readonly [{
|
|
4737
|
+
readonly type: "number";
|
|
4738
|
+
}, {
|
|
4739
|
+
readonly type: "string";
|
|
4740
|
+
}];
|
|
4741
|
+
};
|
|
4742
|
+
readonly mockServer: {
|
|
4743
|
+
readonly type: "object";
|
|
4744
|
+
readonly properties: {
|
|
4745
|
+
readonly url: {
|
|
4746
|
+
readonly type: "string";
|
|
4747
|
+
};
|
|
4748
|
+
readonly position: {
|
|
4749
|
+
readonly type: "string";
|
|
4750
|
+
readonly enum: readonly ["first", "last", "replace", "off"];
|
|
4751
|
+
};
|
|
4752
|
+
readonly description: {
|
|
4753
|
+
readonly type: "string";
|
|
4754
|
+
};
|
|
4755
|
+
};
|
|
4756
|
+
};
|
|
4757
|
+
readonly maxDisplayedEnumValues: {
|
|
4758
|
+
readonly type: "number";
|
|
4759
|
+
};
|
|
4760
|
+
readonly schemaDefinitionsTagName: {
|
|
4761
|
+
readonly type: "string";
|
|
4762
|
+
};
|
|
4763
|
+
readonly layout: {
|
|
4764
|
+
readonly type: "string";
|
|
4765
|
+
readonly enum: readonly ["stacked", "three-panel"];
|
|
4766
|
+
};
|
|
4767
|
+
readonly hideInfoMetadata: {
|
|
4768
|
+
readonly type: "boolean";
|
|
4769
|
+
};
|
|
4770
|
+
readonly events: {
|
|
4771
|
+
readonly type: "object";
|
|
4772
|
+
};
|
|
4773
|
+
readonly skipBundle: {
|
|
4774
|
+
readonly type: "boolean";
|
|
4775
|
+
};
|
|
4776
|
+
readonly routingBasePath: {
|
|
4777
|
+
readonly type: "string";
|
|
4778
|
+
};
|
|
4779
|
+
readonly codeSamples: {
|
|
4780
|
+
readonly type: "object";
|
|
4781
|
+
readonly properties: {
|
|
4782
|
+
readonly languages: {
|
|
4783
|
+
readonly type: "array";
|
|
4784
|
+
readonly items: {
|
|
4785
|
+
readonly type: "object";
|
|
4786
|
+
readonly properties: {
|
|
4787
|
+
readonly lang: {
|
|
4788
|
+
readonly type: "string";
|
|
4789
|
+
readonly examples: readonly ["curl", "JavaScript", "Node.js", "Python", "Java8+Apache", "Java", "C#", "C#+Newtonsoft", "PHP", "Go", "Ruby", "R", "Payload"];
|
|
4790
|
+
};
|
|
4791
|
+
readonly label: {
|
|
4792
|
+
readonly type: "string";
|
|
4793
|
+
};
|
|
4794
|
+
readonly options: {
|
|
4795
|
+
readonly type: "object";
|
|
4796
|
+
readonly properties: {
|
|
4797
|
+
readonly indent: {
|
|
4798
|
+
readonly type: "string";
|
|
4799
|
+
};
|
|
4800
|
+
readonly withImports: {
|
|
4801
|
+
readonly type: "boolean";
|
|
4802
|
+
};
|
|
4803
|
+
readonly withComments: {
|
|
4804
|
+
readonly type: "boolean";
|
|
4805
|
+
};
|
|
4806
|
+
readonly binary: {
|
|
4807
|
+
readonly type: "boolean";
|
|
4808
|
+
};
|
|
4809
|
+
readonly credentials: {
|
|
4810
|
+
readonly type: "string";
|
|
4811
|
+
readonly enum: readonly ["omit", "same-origin", "include"];
|
|
4812
|
+
};
|
|
4813
|
+
};
|
|
4814
|
+
readonly additionalProperties: false;
|
|
4815
|
+
};
|
|
4816
|
+
};
|
|
4817
|
+
readonly required: readonly ["lang"];
|
|
4818
|
+
readonly additionalProperties: false;
|
|
4819
|
+
};
|
|
4820
|
+
};
|
|
4821
|
+
readonly skipOptionalParameters: {
|
|
4822
|
+
readonly type: "boolean";
|
|
4823
|
+
};
|
|
4824
|
+
readonly withOAuth2Call: {
|
|
4825
|
+
readonly type: "boolean";
|
|
4826
|
+
};
|
|
4827
|
+
};
|
|
4828
|
+
readonly additionalProperties: false;
|
|
4829
|
+
};
|
|
4830
|
+
readonly ignoreNamedSchemas: {
|
|
4831
|
+
readonly oneOf: readonly [{
|
|
4832
|
+
readonly type: "array";
|
|
4833
|
+
readonly items: {
|
|
4834
|
+
readonly type: "string";
|
|
4835
|
+
};
|
|
4836
|
+
}, {
|
|
4837
|
+
readonly type: "string";
|
|
4838
|
+
}];
|
|
4839
|
+
};
|
|
4840
|
+
readonly hidePropertiesPrefix: {
|
|
4841
|
+
readonly type: "boolean";
|
|
4842
|
+
};
|
|
4843
|
+
readonly excludeFromSearch: {
|
|
4844
|
+
readonly type: "boolean";
|
|
4845
|
+
};
|
|
4846
|
+
readonly showSchemaCatalogLinks: {
|
|
4847
|
+
readonly type: "boolean";
|
|
4848
|
+
};
|
|
4849
|
+
};
|
|
4850
|
+
readonly type: "object";
|
|
4851
|
+
readonly additionalProperties: false;
|
|
4852
|
+
};
|
|
3046
4853
|
export declare const amplitudeAnalyticsConfigSchema: {
|
|
3047
4854
|
readonly type: "object";
|
|
3048
4855
|
readonly properties: {
|
|
@@ -4202,6 +6009,9 @@ export declare const catalogsConfigSchema: {
|
|
|
4202
6009
|
};
|
|
4203
6010
|
};
|
|
4204
6011
|
export declare const scorecardConfigSchema: {
|
|
6012
|
+
readonly nodeTypeName: "ScorecardClassic";
|
|
6013
|
+
readonly description: "Add and create sets of rules and test your API description files against them. With these rules you can maintain quality across your existing APIs and ensure that newly-added or updated APIs match your criteria. An API scorecard can include multiple sets of rules, corresponding to different quality levels.";
|
|
6014
|
+
readonly documentationLink: "https://redocly.com/docs/realm/config/scorecard-classic";
|
|
4205
6015
|
readonly type: "object";
|
|
4206
6016
|
readonly additionalProperties: true;
|
|
4207
6017
|
readonly required: readonly [];
|
|
@@ -4214,6 +6024,9 @@ export declare const scorecardConfigSchema: {
|
|
|
4214
6024
|
readonly default: false;
|
|
4215
6025
|
};
|
|
4216
6026
|
readonly teamMetadataProperty: {
|
|
6027
|
+
readonly nodeTypeName: "ScorecardClassicTeamMetadataProperty";
|
|
6028
|
+
readonly description: "Provide custom team label and team metadata property.";
|
|
6029
|
+
readonly documentationLink: "https://redocly.com/docs/realm/config/scorecard-classic#team-metadata-object";
|
|
4217
6030
|
readonly type: "object";
|
|
4218
6031
|
readonly properties: {
|
|
4219
6032
|
readonly property: {
|
|
@@ -4228,92 +6041,126 @@ export declare const scorecardConfigSchema: {
|
|
|
4228
6041
|
};
|
|
4229
6042
|
};
|
|
4230
6043
|
readonly levels: {
|
|
6044
|
+
readonly nodeTypeName: "ScorecardClassicLevelList";
|
|
6045
|
+
readonly description: "List of levels to score against.";
|
|
4231
6046
|
readonly type: "array";
|
|
4232
6047
|
readonly items: {
|
|
6048
|
+
readonly nodeTypeName: "ScorecardClassicLevel";
|
|
6049
|
+
readonly documentationLink: "https://redocly.com/docs/realm/config/scorecard-classic#level-object";
|
|
4233
6050
|
readonly type: "object";
|
|
4234
6051
|
readonly required: readonly ["name"];
|
|
4235
6052
|
readonly properties: {
|
|
4236
|
-
readonly
|
|
6053
|
+
readonly extends: {
|
|
6054
|
+
readonly nodeTypeName: undefined;
|
|
6055
|
+
readonly type: "array";
|
|
6056
|
+
readonly items: {
|
|
6057
|
+
readonly type: "string";
|
|
6058
|
+
};
|
|
6059
|
+
readonly description: "Use extends to inherit rules and their configurations from other rulesets.";
|
|
6060
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/extends";
|
|
6061
|
+
};
|
|
6062
|
+
readonly preprocessors: {
|
|
6063
|
+
readonly nodeTypeName: undefined;
|
|
4237
6064
|
readonly type: "object";
|
|
4238
6065
|
readonly additionalProperties: true;
|
|
4239
6066
|
};
|
|
4240
|
-
readonly
|
|
6067
|
+
readonly oas2Preprocessors: {
|
|
6068
|
+
readonly nodeTypeName: undefined;
|
|
4241
6069
|
readonly type: "object";
|
|
4242
6070
|
readonly additionalProperties: true;
|
|
4243
6071
|
};
|
|
4244
|
-
readonly
|
|
6072
|
+
readonly oas3_0Preprocessors: {
|
|
6073
|
+
readonly nodeTypeName: undefined;
|
|
4245
6074
|
readonly type: "object";
|
|
4246
6075
|
readonly additionalProperties: true;
|
|
4247
6076
|
};
|
|
4248
|
-
readonly
|
|
6077
|
+
readonly oas3_1Preprocessors: {
|
|
6078
|
+
readonly nodeTypeName: undefined;
|
|
4249
6079
|
readonly type: "object";
|
|
4250
6080
|
readonly additionalProperties: true;
|
|
4251
6081
|
};
|
|
4252
|
-
readonly
|
|
6082
|
+
readonly oas3_2Preprocessors: {
|
|
6083
|
+
readonly nodeTypeName: undefined;
|
|
4253
6084
|
readonly type: "object";
|
|
4254
6085
|
readonly additionalProperties: true;
|
|
4255
6086
|
};
|
|
4256
|
-
readonly
|
|
6087
|
+
readonly async2Preprocessors: {
|
|
6088
|
+
readonly nodeTypeName: undefined;
|
|
4257
6089
|
readonly type: "object";
|
|
4258
6090
|
readonly additionalProperties: true;
|
|
4259
6091
|
};
|
|
4260
|
-
readonly
|
|
6092
|
+
readonly async3Preprocessors: {
|
|
6093
|
+
readonly nodeTypeName: undefined;
|
|
4261
6094
|
readonly type: "object";
|
|
4262
6095
|
readonly additionalProperties: true;
|
|
4263
6096
|
};
|
|
4264
|
-
readonly
|
|
6097
|
+
readonly arazzo1Preprocessors: {
|
|
6098
|
+
readonly nodeTypeName: undefined;
|
|
4265
6099
|
readonly type: "object";
|
|
4266
6100
|
readonly additionalProperties: true;
|
|
4267
6101
|
};
|
|
4268
|
-
readonly
|
|
6102
|
+
readonly overlay1Preprocessors: {
|
|
6103
|
+
readonly nodeTypeName: undefined;
|
|
4269
6104
|
readonly type: "object";
|
|
4270
6105
|
readonly additionalProperties: true;
|
|
4271
6106
|
};
|
|
4272
|
-
readonly
|
|
6107
|
+
readonly openrpc1Preprocessors: {
|
|
6108
|
+
readonly nodeTypeName: undefined;
|
|
4273
6109
|
readonly type: "object";
|
|
4274
6110
|
readonly additionalProperties: true;
|
|
4275
6111
|
};
|
|
4276
|
-
readonly
|
|
6112
|
+
readonly decorators: {
|
|
6113
|
+
readonly nodeTypeName: undefined;
|
|
4277
6114
|
readonly type: "object";
|
|
4278
6115
|
readonly additionalProperties: true;
|
|
4279
6116
|
};
|
|
4280
|
-
readonly
|
|
6117
|
+
readonly oas2Decorators: {
|
|
6118
|
+
readonly nodeTypeName: undefined;
|
|
4281
6119
|
readonly type: "object";
|
|
4282
6120
|
readonly additionalProperties: true;
|
|
4283
6121
|
};
|
|
4284
|
-
readonly
|
|
6122
|
+
readonly oas3_0Decorators: {
|
|
6123
|
+
readonly nodeTypeName: undefined;
|
|
4285
6124
|
readonly type: "object";
|
|
4286
6125
|
readonly additionalProperties: true;
|
|
4287
6126
|
};
|
|
4288
|
-
readonly
|
|
6127
|
+
readonly oas3_1Decorators: {
|
|
6128
|
+
readonly nodeTypeName: undefined;
|
|
4289
6129
|
readonly type: "object";
|
|
4290
6130
|
readonly additionalProperties: true;
|
|
4291
6131
|
};
|
|
4292
|
-
readonly
|
|
6132
|
+
readonly oas3_2Decorators: {
|
|
6133
|
+
readonly nodeTypeName: undefined;
|
|
4293
6134
|
readonly type: "object";
|
|
4294
6135
|
readonly additionalProperties: true;
|
|
4295
6136
|
};
|
|
4296
|
-
readonly
|
|
6137
|
+
readonly async2Decorators: {
|
|
6138
|
+
readonly nodeTypeName: undefined;
|
|
4297
6139
|
readonly type: "object";
|
|
4298
6140
|
readonly additionalProperties: true;
|
|
4299
6141
|
};
|
|
4300
|
-
readonly
|
|
6142
|
+
readonly async3Decorators: {
|
|
6143
|
+
readonly nodeTypeName: undefined;
|
|
4301
6144
|
readonly type: "object";
|
|
4302
6145
|
readonly additionalProperties: true;
|
|
4303
6146
|
};
|
|
4304
|
-
readonly
|
|
6147
|
+
readonly arazzo1Decorators: {
|
|
6148
|
+
readonly nodeTypeName: undefined;
|
|
4305
6149
|
readonly type: "object";
|
|
4306
6150
|
readonly additionalProperties: true;
|
|
4307
6151
|
};
|
|
4308
|
-
readonly
|
|
6152
|
+
readonly overlay1Decorators: {
|
|
6153
|
+
readonly nodeTypeName: undefined;
|
|
4309
6154
|
readonly type: "object";
|
|
4310
6155
|
readonly additionalProperties: true;
|
|
4311
6156
|
};
|
|
4312
|
-
readonly
|
|
6157
|
+
readonly openrpc1Decorators: {
|
|
6158
|
+
readonly nodeTypeName: undefined;
|
|
4313
6159
|
readonly type: "object";
|
|
4314
6160
|
readonly additionalProperties: true;
|
|
4315
6161
|
};
|
|
4316
6162
|
readonly rules: {
|
|
6163
|
+
readonly nodeTypeName: undefined;
|
|
4317
6164
|
readonly type: "object";
|
|
4318
6165
|
readonly additionalProperties: {
|
|
4319
6166
|
readonly oneOf: readonly [{
|
|
@@ -4322,8 +6169,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4322
6169
|
readonly type: "object";
|
|
4323
6170
|
}];
|
|
4324
6171
|
};
|
|
6172
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6173
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4325
6174
|
};
|
|
4326
6175
|
readonly oas2Rules: {
|
|
6176
|
+
readonly nodeTypeName: undefined;
|
|
4327
6177
|
readonly type: "object";
|
|
4328
6178
|
readonly additionalProperties: {
|
|
4329
6179
|
readonly oneOf: readonly [{
|
|
@@ -4332,8 +6182,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4332
6182
|
readonly type: "object";
|
|
4333
6183
|
}];
|
|
4334
6184
|
};
|
|
6185
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6186
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4335
6187
|
};
|
|
4336
6188
|
readonly oas3_0Rules: {
|
|
6189
|
+
readonly nodeTypeName: undefined;
|
|
4337
6190
|
readonly type: "object";
|
|
4338
6191
|
readonly additionalProperties: {
|
|
4339
6192
|
readonly oneOf: readonly [{
|
|
@@ -4342,8 +6195,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4342
6195
|
readonly type: "object";
|
|
4343
6196
|
}];
|
|
4344
6197
|
};
|
|
6198
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6199
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4345
6200
|
};
|
|
4346
6201
|
readonly oas3_1Rules: {
|
|
6202
|
+
readonly nodeTypeName: undefined;
|
|
4347
6203
|
readonly type: "object";
|
|
4348
6204
|
readonly additionalProperties: {
|
|
4349
6205
|
readonly oneOf: readonly [{
|
|
@@ -4352,8 +6208,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4352
6208
|
readonly type: "object";
|
|
4353
6209
|
}];
|
|
4354
6210
|
};
|
|
6211
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6212
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4355
6213
|
};
|
|
4356
6214
|
readonly oas3_2Rules: {
|
|
6215
|
+
readonly nodeTypeName: undefined;
|
|
4357
6216
|
readonly type: "object";
|
|
4358
6217
|
readonly additionalProperties: {
|
|
4359
6218
|
readonly oneOf: readonly [{
|
|
@@ -4362,8 +6221,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4362
6221
|
readonly type: "object";
|
|
4363
6222
|
}];
|
|
4364
6223
|
};
|
|
6224
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6225
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4365
6226
|
};
|
|
4366
6227
|
readonly async2Rules: {
|
|
6228
|
+
readonly nodeTypeName: undefined;
|
|
4367
6229
|
readonly type: "object";
|
|
4368
6230
|
readonly additionalProperties: {
|
|
4369
6231
|
readonly oneOf: readonly [{
|
|
@@ -4372,8 +6234,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4372
6234
|
readonly type: "object";
|
|
4373
6235
|
}];
|
|
4374
6236
|
};
|
|
6237
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6238
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4375
6239
|
};
|
|
4376
6240
|
readonly async3Rules: {
|
|
6241
|
+
readonly nodeTypeName: undefined;
|
|
4377
6242
|
readonly type: "object";
|
|
4378
6243
|
readonly additionalProperties: {
|
|
4379
6244
|
readonly oneOf: readonly [{
|
|
@@ -4382,8 +6247,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4382
6247
|
readonly type: "object";
|
|
4383
6248
|
}];
|
|
4384
6249
|
};
|
|
6250
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6251
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4385
6252
|
};
|
|
4386
6253
|
readonly arazzo1Rules: {
|
|
6254
|
+
readonly nodeTypeName: undefined;
|
|
4387
6255
|
readonly type: "object";
|
|
4388
6256
|
readonly additionalProperties: {
|
|
4389
6257
|
readonly oneOf: readonly [{
|
|
@@ -4392,8 +6260,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4392
6260
|
readonly type: "object";
|
|
4393
6261
|
}];
|
|
4394
6262
|
};
|
|
6263
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6264
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4395
6265
|
};
|
|
4396
6266
|
readonly overlay1Rules: {
|
|
6267
|
+
readonly nodeTypeName: undefined;
|
|
4397
6268
|
readonly type: "object";
|
|
4398
6269
|
readonly additionalProperties: {
|
|
4399
6270
|
readonly oneOf: readonly [{
|
|
@@ -4402,8 +6273,11 @@ export declare const scorecardConfigSchema: {
|
|
|
4402
6273
|
readonly type: "object";
|
|
4403
6274
|
}];
|
|
4404
6275
|
};
|
|
6276
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6277
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4405
6278
|
};
|
|
4406
6279
|
readonly openrpc1Rules: {
|
|
6280
|
+
readonly nodeTypeName: undefined;
|
|
4407
6281
|
readonly type: "object";
|
|
4408
6282
|
readonly additionalProperties: {
|
|
4409
6283
|
readonly oneOf: readonly [{
|
|
@@ -4412,6 +6286,8 @@ export declare const scorecardConfigSchema: {
|
|
|
4412
6286
|
readonly type: "object";
|
|
4413
6287
|
}];
|
|
4414
6288
|
};
|
|
6289
|
+
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
6290
|
+
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
4415
6291
|
};
|
|
4416
6292
|
readonly name: {
|
|
4417
6293
|
readonly type: "string";
|
|
@@ -4419,19 +6295,16 @@ export declare const scorecardConfigSchema: {
|
|
|
4419
6295
|
readonly color: {
|
|
4420
6296
|
readonly type: "string";
|
|
4421
6297
|
};
|
|
4422
|
-
readonly extends: {
|
|
4423
|
-
readonly type: "array";
|
|
4424
|
-
readonly items: {
|
|
4425
|
-
readonly type: "string";
|
|
4426
|
-
};
|
|
4427
|
-
};
|
|
4428
6298
|
};
|
|
4429
6299
|
readonly additionalProperties: false;
|
|
4430
6300
|
};
|
|
4431
6301
|
};
|
|
4432
6302
|
readonly targets: {
|
|
6303
|
+
readonly nodeTypeName: "ScorecardClassicTargetList";
|
|
6304
|
+
readonly description: "Provide custom `minimumLevel` for specific targets.";
|
|
4433
6305
|
readonly type: "array";
|
|
4434
6306
|
readonly items: {
|
|
6307
|
+
readonly nodeTypeName: "ScorecardClassicTarget";
|
|
4435
6308
|
readonly type: "object";
|
|
4436
6309
|
readonly required: readonly ["where"];
|
|
4437
6310
|
readonly properties: {
|
|
@@ -4443,10 +6316,14 @@ export declare const scorecardConfigSchema: {
|
|
|
4443
6316
|
readonly additionalProperties: true;
|
|
4444
6317
|
};
|
|
4445
6318
|
readonly where: {
|
|
6319
|
+
readonly nodeTypeName: "ScorecardClassicTargetWhere";
|
|
6320
|
+
readonly description: "Specify which API descriptions to apply the `minimumLevel` to based on the metadata.";
|
|
6321
|
+
readonly documentationLink: "https://redocly.com/docs/realm/config/scorecard-classic#where-object";
|
|
4446
6322
|
readonly type: "object";
|
|
4447
6323
|
readonly required: readonly ["metadata"];
|
|
4448
6324
|
readonly properties: {
|
|
4449
6325
|
readonly metadata: {
|
|
6326
|
+
readonly nodeTypeName: "ScorecardClassicTargetWhereMetadata";
|
|
4450
6327
|
readonly type: "object";
|
|
4451
6328
|
readonly additionalProperties: {
|
|
4452
6329
|
readonly type: "string";
|