@redocly/config 0.5.0 → 0.82.2-rc.3

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.
@@ -1417,6 +1417,16 @@ export declare const redoclyConfigSchema: {
1417
1417
  readonly required: readonly ["root"];
1418
1418
  };
1419
1419
  };
1420
+ readonly rules: {
1421
+ readonly type: "object";
1422
+ readonly additionalProperties: {
1423
+ readonly oneOf: readonly [{
1424
+ readonly type: "string";
1425
+ }, {
1426
+ readonly type: "object";
1427
+ }];
1428
+ };
1429
+ };
1420
1430
  readonly ssoOnPrem: {
1421
1431
  readonly type: "object";
1422
1432
  readonly additionalProperties: {
@@ -2615,7 +2625,7 @@ export declare const redoclyConfigSchema: {
2615
2625
  };
2616
2626
  readonly text: {
2617
2627
  readonly type: "string";
2618
- readonly default: "Next to {{label}}";
2628
+ readonly default: "Next page";
2619
2629
  };
2620
2630
  };
2621
2631
  readonly additionalProperties: false;
@@ -2629,7 +2639,7 @@ export declare const redoclyConfigSchema: {
2629
2639
  };
2630
2640
  readonly text: {
2631
2641
  readonly type: "string";
2632
- readonly default: "Back to {{label}}";
2642
+ readonly default: "Previous page";
2633
2643
  };
2634
2644
  };
2635
2645
  readonly additionalProperties: false;
@@ -3024,21 +3034,13 @@ export declare const redoclyConfigSchema: {
3024
3034
  };
3025
3035
  };
3026
3036
  };
3027
- readonly userProfile: {
3037
+ readonly userMenu: {
3028
3038
  readonly type: "object";
3029
3039
  readonly properties: {
3030
3040
  readonly hide: {
3031
3041
  readonly type: "boolean";
3032
3042
  };
3033
- readonly loginLabel: {
3034
- readonly type: "string";
3035
- readonly default: "Login";
3036
- };
3037
- readonly logoutLabel: {
3038
- readonly type: "string";
3039
- readonly default: "Logout";
3040
- };
3041
- readonly menu: {
3043
+ readonly items: {
3042
3044
  readonly type: "array";
3043
3045
  readonly items: {
3044
3046
  readonly type: "object";
@@ -3125,6 +3127,7 @@ export declare const redoclyConfigSchema: {
3125
3127
  readonly type: {
3126
3128
  readonly type: "string";
3127
3129
  readonly enum: readonly ["select", "checkboxes", "date-range"];
3130
+ readonly default: "checkboxes";
3128
3131
  };
3129
3132
  readonly title: {
3130
3133
  readonly type: "string";
@@ -3471,2275 +3474,2014 @@ export declare const rootRedoclyConfigSchema: {
3471
3474
  readonly additionalProperties: false;
3472
3475
  readonly type: "object";
3473
3476
  readonly properties: {
3474
- readonly licenseKey: {
3475
- readonly type: "string";
3477
+ metadata: {
3478
+ type: "object";
3479
+ additionalProperties: true;
3476
3480
  };
3477
- readonly redirects: {
3478
- readonly type: "object";
3479
- readonly additionalProperties: {
3480
- readonly type: "object";
3481
- readonly properties: {
3482
- readonly to: {
3483
- readonly type: "string";
3481
+ licenseKey: {
3482
+ type: "string";
3483
+ };
3484
+ redirects: {
3485
+ type: "object";
3486
+ additionalProperties: {
3487
+ type: "object";
3488
+ properties: {
3489
+ type: {
3490
+ type: "number";
3484
3491
  };
3485
- readonly type: {
3486
- readonly type: "number";
3487
- readonly default: 301;
3492
+ to: {
3493
+ type: "string";
3488
3494
  };
3489
3495
  };
3490
- readonly additionalProperties: false;
3496
+ additionalProperties: false;
3491
3497
  };
3492
- readonly default: {};
3493
3498
  };
3494
- readonly seo: {
3495
- readonly type: "object";
3496
- readonly properties: {
3497
- readonly title: {
3498
- readonly type: "string";
3499
+ seo: {
3500
+ type: "object";
3501
+ properties: {
3502
+ image: {
3503
+ type: "string";
3499
3504
  };
3500
- readonly description: {
3501
- readonly type: "string";
3505
+ title: {
3506
+ type: "string";
3502
3507
  };
3503
- readonly siteUrl: {
3504
- readonly type: "string";
3508
+ description: {
3509
+ type: "string";
3505
3510
  };
3506
- readonly image: {
3507
- readonly type: "string";
3511
+ siteUrl: {
3512
+ type: "string";
3508
3513
  };
3509
- readonly keywords: {
3510
- readonly oneOf: readonly [{
3511
- readonly type: "array";
3512
- readonly items: {
3513
- readonly type: "string";
3514
+ keywords: {
3515
+ oneOf: ({
3516
+ items: {
3517
+ type: "string";
3514
3518
  };
3515
- }, {
3516
- readonly type: "string";
3517
- }];
3519
+ type: "array";
3520
+ } | {
3521
+ type: "string";
3522
+ })[];
3518
3523
  };
3519
- readonly lang: {
3520
- readonly type: "string";
3524
+ lang: {
3525
+ type: "string";
3521
3526
  };
3522
- readonly jsonLd: {
3523
- readonly type: "object";
3527
+ jsonLd: {
3528
+ type: "object";
3524
3529
  };
3525
- readonly meta: {
3526
- readonly type: "array";
3527
- readonly items: {
3528
- readonly type: "object";
3529
- readonly properties: {
3530
- readonly name: {
3531
- readonly type: "string";
3530
+ meta: {
3531
+ items: {
3532
+ type: "object";
3533
+ properties: {
3534
+ name: {
3535
+ type: "string";
3532
3536
  };
3533
- readonly content: {
3534
- readonly type: "string";
3537
+ content: {
3538
+ type: "string";
3535
3539
  };
3536
3540
  };
3537
- readonly required: readonly ["name", "content"];
3538
- readonly additionalProperties: false;
3541
+ additionalProperties: false;
3542
+ required: ("name" | "content")[];
3539
3543
  };
3544
+ type: "array";
3540
3545
  };
3541
3546
  };
3542
- readonly additionalProperties: false;
3547
+ additionalProperties: false;
3543
3548
  };
3544
- readonly rbac: {
3545
- readonly type: "object";
3546
- readonly properties: {
3547
- readonly teamNamePatterns: {
3548
- readonly type: "array";
3549
- readonly items: {
3550
- readonly type: "string";
3549
+ rbac: {
3550
+ type: "object";
3551
+ properties: {
3552
+ content: {
3553
+ type: "object";
3554
+ properties: {
3555
+ "**": {
3556
+ type: "object";
3557
+ additionalProperties: {
3558
+ type: "string";
3559
+ };
3560
+ };
3551
3561
  };
3552
- };
3553
- readonly teamFolders: {
3554
- readonly type: "array";
3555
- readonly items: {
3556
- readonly type: "string";
3562
+ additionalProperties: {
3563
+ type: "object";
3564
+ additionalProperties: {
3565
+ type: "string";
3566
+ };
3557
3567
  };
3558
3568
  };
3559
- readonly teamFoldersBaseRoles: {
3560
- readonly type: "object";
3561
- readonly additionalProperties: {
3562
- readonly type: "string";
3569
+ reunite: {
3570
+ type: "object";
3571
+ additionalProperties: {
3572
+ type: "string";
3563
3573
  };
3564
3574
  };
3565
- readonly cms: {
3566
- readonly type: "object";
3567
- readonly additionalProperties: {
3568
- readonly type: "string";
3575
+ teamNamePatterns: {
3576
+ items: {
3577
+ type: "string";
3569
3578
  };
3579
+ type: "array";
3570
3580
  };
3571
- readonly reunite: {
3572
- readonly type: "object";
3573
- readonly additionalProperties: {
3574
- readonly type: "string";
3581
+ teamFolders: {
3582
+ items: {
3583
+ type: "string";
3575
3584
  };
3585
+ type: "array";
3576
3586
  };
3577
- readonly content: {
3578
- readonly type: "object";
3579
- readonly properties: {
3580
- readonly '**': {
3581
- readonly type: "object";
3582
- readonly additionalProperties: {
3583
- readonly type: "string";
3584
- };
3585
- };
3587
+ teamFoldersBaseRoles: {
3588
+ type: "object";
3589
+ additionalProperties: {
3590
+ type: "string";
3586
3591
  };
3587
- readonly additionalProperties: {
3588
- readonly type: "object";
3589
- readonly additionalProperties: {
3590
- readonly type: "string";
3591
- };
3592
+ };
3593
+ cms: {
3594
+ type: "object";
3595
+ additionalProperties: {
3596
+ type: "string";
3592
3597
  };
3593
3598
  };
3594
3599
  };
3595
- readonly additionalProperties: {
3596
- readonly type: "object";
3597
- readonly additionalProperties: {
3598
- readonly type: "string";
3600
+ additionalProperties: {
3601
+ type: "object";
3602
+ additionalProperties: {
3603
+ type: "string";
3599
3604
  };
3600
3605
  };
3601
3606
  };
3602
- readonly responseHeaders: {
3603
- readonly type: "object";
3604
- readonly additionalProperties: {
3605
- readonly type: "array";
3606
- readonly items: {
3607
- readonly type: "object";
3608
- readonly properties: {
3609
- readonly name: {
3610
- readonly type: "string";
3607
+ responseHeaders: {
3608
+ type: "object";
3609
+ additionalProperties: {
3610
+ items: {
3611
+ type: "object";
3612
+ properties: {
3613
+ name: {
3614
+ type: "string";
3611
3615
  };
3612
- readonly value: {
3613
- readonly type: "string";
3616
+ value: {
3617
+ type: "string";
3614
3618
  };
3615
3619
  };
3616
- readonly additionalProperties: false;
3617
- readonly required: readonly ["name", "value"];
3620
+ additionalProperties: false;
3621
+ required: ("name" | "value")[];
3618
3622
  };
3623
+ type: "array";
3619
3624
  };
3620
3625
  };
3621
- readonly mockServer: {
3622
- readonly type: "object";
3623
- readonly properties: {
3624
- readonly off: {
3625
- readonly type: "boolean";
3626
- readonly default: false;
3626
+ mockServer: {
3627
+ type: "object";
3628
+ properties: {
3629
+ off: {
3630
+ type: "boolean";
3627
3631
  };
3628
- readonly position: {
3629
- readonly type: "string";
3630
- readonly enum: readonly ["first", "last", "replace", "off"];
3631
- readonly default: "first";
3632
+ description: {
3633
+ type: "string";
3632
3634
  };
3633
- readonly strictExamples: {
3634
- readonly type: "boolean";
3635
- readonly default: false;
3635
+ position: {
3636
+ type: "string";
3637
+ enum: ("first" | "last" | "replace" | "off")[];
3636
3638
  };
3637
- readonly errorIfForcedExampleNotFound: {
3638
- readonly type: "boolean";
3639
- readonly default: false;
3639
+ strictExamples: {
3640
+ type: "boolean";
3640
3641
  };
3641
- readonly description: {
3642
- readonly type: "string";
3642
+ errorIfForcedExampleNotFound: {
3643
+ type: "boolean";
3643
3644
  };
3644
3645
  };
3645
3646
  };
3646
- readonly apis: {
3647
- readonly type: "object";
3648
- readonly additionalProperties: {
3649
- readonly type: "object";
3650
- readonly properties: {
3651
- readonly root: {
3652
- readonly type: "string";
3647
+ apis: {
3648
+ type: "object";
3649
+ additionalProperties: {
3650
+ type: "object";
3651
+ properties: {
3652
+ title: {
3653
+ type: "string";
3653
3654
  };
3654
- readonly output: {
3655
- readonly type: "string";
3656
- readonly pattern: "(.ya?ml|.json)$";
3655
+ metadata: {
3656
+ type: "object";
3657
+ additionalProperties: true;
3657
3658
  };
3658
- readonly rbac: {
3659
- readonly type: "object";
3660
- readonly additionalProperties: true;
3659
+ root: {
3660
+ type: "string";
3661
3661
  };
3662
- readonly theme: {
3663
- readonly type: "object";
3664
- readonly properties: {
3665
- readonly openapi: {
3666
- readonly type: "object";
3667
- readonly additionalProperties: true;
3662
+ rbac: {
3663
+ type: "object";
3664
+ additionalProperties: true;
3665
+ };
3666
+ rules: {
3667
+ type: "object";
3668
+ additionalProperties: true;
3669
+ };
3670
+ theme: {
3671
+ type: "object";
3672
+ properties: {
3673
+ openapi: {
3674
+ type: "object";
3675
+ additionalProperties: true;
3668
3676
  };
3669
- readonly graphql: {
3670
- readonly type: "object";
3671
- readonly additionalProperties: true;
3677
+ graphql: {
3678
+ type: "object";
3679
+ additionalProperties: true;
3672
3680
  };
3673
3681
  };
3674
- readonly additionalProperties: false;
3675
- };
3676
- readonly title: {
3677
- readonly type: "string";
3678
- };
3679
- readonly metadata: {
3680
- readonly type: "object";
3681
- readonly additionalProperties: true;
3682
+ additionalProperties: false;
3682
3683
  };
3683
- readonly rules: {
3684
- readonly type: "object";
3685
- readonly additionalProperties: true;
3684
+ output: {
3685
+ type: "string";
3686
+ pattern: "(.ya?ml|.json)$";
3686
3687
  };
3687
- readonly decorators: {
3688
- readonly type: "object";
3689
- readonly additionalProperties: true;
3688
+ decorators: {
3689
+ type: "object";
3690
+ additionalProperties: true;
3690
3691
  };
3691
- readonly preprocessors: {
3692
- readonly type: "object";
3693
- readonly additionalProperties: true;
3692
+ preprocessors: {
3693
+ type: "object";
3694
+ additionalProperties: true;
3694
3695
  };
3695
3696
  };
3696
- readonly required: readonly ["root"];
3697
+ required: "root"[];
3697
3698
  };
3698
3699
  };
3699
- readonly ssoOnPrem: {
3700
- readonly type: "object";
3701
- readonly additionalProperties: {
3702
- readonly oneOf: readonly [{
3703
- readonly type: "object";
3704
- readonly properties: {
3705
- readonly type: {
3706
- readonly type: "string";
3707
- readonly const: AuthProviderType.OIDC;
3700
+ rules: {
3701
+ type: "object";
3702
+ additionalProperties: {
3703
+ oneOf: ({
3704
+ type: "string";
3705
+ } | {
3706
+ type: "object";
3707
+ })[];
3708
+ };
3709
+ };
3710
+ ssoOnPrem: {
3711
+ type: "object";
3712
+ additionalProperties: {
3713
+ oneOf: ({
3714
+ type: "object";
3715
+ properties: {
3716
+ title: {
3717
+ type: "string";
3708
3718
  };
3709
- readonly title: {
3710
- readonly type: "string";
3719
+ type: {
3720
+ type: "string";
3721
+ const: AuthProviderType.OIDC;
3711
3722
  };
3712
- readonly pkce: {
3713
- readonly type: "boolean";
3714
- readonly default: false;
3723
+ clientId: {
3724
+ type: "string";
3725
+ minLength: 1;
3715
3726
  };
3716
- readonly configurationUrl: {
3717
- readonly type: "string";
3718
- readonly minLength: 1;
3727
+ configurationUrl: {
3728
+ type: "string";
3729
+ minLength: 1;
3719
3730
  };
3720
- readonly configuration: {
3721
- readonly type: "object";
3722
- readonly properties: {
3723
- readonly end_session_endpoint: {
3724
- readonly type: "string";
3731
+ configuration: {
3732
+ type: "object";
3733
+ properties: {
3734
+ token_endpoint: {
3735
+ type: "string";
3725
3736
  };
3726
- readonly token_endpoint: {
3727
- readonly type: "string";
3737
+ authorization_endpoint: {
3738
+ type: "string";
3728
3739
  };
3729
- readonly authorization_endpoint: {
3730
- readonly type: "string";
3740
+ end_session_endpoint: {
3741
+ type: "string";
3731
3742
  };
3732
- readonly jwks_uri: {
3733
- readonly type: "string";
3743
+ jwks_uri: {
3744
+ type: "string";
3734
3745
  };
3735
3746
  };
3736
- readonly required: readonly ["token_endpoint", "authorization_endpoint"];
3737
- readonly additionalProperties: true;
3747
+ additionalProperties: true;
3748
+ required: ("token_endpoint" | "authorization_endpoint")[];
3738
3749
  };
3739
- readonly clientId: {
3740
- readonly type: "string";
3741
- readonly minLength: 1;
3750
+ clientSecret: {
3751
+ type: "string";
3752
+ minLength: 0;
3742
3753
  };
3743
- readonly clientSecret: {
3744
- readonly type: "string";
3745
- readonly minLength: 0;
3754
+ pkce: {
3755
+ type: "boolean";
3746
3756
  };
3747
- readonly teamsClaimName: {
3748
- readonly type: "string";
3757
+ teamsClaimName: {
3758
+ type: "string";
3749
3759
  };
3750
- readonly teamsClaimMap: {
3751
- readonly type: "object";
3752
- readonly additionalProperties: {
3753
- readonly type: "string";
3760
+ teamsClaimMap: {
3761
+ type: "object";
3762
+ additionalProperties: {
3763
+ type: "string";
3754
3764
  };
3755
3765
  };
3756
- readonly defaultTeams: {
3757
- readonly type: "array";
3758
- readonly items: {
3759
- readonly type: "string";
3766
+ defaultTeams: {
3767
+ items: {
3768
+ type: "string";
3760
3769
  };
3770
+ type: "array";
3761
3771
  };
3762
- readonly scopes: {
3763
- readonly type: "array";
3764
- readonly items: {
3765
- readonly type: "string";
3772
+ scopes: {
3773
+ items: {
3774
+ type: "string";
3766
3775
  };
3776
+ type: "array";
3767
3777
  };
3768
- readonly tokenExpirationTime: {
3769
- readonly type: "number";
3778
+ tokenExpirationTime: {
3779
+ type: "number";
3770
3780
  };
3771
- readonly authorizationRequestCustomParams: {
3772
- readonly type: "object";
3773
- readonly additionalProperties: {
3774
- readonly type: "string";
3781
+ authorizationRequestCustomParams: {
3782
+ type: "object";
3783
+ additionalProperties: {
3784
+ type: "string";
3775
3785
  };
3776
3786
  };
3777
- readonly tokenRequestCustomParams: {
3778
- readonly type: "object";
3779
- readonly additionalProperties: {
3780
- readonly type: "string";
3787
+ tokenRequestCustomParams: {
3788
+ type: "object";
3789
+ additionalProperties: {
3790
+ type: "string";
3781
3791
  };
3782
3792
  };
3783
- readonly audience: {
3784
- readonly type: "array";
3785
- readonly items: {
3786
- readonly type: "string";
3793
+ audience: {
3794
+ items: {
3795
+ type: "string";
3787
3796
  };
3797
+ type: "array";
3788
3798
  };
3789
3799
  };
3790
- readonly required: readonly ["type", "clientId"];
3791
- readonly oneOf: readonly [{
3792
- readonly required: readonly ["configurationUrl"];
3793
- }, {
3794
- readonly required: readonly ["configuration"];
3795
- }];
3796
- readonly additionalProperties: false;
3797
- }, {
3798
- readonly type: "object";
3799
- readonly properties: {
3800
- readonly type: {
3801
- readonly type: "string";
3802
- readonly const: AuthProviderType.SAML2;
3800
+ additionalProperties: false;
3801
+ oneOf: ({
3802
+ required: "configurationUrl"[];
3803
+ } | {
3804
+ required: "configuration"[];
3805
+ })[];
3806
+ required: ("type" | "clientId")[];
3807
+ } | {
3808
+ type: "object";
3809
+ properties: {
3810
+ title: {
3811
+ type: "string";
3803
3812
  };
3804
- readonly title: {
3805
- readonly type: "string";
3813
+ type: {
3814
+ type: "string";
3815
+ const: AuthProviderType.SAML2;
3806
3816
  };
3807
- readonly issuerId: {
3808
- readonly type: "string";
3817
+ issuerId: {
3818
+ type: "string";
3809
3819
  };
3810
- readonly entityId: {
3811
- readonly type: "string";
3820
+ ssoUrl: {
3821
+ type: "string";
3812
3822
  };
3813
- readonly ssoUrl: {
3814
- readonly type: "string";
3823
+ x509PublicCert: {
3824
+ type: "string";
3815
3825
  };
3816
- readonly x509PublicCert: {
3817
- readonly type: "string";
3826
+ defaultTeams: {
3827
+ items: {
3828
+ type: "string";
3829
+ };
3830
+ type: "array";
3818
3831
  };
3819
- readonly teamsAttributeName: {
3820
- readonly type: "string";
3821
- readonly default: "https://redocly.com/sso/teams";
3832
+ entityId: {
3833
+ type: "string";
3822
3834
  };
3823
- readonly teamsAttributeMap: {
3824
- readonly type: "object";
3825
- readonly additionalProperties: {
3826
- readonly type: "string";
3827
- };
3835
+ teamsAttributeName: {
3836
+ type: "string";
3828
3837
  };
3829
- readonly defaultTeams: {
3830
- readonly type: "array";
3831
- readonly items: {
3832
- readonly type: "string";
3838
+ teamsAttributeMap: {
3839
+ type: "object";
3840
+ additionalProperties: {
3841
+ type: "string";
3833
3842
  };
3834
3843
  };
3835
3844
  };
3836
- readonly additionalProperties: false;
3837
- readonly required: readonly ["type", "issuerId", "ssoUrl", "x509PublicCert"];
3838
- }, {
3839
- readonly type: "object";
3840
- readonly properties: {
3841
- readonly type: {
3842
- readonly type: "string";
3843
- readonly const: AuthProviderType.BASIC;
3845
+ additionalProperties: false;
3846
+ required: ("type" | "issuerId" | "ssoUrl" | "x509PublicCert")[];
3847
+ } | {
3848
+ type: "object";
3849
+ properties: {
3850
+ title: {
3851
+ type: "string";
3844
3852
  };
3845
- readonly title: {
3846
- readonly type: "string";
3853
+ type: {
3854
+ type: "string";
3855
+ const: AuthProviderType.BASIC;
3847
3856
  };
3848
- readonly credentials: {
3849
- readonly type: "array";
3850
- readonly items: {
3851
- readonly type: "object";
3852
- readonly properties: {
3853
- readonly username: {
3854
- readonly type: "string";
3857
+ credentials: {
3858
+ items: {
3859
+ type: "object";
3860
+ properties: {
3861
+ username: {
3862
+ type: "string";
3855
3863
  };
3856
- readonly password: {
3857
- readonly type: "string";
3864
+ password: {
3865
+ type: "string";
3858
3866
  };
3859
- readonly passwordHash: {
3860
- readonly type: "string";
3867
+ passwordHash: {
3868
+ type: "string";
3861
3869
  };
3862
- readonly teams: {
3863
- readonly type: "array";
3864
- readonly items: {
3865
- readonly type: "string";
3870
+ teams: {
3871
+ items: {
3872
+ type: "string";
3866
3873
  };
3874
+ type: "array";
3867
3875
  };
3868
3876
  };
3869
- readonly required: readonly ["username"];
3870
- readonly additionalProperties: false;
3877
+ additionalProperties: false;
3878
+ required: "username"[];
3871
3879
  };
3880
+ type: "array";
3872
3881
  };
3873
3882
  };
3874
- readonly required: readonly ["type", "credentials"];
3875
- readonly additionalProperties: false;
3876
- }];
3877
- readonly discriminator: {
3878
- readonly propertyName: "type";
3883
+ additionalProperties: false;
3884
+ required: ("type" | "credentials")[];
3885
+ })[];
3886
+ discriminator: {
3887
+ propertyName: "type";
3879
3888
  };
3880
3889
  };
3881
3890
  };
3882
- readonly sso: {
3883
- readonly oneOf: readonly [{
3884
- readonly type: "array";
3885
- readonly items: {
3886
- readonly type: "string";
3887
- readonly enum: readonly ["REDOCLY", "CORPORATE", "GUEST"];
3891
+ sso: {
3892
+ oneOf: ({
3893
+ items: {
3894
+ type: "string";
3895
+ enum: ("REDOCLY" | "CORPORATE" | "GUEST")[];
3888
3896
  };
3889
- readonly uniqueItems: true;
3890
- }, {
3891
- readonly type: "string";
3892
- readonly enum: readonly ["REDOCLY", "CORPORATE", "GUEST"];
3893
- }];
3897
+ type: "array";
3898
+ uniqueItems: true;
3899
+ } | {
3900
+ type: "string";
3901
+ enum: ("REDOCLY" | "CORPORATE" | "GUEST")[];
3902
+ })[];
3894
3903
  };
3895
- readonly residency: {
3896
- readonly type: "string";
3904
+ residency: {
3905
+ type: "string";
3897
3906
  };
3898
- readonly developerOnboarding: {
3899
- readonly type: "object";
3900
- readonly required: readonly ["adapters"];
3901
- readonly additionalProperties: false;
3902
- readonly properties: {
3903
- readonly adapters: {
3904
- readonly type: "array";
3905
- readonly items: {
3906
- readonly type: "object";
3907
- readonly oneOf: readonly [{
3908
- readonly type: "object";
3909
- readonly properties: {
3910
- readonly type: {
3911
- readonly type: "string";
3912
- readonly const: "APIGEE_X";
3907
+ developerOnboarding: {
3908
+ type: "object";
3909
+ properties: {
3910
+ adapters: {
3911
+ items: {
3912
+ type: "object";
3913
+ oneOf: ({
3914
+ type: "object";
3915
+ properties: {
3916
+ type: {
3917
+ type: "string";
3918
+ const: "GRAVITEE";
3913
3919
  };
3914
- readonly apiUrl: {
3915
- readonly type: "string";
3920
+ apiBaseUrl: {
3921
+ type: "string";
3916
3922
  };
3917
- readonly stage: {
3918
- readonly type: "string";
3919
- readonly default: "non-production";
3923
+ auth: {
3924
+ type: "object";
3925
+ properties: {
3926
+ static: {
3927
+ type: "string";
3928
+ };
3929
+ };
3920
3930
  };
3921
- readonly organizationName: {
3922
- readonly type: "string";
3931
+ env: {
3932
+ type: "string";
3923
3933
  };
3924
- readonly ignoreApiProducts: {
3925
- readonly type: "array";
3926
- readonly items: {
3927
- readonly type: "string";
3928
- };
3934
+ stage: {
3935
+ type: "string";
3929
3936
  };
3930
- readonly allowApiProductsOutsideCatalog: {
3931
- readonly type: "boolean";
3932
- readonly default: false;
3937
+ allowApiProductsOutsideCatalog: {
3938
+ type: "boolean";
3933
3939
  };
3934
- readonly auth: {
3935
- readonly type: "object";
3936
- readonly oneOf: readonly [{
3937
- readonly type: "object";
3938
- readonly properties: {
3939
- readonly type: {
3940
- readonly type: "string";
3941
- readonly const: ApigeeDevOnboardingIntegrationAuthType.OAUTH2;
3940
+ };
3941
+ additionalProperties: false;
3942
+ required: ("type" | "apiBaseUrl")[];
3943
+ } | {
3944
+ type: "object";
3945
+ properties: {
3946
+ type: {
3947
+ type: "string";
3948
+ const: "APIGEE_X";
3949
+ };
3950
+ organizationName: {
3951
+ type: "string";
3952
+ };
3953
+ auth: {
3954
+ type: "object";
3955
+ oneOf: ({
3956
+ type: "object";
3957
+ properties: {
3958
+ type: {
3959
+ type: "string";
3960
+ const: ApigeeDevOnboardingIntegrationAuthType.OAUTH2;
3942
3961
  };
3943
- readonly tokenEndpoint: {
3944
- readonly type: "string";
3962
+ clientId: {
3963
+ type: "string";
3945
3964
  };
3946
- readonly clientId: {
3947
- readonly type: "string";
3965
+ tokenEndpoint: {
3966
+ type: "string";
3948
3967
  };
3949
- readonly clientSecret: {
3950
- readonly type: "string";
3968
+ clientSecret: {
3969
+ type: "string";
3951
3970
  };
3952
3971
  };
3953
- readonly additionalProperties: false;
3954
- readonly required: readonly ["type", "tokenEndpoint", "clientId", "clientSecret"];
3955
- }, {
3956
- readonly type: "object";
3957
- readonly properties: {
3958
- readonly type: {
3959
- readonly type: "string";
3960
- readonly const: ApigeeDevOnboardingIntegrationAuthType.SERVICE_ACCOUNT;
3972
+ additionalProperties: false;
3973
+ required: ("type" | "clientId" | "tokenEndpoint" | "clientSecret")[];
3974
+ } | {
3975
+ type: "object";
3976
+ properties: {
3977
+ type: {
3978
+ type: "string";
3979
+ const: ApigeeDevOnboardingIntegrationAuthType.SERVICE_ACCOUNT;
3961
3980
  };
3962
- readonly serviceAccountEmail: {
3963
- readonly type: "string";
3981
+ serviceAccountEmail: {
3982
+ type: "string";
3964
3983
  };
3965
- readonly serviceAccountPrivateKey: {
3966
- readonly type: "string";
3984
+ serviceAccountPrivateKey: {
3985
+ type: "string";
3967
3986
  };
3968
3987
  };
3969
- readonly additionalProperties: false;
3970
- readonly required: readonly ["type", "serviceAccountEmail", "serviceAccountPrivateKey"];
3971
- }];
3972
- readonly discriminator: {
3973
- readonly propertyName: "type";
3988
+ additionalProperties: false;
3989
+ required: ("type" | "serviceAccountEmail" | "serviceAccountPrivateKey")[];
3990
+ })[];
3991
+ discriminator: {
3992
+ propertyName: "type";
3974
3993
  };
3975
3994
  };
3976
- };
3977
- readonly additionalProperties: false;
3978
- readonly required: readonly ["type", "organizationName", "auth"];
3979
- }, {
3980
- readonly properties: {
3981
- readonly type: {
3982
- readonly type: "string";
3983
- readonly const: "APIGEE_EDGE";
3995
+ apiUrl: {
3996
+ type: "string";
3984
3997
  };
3985
- readonly apiUrl: {
3986
- readonly type: "string";
3998
+ stage: {
3999
+ type: "string";
3987
4000
  };
3988
- readonly stage: {
3989
- readonly type: "string";
3990
- readonly default: "non-production";
4001
+ ignoreApiProducts: {
4002
+ items: {
4003
+ type: "string";
4004
+ };
4005
+ type: "array";
3991
4006
  };
3992
- readonly organizationName: {
3993
- readonly type: "string";
4007
+ allowApiProductsOutsideCatalog: {
4008
+ type: "boolean";
3994
4009
  };
3995
- readonly ignoreApiProducts: {
3996
- readonly type: "array";
3997
- readonly items: {
3998
- readonly type: "string";
3999
- };
4010
+ };
4011
+ additionalProperties: false;
4012
+ required: ("type" | "organizationName" | "auth")[];
4013
+ } | {
4014
+ type: "object";
4015
+ properties: {
4016
+ type: {
4017
+ type: "string";
4018
+ const: "APIGEE_EDGE";
4000
4019
  };
4001
- readonly allowApiProductsOutsideCatalog: {
4002
- readonly type: "boolean";
4003
- readonly default: false;
4020
+ organizationName: {
4021
+ type: "string";
4004
4022
  };
4005
- readonly auth: {
4006
- readonly type: "object";
4007
- readonly oneOf: readonly [{
4008
- readonly type: "object";
4009
- readonly properties: {
4010
- readonly type: {
4011
- readonly type: "string";
4012
- readonly const: ApigeeDevOnboardingIntegrationAuthType.OAUTH2;
4023
+ auth: {
4024
+ type: "object";
4025
+ oneOf: ({
4026
+ type: "object";
4027
+ properties: {
4028
+ type: {
4029
+ type: "string";
4030
+ const: ApigeeDevOnboardingIntegrationAuthType.OAUTH2;
4013
4031
  };
4014
- readonly tokenEndpoint: {
4015
- readonly type: "string";
4032
+ clientId: {
4033
+ type: "string";
4016
4034
  };
4017
- readonly clientId: {
4018
- readonly type: "string";
4035
+ tokenEndpoint: {
4036
+ type: "string";
4019
4037
  };
4020
- readonly clientSecret: {
4021
- readonly type: "string";
4038
+ clientSecret: {
4039
+ type: "string";
4022
4040
  };
4023
4041
  };
4024
- readonly additionalProperties: false;
4025
- readonly required: readonly ["type", "tokenEndpoint", "clientId", "clientSecret"];
4026
- }, {
4027
- readonly type: "object";
4028
- readonly properties: {
4029
- readonly type: {
4030
- readonly type: "string";
4031
- readonly const: ApigeeDevOnboardingIntegrationAuthType.SERVICE_ACCOUNT;
4042
+ additionalProperties: false;
4043
+ required: ("type" | "clientId" | "tokenEndpoint" | "clientSecret")[];
4044
+ } | {
4045
+ type: "object";
4046
+ properties: {
4047
+ type: {
4048
+ type: "string";
4049
+ const: ApigeeDevOnboardingIntegrationAuthType.SERVICE_ACCOUNT;
4032
4050
  };
4033
- readonly serviceAccountEmail: {
4034
- readonly type: "string";
4051
+ serviceAccountEmail: {
4052
+ type: "string";
4035
4053
  };
4036
- readonly serviceAccountPrivateKey: {
4037
- readonly type: "string";
4054
+ serviceAccountPrivateKey: {
4055
+ type: "string";
4038
4056
  };
4039
4057
  };
4040
- readonly additionalProperties: false;
4041
- readonly required: readonly ["type", "serviceAccountEmail", "serviceAccountPrivateKey"];
4042
- }];
4043
- readonly discriminator: {
4044
- readonly propertyName: "type";
4058
+ additionalProperties: false;
4059
+ required: ("type" | "serviceAccountEmail" | "serviceAccountPrivateKey")[];
4060
+ })[];
4061
+ discriminator: {
4062
+ propertyName: "type";
4045
4063
  };
4046
4064
  };
4047
- };
4048
- readonly type: "object";
4049
- readonly additionalProperties: false;
4050
- readonly required: readonly ["type", "organizationName", "auth"];
4051
- }, {
4052
- readonly type: "object";
4053
- readonly properties: {
4054
- readonly type: {
4055
- readonly type: "string";
4056
- readonly const: "GRAVITEE";
4057
- };
4058
- readonly apiBaseUrl: {
4059
- readonly type: "string";
4065
+ apiUrl: {
4066
+ type: "string";
4060
4067
  };
4061
- readonly env: {
4062
- readonly type: "string";
4068
+ stage: {
4069
+ type: "string";
4063
4070
  };
4064
- readonly allowApiProductsOutsideCatalog: {
4065
- readonly type: "boolean";
4066
- readonly default: false;
4067
- };
4068
- readonly stage: {
4069
- readonly type: "string";
4070
- readonly default: "non-production";
4071
- };
4072
- readonly auth: {
4073
- readonly type: "object";
4074
- readonly properties: {
4075
- readonly static: {
4076
- readonly type: "string";
4077
- };
4071
+ ignoreApiProducts: {
4072
+ items: {
4073
+ type: "string";
4078
4074
  };
4075
+ type: "array";
4076
+ };
4077
+ allowApiProductsOutsideCatalog: {
4078
+ type: "boolean";
4079
4079
  };
4080
4080
  };
4081
- readonly additionalProperties: false;
4082
- readonly required: readonly ["type", "apiBaseUrl"];
4083
- }];
4084
- readonly discriminator: {
4085
- readonly propertyName: "type";
4081
+ additionalProperties: false;
4082
+ required: ("type" | "organizationName" | "auth")[];
4083
+ })[];
4084
+ discriminator: {
4085
+ propertyName: "type";
4086
4086
  };
4087
4087
  };
4088
+ type: "array";
4088
4089
  };
4089
4090
  };
4091
+ additionalProperties: false;
4092
+ required: "adapters"[];
4090
4093
  };
4091
- readonly removeAttribution: {
4092
- readonly type: "boolean";
4094
+ removeAttribution: {
4095
+ type: "boolean";
4093
4096
  };
4094
- readonly i18n: {
4095
- readonly type: "object";
4096
- readonly properties: {
4097
- readonly defaultLocale: {
4098
- readonly type: "string";
4097
+ i18n: {
4098
+ type: "object";
4099
+ properties: {
4100
+ defaultLocale: {
4101
+ type: "string";
4099
4102
  };
4100
- readonly locales: {
4101
- readonly type: "array";
4102
- readonly items: {
4103
- readonly type: "object";
4104
- readonly properties: {
4105
- readonly code: {
4106
- readonly type: "string";
4103
+ locales: {
4104
+ items: {
4105
+ type: "object";
4106
+ properties: {
4107
+ name: {
4108
+ type: "string";
4107
4109
  };
4108
- readonly name: {
4109
- readonly type: "string";
4110
+ code: {
4111
+ type: "string";
4110
4112
  };
4111
4113
  };
4112
- readonly required: readonly ["code"];
4114
+ required: "code"[];
4113
4115
  };
4116
+ type: "array";
4114
4117
  };
4115
4118
  };
4116
- readonly additionalProperties: false;
4117
- readonly required: readonly ["defaultLocale"];
4119
+ additionalProperties: false;
4120
+ required: "defaultLocale"[];
4118
4121
  };
4119
- readonly metadata: {
4120
- readonly type: "object";
4121
- readonly additionalProperties: true;
4122
- };
4123
- readonly ignore: {
4124
- readonly type: "array";
4125
- readonly items: {
4126
- readonly type: "string";
4122
+ ignore: {
4123
+ items: {
4124
+ type: "string";
4127
4125
  };
4126
+ type: "array";
4128
4127
  };
4129
- readonly theme: {
4130
- readonly type: "object";
4131
- readonly properties: {
4132
- readonly imports: {
4133
- readonly type: "array";
4134
- readonly items: {
4135
- readonly type: "string";
4136
- };
4137
- readonly default: readonly [];
4138
- };
4139
- readonly logo: {
4140
- readonly type: "object";
4141
- readonly properties: {
4142
- readonly image: {
4143
- readonly type: "string";
4144
- };
4145
- readonly srcSet: {
4146
- readonly type: "string";
4147
- };
4148
- readonly altText: {
4149
- readonly type: "string";
4150
- };
4151
- readonly link: {
4152
- readonly type: "string";
4153
- };
4154
- readonly favicon: {
4155
- readonly type: "string";
4128
+ theme: {
4129
+ type: "object";
4130
+ properties: {
4131
+ links: {
4132
+ items: {
4133
+ type: "object";
4134
+ properties: {
4135
+ href: {
4136
+ type: "string";
4137
+ };
4138
+ title: {
4139
+ type: "string";
4140
+ };
4141
+ type: {
4142
+ type: "string";
4143
+ };
4144
+ crossorigin: {
4145
+ type: "string";
4146
+ };
4147
+ fetchpriority: {
4148
+ type: "string";
4149
+ };
4150
+ integrity: {
4151
+ type: "string";
4152
+ };
4153
+ referrerpolicy: {
4154
+ type: "string";
4155
+ };
4156
+ as: {
4157
+ type: "string";
4158
+ };
4159
+ hreflang: {
4160
+ type: "string";
4161
+ };
4162
+ imagesizes: {
4163
+ type: "string";
4164
+ };
4165
+ imagesrcset: {
4166
+ type: "string";
4167
+ };
4168
+ media: {
4169
+ type: "string";
4170
+ };
4171
+ prefetch: {
4172
+ type: "string";
4173
+ };
4174
+ rel: {
4175
+ type: "string";
4176
+ };
4177
+ sizes: {
4178
+ type: "string";
4179
+ };
4156
4180
  };
4181
+ additionalProperties: true;
4182
+ required: "href"[];
4157
4183
  };
4158
- readonly additionalProperties: false;
4184
+ type: "array";
4159
4185
  };
4160
- readonly navbar: {
4161
- readonly type: "object";
4162
- readonly properties: {
4163
- readonly hide: {
4164
- readonly type: "boolean";
4165
- };
4166
- readonly items: {
4167
- readonly type: "array";
4168
- readonly items: {
4169
- readonly properties: {
4170
- readonly items: {
4171
- readonly type: "array";
4172
- readonly items: {
4173
- readonly type: "object";
4174
- readonly properties: {
4175
- readonly page: {
4176
- readonly type: "string";
4177
- };
4178
- readonly directory: {
4179
- readonly type: "string";
4180
- };
4181
- readonly disconnect: {
4182
- readonly type: "boolean";
4183
- readonly default: false;
4184
- };
4185
- readonly group: {
4186
- readonly type: "string";
4187
- };
4188
- readonly label: {
4189
- readonly type: "string";
4190
- };
4191
- readonly href: {
4192
- readonly type: "string";
4193
- };
4194
- readonly external: {
4195
- readonly type: "boolean";
4196
- };
4197
- readonly labelTranslationKey: {
4198
- readonly type: "string";
4199
- };
4200
- readonly groupTranslationKey: {
4201
- readonly type: "string";
4202
- };
4203
- readonly icon: {
4204
- readonly oneOf: readonly [{
4205
- readonly type: "string";
4206
- }, {
4207
- readonly type: "object";
4208
- readonly properties: {
4209
- readonly srcSet: {
4210
- readonly type: "string";
4211
- };
4212
- };
4213
- readonly required: readonly ["srcSet"];
4214
- }];
4215
- };
4216
- readonly separator: {
4217
- readonly type: "string";
4218
- };
4219
- readonly separatorLine: {
4220
- readonly type: "boolean";
4221
- };
4222
- readonly linePosition: {
4223
- readonly type: "string";
4224
- readonly enum: readonly ["top", "bottom"];
4225
- readonly default: "top";
4226
- };
4227
- readonly version: {
4228
- readonly type: "string";
4229
- };
4230
- readonly menuStyle: {
4231
- readonly type: "string";
4232
- readonly enum: readonly ["drilldown"];
4233
- };
4234
- readonly expanded: {
4235
- readonly type: "string";
4236
- readonly const: "always";
4237
- };
4238
- readonly selectFirstItemOnExpand: {
4239
- readonly type: "boolean";
4240
- };
4241
- readonly flatten: {
4242
- readonly type: "boolean";
4243
- };
4244
- readonly linkedSidebars: {
4245
- readonly type: "array";
4246
- readonly items: {
4247
- readonly type: "string";
4248
- };
4186
+ navbar: {
4187
+ type: "object";
4188
+ properties: {
4189
+ items: {
4190
+ items: {
4191
+ type: "object";
4192
+ properties: {
4193
+ href: {
4194
+ type: "string";
4195
+ };
4196
+ page: {
4197
+ type: "string";
4198
+ };
4199
+ items: {
4200
+ items: {
4201
+ type: "object";
4202
+ properties: {
4203
+ href: {
4204
+ type: "string";
4249
4205
  };
4250
- readonly items: {
4251
- readonly type: "array";
4252
- readonly items: {
4253
- readonly type: "object";
4254
- readonly additionalProperties: true;
4255
- };
4206
+ page: {
4207
+ type: "string";
4256
4208
  };
4209
+ items: any;
4210
+ icon: any;
4211
+ separatorLine: any;
4212
+ linePosition: any;
4213
+ directory: any;
4214
+ disconnect: any;
4215
+ group: any;
4216
+ label: any;
4217
+ external: any;
4218
+ labelTranslationKey: any;
4219
+ groupTranslationKey: any;
4220
+ separator: any;
4221
+ version: any;
4222
+ menuStyle: any;
4223
+ expanded: any;
4224
+ selectFirstItemOnExpand: any;
4225
+ flatten: any;
4226
+ linkedSidebars: any;
4257
4227
  };
4258
4228
  };
4229
+ type: "array";
4230
+ };
4231
+ icon: {
4232
+ oneOf: ({
4233
+ type: "string";
4234
+ } | {
4235
+ type: "object";
4236
+ properties: {
4237
+ srcSet: any;
4238
+ };
4239
+ required: "srcSet"[];
4240
+ })[];
4259
4241
  };
4260
- readonly page: {
4261
- readonly type: "string";
4242
+ separatorLine: {
4243
+ type: "boolean";
4262
4244
  };
4263
- readonly directory: {
4264
- readonly type: "string";
4245
+ linePosition: {
4246
+ type: "string";
4247
+ enum: ("top" | "bottom")[];
4265
4248
  };
4266
- readonly disconnect: {
4267
- readonly type: "boolean";
4268
- readonly default: false;
4249
+ directory: {
4250
+ type: "string";
4269
4251
  };
4270
- readonly group: {
4271
- readonly type: "string";
4252
+ disconnect: {
4253
+ type: "boolean";
4272
4254
  };
4273
- readonly label: {
4274
- readonly type: "string";
4255
+ group: {
4256
+ type: "string";
4275
4257
  };
4276
- readonly href: {
4277
- readonly type: "string";
4258
+ label: {
4259
+ type: "string";
4278
4260
  };
4279
- readonly external: {
4280
- readonly type: "boolean";
4261
+ external: {
4262
+ type: "boolean";
4281
4263
  };
4282
- readonly labelTranslationKey: {
4283
- readonly type: "string";
4264
+ labelTranslationKey: {
4265
+ type: "string";
4284
4266
  };
4285
- readonly groupTranslationKey: {
4286
- readonly type: "string";
4267
+ groupTranslationKey: {
4268
+ type: "string";
4287
4269
  };
4288
- readonly icon: {
4289
- readonly oneOf: readonly [{
4290
- readonly type: "string";
4291
- }, {
4292
- readonly type: "object";
4293
- readonly properties: {
4294
- readonly srcSet: {
4295
- readonly type: "string";
4296
- };
4297
- };
4298
- readonly required: readonly ["srcSet"];
4299
- }];
4300
- };
4301
- readonly separator: {
4302
- readonly type: "string";
4303
- };
4304
- readonly separatorLine: {
4305
- readonly type: "boolean";
4306
- };
4307
- readonly linePosition: {
4308
- readonly type: "string";
4309
- readonly enum: readonly ["top", "bottom"];
4310
- readonly default: "top";
4270
+ separator: {
4271
+ type: "string";
4311
4272
  };
4312
- readonly version: {
4313
- readonly type: "string";
4273
+ version: {
4274
+ type: "string";
4314
4275
  };
4315
- readonly menuStyle: {
4316
- readonly type: "string";
4317
- readonly enum: readonly ["drilldown"];
4276
+ menuStyle: {
4277
+ type: "string";
4278
+ enum: "drilldown"[];
4318
4279
  };
4319
- readonly expanded: {
4320
- readonly type: "string";
4321
- readonly const: "always";
4280
+ expanded: {
4281
+ type: "string";
4282
+ const: "always";
4322
4283
  };
4323
- readonly selectFirstItemOnExpand: {
4324
- readonly type: "boolean";
4284
+ selectFirstItemOnExpand: {
4285
+ type: "boolean";
4325
4286
  };
4326
- readonly flatten: {
4327
- readonly type: "boolean";
4287
+ flatten: {
4288
+ type: "boolean";
4328
4289
  };
4329
- readonly linkedSidebars: {
4330
- readonly type: "array";
4331
- readonly items: {
4332
- readonly type: "string";
4290
+ linkedSidebars: {
4291
+ items: {
4292
+ type: "string";
4333
4293
  };
4294
+ type: "array";
4334
4295
  };
4335
4296
  };
4336
- readonly type: "object";
4337
4297
  };
4298
+ type: "array";
4299
+ };
4300
+ hide: {
4301
+ type: "boolean";
4338
4302
  };
4339
4303
  };
4340
- readonly additionalProperties: false;
4304
+ additionalProperties: false;
4341
4305
  };
4342
- readonly products: {
4343
- readonly type: "object";
4344
- readonly additionalProperties: {
4345
- readonly type: "object";
4346
- readonly properties: {
4347
- readonly name: {
4348
- readonly type: "string";
4306
+ imports: {
4307
+ items: {
4308
+ type: "string";
4309
+ };
4310
+ type: "array";
4311
+ };
4312
+ logo: {
4313
+ type: "object";
4314
+ properties: {
4315
+ image: {
4316
+ type: "string";
4317
+ };
4318
+ srcSet: {
4319
+ type: "string";
4320
+ };
4321
+ altText: {
4322
+ type: "string";
4323
+ };
4324
+ link: {
4325
+ type: "string";
4326
+ };
4327
+ favicon: {
4328
+ type: "string";
4329
+ };
4330
+ };
4331
+ additionalProperties: false;
4332
+ };
4333
+ products: {
4334
+ type: "object";
4335
+ additionalProperties: {
4336
+ type: "object";
4337
+ properties: {
4338
+ name: {
4339
+ type: "string";
4349
4340
  };
4350
- readonly icon: {
4351
- readonly type: "string";
4341
+ folder: {
4342
+ type: "string";
4352
4343
  };
4353
- readonly folder: {
4354
- readonly type: "string";
4344
+ icon: {
4345
+ type: "string";
4355
4346
  };
4356
4347
  };
4357
- readonly additionalProperties: false;
4358
- readonly required: readonly ["name", "folder"];
4348
+ additionalProperties: false;
4349
+ required: ("name" | "folder")[];
4359
4350
  };
4360
4351
  };
4361
- readonly footer: {
4362
- readonly type: "object";
4363
- readonly properties: {
4364
- readonly hide: {
4365
- readonly type: "boolean";
4366
- };
4367
- readonly items: {
4368
- readonly type: "array";
4369
- readonly items: {
4370
- readonly properties: {
4371
- readonly items: {
4372
- readonly type: "array";
4373
- readonly items: {
4374
- readonly type: "object";
4375
- readonly properties: {
4376
- readonly page: {
4377
- readonly type: "string";
4378
- };
4379
- readonly directory: {
4380
- readonly type: "string";
4381
- };
4382
- readonly disconnect: {
4383
- readonly type: "boolean";
4384
- readonly default: false;
4385
- };
4386
- readonly group: {
4387
- readonly type: "string";
4388
- };
4389
- readonly label: {
4390
- readonly type: "string";
4391
- };
4392
- readonly href: {
4393
- readonly type: "string";
4394
- };
4395
- readonly external: {
4396
- readonly type: "boolean";
4397
- };
4398
- readonly labelTranslationKey: {
4399
- readonly type: "string";
4400
- };
4401
- readonly groupTranslationKey: {
4402
- readonly type: "string";
4403
- };
4404
- readonly icon: {
4405
- readonly oneOf: readonly [{
4406
- readonly type: "string";
4407
- }, {
4408
- readonly type: "object";
4409
- readonly properties: {
4410
- readonly srcSet: {
4411
- readonly type: "string";
4412
- };
4413
- };
4414
- readonly required: readonly ["srcSet"];
4415
- }];
4416
- };
4417
- readonly separator: {
4418
- readonly type: "string";
4419
- };
4420
- readonly separatorLine: {
4421
- readonly type: "boolean";
4422
- };
4423
- readonly linePosition: {
4424
- readonly type: "string";
4425
- readonly enum: readonly ["top", "bottom"];
4426
- readonly default: "top";
4427
- };
4428
- readonly version: {
4429
- readonly type: "string";
4430
- };
4431
- readonly menuStyle: {
4432
- readonly type: "string";
4433
- readonly enum: readonly ["drilldown"];
4434
- };
4435
- readonly expanded: {
4436
- readonly type: "string";
4437
- readonly const: "always";
4438
- };
4439
- readonly selectFirstItemOnExpand: {
4440
- readonly type: "boolean";
4441
- };
4442
- readonly flatten: {
4443
- readonly type: "boolean";
4352
+ footer: {
4353
+ type: "object";
4354
+ properties: {
4355
+ items: {
4356
+ items: {
4357
+ type: "object";
4358
+ properties: {
4359
+ href: {
4360
+ type: "string";
4361
+ };
4362
+ page: {
4363
+ type: "string";
4364
+ };
4365
+ items: {
4366
+ items: {
4367
+ type: "object";
4368
+ properties: {
4369
+ href: {
4370
+ type: "string";
4444
4371
  };
4445
- readonly linkedSidebars: {
4446
- readonly type: "array";
4447
- readonly items: {
4448
- readonly type: "string";
4449
- };
4450
- };
4451
- readonly items: {
4452
- readonly type: "array";
4453
- readonly items: {
4454
- readonly type: "object";
4455
- readonly additionalProperties: true;
4456
- };
4372
+ page: {
4373
+ type: "string";
4457
4374
  };
4375
+ items: any;
4376
+ icon: any;
4377
+ separatorLine: any;
4378
+ linePosition: any;
4379
+ directory: any;
4380
+ disconnect: any;
4381
+ group: any;
4382
+ label: any;
4383
+ external: any;
4384
+ labelTranslationKey: any;
4385
+ groupTranslationKey: any;
4386
+ separator: any;
4387
+ version: any;
4388
+ menuStyle: any;
4389
+ expanded: any;
4390
+ selectFirstItemOnExpand: any;
4391
+ flatten: any;
4392
+ linkedSidebars: any;
4458
4393
  };
4459
4394
  };
4395
+ type: "array";
4396
+ };
4397
+ icon: {
4398
+ oneOf: ({
4399
+ type: "string";
4400
+ } | {
4401
+ type: "object";
4402
+ properties: {
4403
+ srcSet: any;
4404
+ };
4405
+ required: "srcSet"[];
4406
+ })[];
4460
4407
  };
4461
- readonly page: {
4462
- readonly type: "string";
4408
+ separatorLine: {
4409
+ type: "boolean";
4463
4410
  };
4464
- readonly directory: {
4465
- readonly type: "string";
4411
+ linePosition: {
4412
+ type: "string";
4413
+ enum: ("top" | "bottom")[];
4466
4414
  };
4467
- readonly disconnect: {
4468
- readonly type: "boolean";
4469
- readonly default: false;
4415
+ directory: {
4416
+ type: "string";
4470
4417
  };
4471
- readonly group: {
4472
- readonly type: "string";
4418
+ disconnect: {
4419
+ type: "boolean";
4473
4420
  };
4474
- readonly label: {
4475
- readonly type: "string";
4421
+ group: {
4422
+ type: "string";
4476
4423
  };
4477
- readonly href: {
4478
- readonly type: "string";
4424
+ label: {
4425
+ type: "string";
4479
4426
  };
4480
- readonly external: {
4481
- readonly type: "boolean";
4427
+ external: {
4428
+ type: "boolean";
4482
4429
  };
4483
- readonly labelTranslationKey: {
4484
- readonly type: "string";
4430
+ labelTranslationKey: {
4431
+ type: "string";
4485
4432
  };
4486
- readonly groupTranslationKey: {
4487
- readonly type: "string";
4433
+ groupTranslationKey: {
4434
+ type: "string";
4488
4435
  };
4489
- readonly icon: {
4490
- readonly oneOf: readonly [{
4491
- readonly type: "string";
4492
- }, {
4493
- readonly type: "object";
4494
- readonly properties: {
4495
- readonly srcSet: {
4496
- readonly type: "string";
4497
- };
4498
- };
4499
- readonly required: readonly ["srcSet"];
4500
- }];
4501
- };
4502
- readonly separator: {
4503
- readonly type: "string";
4436
+ separator: {
4437
+ type: "string";
4504
4438
  };
4505
- readonly separatorLine: {
4506
- readonly type: "boolean";
4439
+ version: {
4440
+ type: "string";
4507
4441
  };
4508
- readonly linePosition: {
4509
- readonly type: "string";
4510
- readonly enum: readonly ["top", "bottom"];
4511
- readonly default: "top";
4442
+ menuStyle: {
4443
+ type: "string";
4444
+ enum: "drilldown"[];
4512
4445
  };
4513
- readonly version: {
4514
- readonly type: "string";
4446
+ expanded: {
4447
+ type: "string";
4448
+ const: "always";
4515
4449
  };
4516
- readonly menuStyle: {
4517
- readonly type: "string";
4518
- readonly enum: readonly ["drilldown"];
4450
+ selectFirstItemOnExpand: {
4451
+ type: "boolean";
4519
4452
  };
4520
- readonly expanded: {
4521
- readonly type: "string";
4522
- readonly const: "always";
4453
+ flatten: {
4454
+ type: "boolean";
4523
4455
  };
4524
- readonly selectFirstItemOnExpand: {
4525
- readonly type: "boolean";
4526
- };
4527
- readonly flatten: {
4528
- readonly type: "boolean";
4529
- };
4530
- readonly linkedSidebars: {
4531
- readonly type: "array";
4532
- readonly items: {
4533
- readonly type: "string";
4456
+ linkedSidebars: {
4457
+ items: {
4458
+ type: "string";
4534
4459
  };
4460
+ type: "array";
4535
4461
  };
4536
4462
  };
4537
- readonly type: "object";
4538
4463
  };
4464
+ type: "array";
4539
4465
  };
4540
- readonly copyrightText: {
4541
- readonly type: "string";
4542
- };
4543
- readonly logo: {
4544
- readonly type: "object";
4545
- readonly properties: {
4546
- readonly hide: {
4547
- readonly type: "boolean";
4466
+ logo: {
4467
+ type: "object";
4468
+ properties: {
4469
+ hide: {
4470
+ type: "boolean";
4548
4471
  };
4549
4472
  };
4550
- readonly additionalProperties: false;
4473
+ additionalProperties: false;
4474
+ };
4475
+ hide: {
4476
+ type: "boolean";
4477
+ };
4478
+ copyrightText: {
4479
+ type: "string";
4551
4480
  };
4552
4481
  };
4553
- readonly additionalProperties: false;
4482
+ additionalProperties: false;
4554
4483
  };
4555
- readonly sidebar: {
4556
- readonly type: "object";
4557
- readonly properties: {
4558
- readonly hide: {
4559
- readonly type: "boolean";
4484
+ sidebar: {
4485
+ type: "object";
4486
+ properties: {
4487
+ hide: {
4488
+ type: "boolean";
4560
4489
  };
4561
- readonly separatorLine: {
4562
- readonly type: "boolean";
4490
+ separatorLine: {
4491
+ type: "boolean";
4563
4492
  };
4564
- readonly linePosition: {
4565
- readonly type: "string";
4566
- readonly enum: readonly ["top", "bottom"];
4567
- readonly default: "bottom";
4493
+ linePosition: {
4494
+ type: "string";
4495
+ enum: ("top" | "bottom")[];
4568
4496
  };
4569
4497
  };
4570
- readonly additionalProperties: false;
4498
+ additionalProperties: false;
4571
4499
  };
4572
- readonly scripts: {
4573
- readonly type: "object";
4574
- readonly properties: {
4575
- readonly head: {
4576
- readonly type: "array";
4577
- readonly items: {
4578
- readonly type: "object";
4579
- readonly properties: {
4580
- readonly src: {
4581
- readonly type: "string";
4582
- };
4583
- readonly async: {
4584
- readonly type: "boolean";
4585
- };
4586
- readonly crossorigin: {
4587
- readonly type: "string";
4588
- };
4589
- readonly defer: {
4590
- readonly type: "boolean";
4591
- };
4592
- readonly fetchpriority: {
4593
- readonly type: "string";
4594
- };
4595
- readonly integrity: {
4596
- readonly type: "string";
4500
+ scripts: {
4501
+ type: "object";
4502
+ properties: {
4503
+ head: {
4504
+ items: {
4505
+ type: "object";
4506
+ properties: {
4507
+ src: {
4508
+ type: "string";
4597
4509
  };
4598
- readonly module: {
4599
- readonly type: "boolean";
4510
+ type: {
4511
+ type: "string";
4600
4512
  };
4601
- readonly nomodule: {
4602
- readonly type: "boolean";
4513
+ async: {
4514
+ type: "boolean";
4603
4515
  };
4604
- readonly nonce: {
4605
- readonly type: "string";
4516
+ crossorigin: {
4517
+ type: "string";
4606
4518
  };
4607
- readonly referrerpolicy: {
4608
- readonly type: "string";
4519
+ defer: {
4520
+ type: "boolean";
4609
4521
  };
4610
- readonly type: {
4611
- readonly type: "string";
4522
+ fetchpriority: {
4523
+ type: "string";
4612
4524
  };
4613
- };
4614
- readonly required: readonly ["src"];
4615
- readonly additionalProperties: true;
4616
- };
4617
- };
4618
- readonly body: {
4619
- readonly type: "array";
4620
- readonly items: {
4621
- readonly type: "object";
4622
- readonly properties: {
4623
- readonly src: {
4624
- readonly type: "string";
4525
+ integrity: {
4526
+ type: "string";
4625
4527
  };
4626
- readonly async: {
4627
- readonly type: "boolean";
4528
+ module: {
4529
+ type: "boolean";
4628
4530
  };
4629
- readonly crossorigin: {
4630
- readonly type: "string";
4631
- };
4632
- readonly defer: {
4633
- readonly type: "boolean";
4634
- };
4635
- readonly fetchpriority: {
4636
- readonly type: "string";
4637
- };
4638
- readonly integrity: {
4639
- readonly type: "string";
4640
- };
4641
- readonly module: {
4642
- readonly type: "boolean";
4643
- };
4644
- readonly nomodule: {
4645
- readonly type: "boolean";
4646
- };
4647
- readonly nonce: {
4648
- readonly type: "string";
4649
- };
4650
- readonly referrerpolicy: {
4651
- readonly type: "string";
4652
- };
4653
- readonly type: {
4654
- readonly type: "string";
4655
- };
4656
- };
4657
- readonly required: readonly ["src"];
4658
- readonly additionalProperties: true;
4659
- };
4660
- };
4661
- };
4662
- readonly additionalProperties: false;
4663
- };
4664
- readonly links: {
4665
- readonly type: "array";
4666
- readonly items: {
4667
- readonly type: "object";
4668
- readonly properties: {
4669
- readonly href: {
4670
- readonly type: "string";
4671
- };
4672
- readonly as: {
4673
- readonly type: "string";
4674
- };
4675
- readonly crossorigin: {
4676
- readonly type: "string";
4677
- };
4678
- readonly fetchpriority: {
4679
- readonly type: "string";
4680
- };
4681
- readonly hreflang: {
4682
- readonly type: "string";
4683
- };
4684
- readonly imagesizes: {
4685
- readonly type: "string";
4686
- };
4687
- readonly imagesrcset: {
4688
- readonly type: "string";
4689
- };
4690
- readonly integrity: {
4691
- readonly type: "string";
4692
- };
4693
- readonly media: {
4694
- readonly type: "string";
4695
- };
4696
- readonly prefetch: {
4697
- readonly type: "string";
4698
- };
4699
- readonly referrerpolicy: {
4700
- readonly type: "string";
4701
- };
4702
- readonly rel: {
4703
- readonly type: "string";
4704
- };
4705
- readonly sizes: {
4706
- readonly type: "string";
4707
- };
4708
- readonly title: {
4709
- readonly type: "string";
4710
- };
4711
- readonly type: {
4712
- readonly type: "string";
4713
- };
4714
- };
4715
- readonly required: readonly ["href"];
4716
- readonly additionalProperties: true;
4717
- };
4718
- };
4719
- readonly feedback: {
4720
- readonly type: "object";
4721
- readonly properties: {
4722
- readonly hide: {
4723
- readonly type: "boolean";
4724
- readonly default: false;
4725
- };
4726
- readonly type: {
4727
- readonly type: "string";
4728
- readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
4729
- readonly default: "sentiment";
4730
- };
4731
- readonly settings: {
4732
- readonly hide: {
4733
- readonly type: "boolean";
4734
- };
4735
- readonly type: "object";
4736
- readonly properties: {
4737
- readonly label: {
4738
- readonly type: "string";
4739
- };
4740
- readonly submitText: {
4741
- readonly type: "string";
4742
- };
4743
- readonly buttonText: {
4744
- readonly type: "string";
4745
- };
4746
- readonly component: {
4747
- readonly type: "string";
4748
- readonly enum: readonly ["radio", "checkbox"];
4749
- readonly default: "checkbox";
4750
- };
4751
- readonly items: {
4752
- readonly type: "array";
4753
- readonly items: {
4754
- readonly type: "string";
4531
+ nomodule: {
4532
+ type: "boolean";
4533
+ };
4534
+ nonce: {
4535
+ type: "string";
4536
+ };
4537
+ referrerpolicy: {
4538
+ type: "string";
4755
4539
  };
4756
- readonly minItems: 1;
4757
4540
  };
4758
- readonly leftScaleLabel: {
4759
- readonly type: "string";
4541
+ additionalProperties: true;
4542
+ required: "src"[];
4543
+ };
4544
+ type: "array";
4545
+ };
4546
+ body: {
4547
+ items: {
4548
+ type: "object";
4549
+ properties: {
4550
+ src: {
4551
+ type: "string";
4552
+ };
4553
+ type: {
4554
+ type: "string";
4555
+ };
4556
+ async: {
4557
+ type: "boolean";
4558
+ };
4559
+ crossorigin: {
4560
+ type: "string";
4561
+ };
4562
+ defer: {
4563
+ type: "boolean";
4564
+ };
4565
+ fetchpriority: {
4566
+ type: "string";
4567
+ };
4568
+ integrity: {
4569
+ type: "string";
4570
+ };
4571
+ module: {
4572
+ type: "boolean";
4573
+ };
4574
+ nomodule: {
4575
+ type: "boolean";
4576
+ };
4577
+ nonce: {
4578
+ type: "string";
4579
+ };
4580
+ referrerpolicy: {
4581
+ type: "string";
4582
+ };
4760
4583
  };
4761
- readonly rightScaleLabel: {
4762
- readonly type: "string";
4584
+ additionalProperties: true;
4585
+ required: "src"[];
4586
+ };
4587
+ type: "array";
4588
+ };
4589
+ };
4590
+ additionalProperties: false;
4591
+ };
4592
+ feedback: {
4593
+ type: "object";
4594
+ properties: {
4595
+ type: {
4596
+ type: "string";
4597
+ enum: ("rating" | "sentiment" | "comment" | "reasons" | "mood" | "scale")[];
4598
+ };
4599
+ hide: {
4600
+ type: "boolean";
4601
+ };
4602
+ settings: {
4603
+ type: "object";
4604
+ properties: {
4605
+ items: {
4606
+ items: {
4607
+ type: "string";
4608
+ };
4609
+ type: "array";
4610
+ minItems: 1;
4763
4611
  };
4764
- readonly reasons: {
4765
- readonly type: "object";
4766
- readonly properties: {
4767
- readonly hide: {
4768
- readonly type: "boolean";
4769
- readonly default: false;
4612
+ comment: {
4613
+ type: "object";
4614
+ properties: {
4615
+ hide: {
4616
+ type: "boolean";
4770
4617
  };
4771
- readonly component: {
4772
- readonly type: "string";
4773
- readonly enum: readonly ["radio", "checkbox"];
4774
- readonly default: "checkbox";
4618
+ label: {
4619
+ type: "string";
4775
4620
  };
4776
- readonly label: {
4777
- readonly type: "string";
4621
+ likeLabel: {
4622
+ type: "string";
4778
4623
  };
4779
- readonly items: {
4780
- readonly type: "array";
4781
- readonly items: {
4782
- readonly type: "string";
4783
- };
4624
+ dislikeLabel: {
4625
+ type: "string";
4784
4626
  };
4785
- };
4786
- readonly additionalProperties: false;
4787
- };
4788
- readonly comment: {
4789
- readonly type: "object";
4790
- readonly properties: {
4791
- readonly hide: {
4792
- readonly type: "boolean";
4793
- readonly default: false;
4627
+ satisfiedLabel: {
4628
+ type: "string";
4794
4629
  };
4795
- readonly label: {
4796
- readonly type: "string";
4630
+ neutralLabel: {
4631
+ type: "string";
4797
4632
  };
4798
- readonly likeLabel: {
4799
- readonly type: "string";
4633
+ dissatisfiedLabel: {
4634
+ type: "string";
4800
4635
  };
4801
- readonly dislikeLabel: {
4802
- readonly type: "string";
4636
+ };
4637
+ additionalProperties: false;
4638
+ };
4639
+ reasons: {
4640
+ type: "object";
4641
+ properties: {
4642
+ items: {
4643
+ items: {
4644
+ type: "string";
4645
+ };
4646
+ type: "array";
4803
4647
  };
4804
- readonly satisfiedLabel: {
4805
- readonly type: "string";
4648
+ hide: {
4649
+ type: "boolean";
4806
4650
  };
4807
- readonly neutralLabel: {
4808
- readonly type: "string";
4651
+ label: {
4652
+ type: "string";
4809
4653
  };
4810
- readonly dissatisfiedLabel: {
4811
- readonly type: "string";
4654
+ component: {
4655
+ type: "string";
4656
+ enum: ("radio" | "checkbox")[];
4812
4657
  };
4813
4658
  };
4814
- readonly additionalProperties: false;
4659
+ additionalProperties: false;
4660
+ };
4661
+ label: {
4662
+ type: "string";
4663
+ };
4664
+ submitText: {
4665
+ type: "string";
4666
+ };
4667
+ buttonText: {
4668
+ type: "string";
4669
+ };
4670
+ component: {
4671
+ type: "string";
4672
+ enum: ("radio" | "checkbox")[];
4673
+ };
4674
+ leftScaleLabel: {
4675
+ type: "string";
4676
+ };
4677
+ rightScaleLabel: {
4678
+ type: "string";
4815
4679
  };
4816
4680
  };
4817
- readonly additionalProperties: false;
4681
+ additionalProperties: false;
4682
+ hide: {
4683
+ type: "boolean";
4684
+ };
4818
4685
  };
4819
4686
  };
4820
- readonly additionalProperties: false;
4821
- readonly default: {};
4687
+ additionalProperties: false;
4822
4688
  };
4823
- readonly search: {
4824
- readonly type: "object";
4825
- readonly properties: {
4826
- readonly hide: {
4827
- readonly type: "boolean";
4689
+ search: {
4690
+ type: "object";
4691
+ properties: {
4692
+ hide: {
4693
+ type: "boolean";
4828
4694
  };
4829
- readonly placement: {
4830
- readonly type: "string";
4831
- readonly default: "navbar";
4695
+ placement: {
4696
+ type: "string";
4832
4697
  };
4833
- readonly shortcuts: {
4834
- readonly type: "array";
4835
- readonly items: {
4836
- readonly type: "string";
4698
+ shortcuts: {
4699
+ items: {
4700
+ type: "string";
4837
4701
  };
4838
- readonly default: readonly ["/"];
4702
+ type: "array";
4839
4703
  };
4840
- readonly suggestedPages: {
4841
- readonly type: "array";
4842
- readonly items: {
4843
- readonly type: "object";
4844
- readonly properties: {
4845
- readonly page: {
4846
- readonly type: "string";
4704
+ suggestedPages: {
4705
+ items: {
4706
+ type: "object";
4707
+ properties: {
4708
+ page: {
4709
+ type: "string";
4847
4710
  };
4848
- readonly label: {
4849
- readonly type: "string";
4711
+ label: {
4712
+ type: "string";
4850
4713
  };
4851
- readonly labelTranslationKey: {
4852
- readonly type: "string";
4714
+ labelTranslationKey: {
4715
+ type: "string";
4853
4716
  };
4854
4717
  };
4855
- readonly required: readonly ["page"];
4718
+ required: "page"[];
4856
4719
  };
4720
+ type: "array";
4857
4721
  };
4858
- readonly fuzzy: {
4859
- readonly type: "boolean";
4860
- readonly default: false;
4722
+ fuzzy: {
4723
+ type: "boolean";
4861
4724
  };
4862
4725
  };
4863
- readonly additionalProperties: false;
4864
- readonly default: {};
4726
+ additionalProperties: false;
4865
4727
  };
4866
- readonly colorMode: {
4867
- readonly type: "object";
4868
- readonly properties: {
4869
- readonly hide: {
4870
- readonly type: "boolean";
4728
+ colorMode: {
4729
+ type: "object";
4730
+ properties: {
4731
+ hide: {
4732
+ type: "boolean";
4871
4733
  };
4872
- readonly ignoreDetection: {
4873
- readonly type: "boolean";
4734
+ ignoreDetection: {
4735
+ type: "boolean";
4874
4736
  };
4875
- readonly modes: {
4876
- readonly type: "array";
4877
- readonly items: {
4878
- readonly type: "string";
4737
+ modes: {
4738
+ items: {
4739
+ type: "string";
4879
4740
  };
4880
- readonly default: readonly ["light", "dark"];
4741
+ type: "array";
4881
4742
  };
4882
4743
  };
4883
- readonly additionalProperties: false;
4884
- readonly default: {};
4744
+ additionalProperties: false;
4885
4745
  };
4886
- readonly navigation: {
4887
- readonly type: "object";
4888
- readonly properties: {
4889
- readonly nextButton: {
4890
- readonly type: "object";
4891
- readonly properties: {
4892
- readonly hide: {
4893
- readonly type: "boolean";
4746
+ navigation: {
4747
+ type: "object";
4748
+ properties: {
4749
+ nextButton: {
4750
+ type: "object";
4751
+ properties: {
4752
+ hide: {
4753
+ type: "boolean";
4894
4754
  };
4895
- readonly text: {
4896
- readonly type: "string";
4897
- readonly default: "Next to {{label}}";
4755
+ text: {
4756
+ type: "string";
4898
4757
  };
4899
4758
  };
4900
- readonly additionalProperties: false;
4901
- readonly default: {};
4759
+ additionalProperties: false;
4902
4760
  };
4903
- readonly previousButton: {
4904
- readonly type: "object";
4905
- readonly properties: {
4906
- readonly hide: {
4907
- readonly type: "boolean";
4761
+ previousButton: {
4762
+ type: "object";
4763
+ properties: {
4764
+ hide: {
4765
+ type: "boolean";
4908
4766
  };
4909
- readonly text: {
4910
- readonly type: "string";
4911
- readonly default: "Back to {{label}}";
4767
+ text: {
4768
+ type: "string";
4912
4769
  };
4913
4770
  };
4914
- readonly additionalProperties: false;
4915
- readonly default: {};
4771
+ additionalProperties: false;
4916
4772
  };
4917
4773
  };
4918
- readonly additionalProperties: false;
4919
- readonly default: {};
4774
+ additionalProperties: false;
4920
4775
  };
4921
- readonly codeSnippet: {
4922
- readonly type: "object";
4923
- readonly properties: {
4924
- readonly elementFormat: {
4925
- readonly type: "string";
4926
- readonly default: "icon";
4776
+ codeSnippet: {
4777
+ type: "object";
4778
+ properties: {
4779
+ elementFormat: {
4780
+ type: "string";
4927
4781
  };
4928
- readonly copy: {
4929
- readonly type: "object";
4930
- readonly properties: {
4931
- readonly hide: {
4932
- readonly type: "boolean";
4782
+ copy: {
4783
+ type: "object";
4784
+ properties: {
4785
+ hide: {
4786
+ type: "boolean";
4933
4787
  };
4934
4788
  };
4935
- readonly additionalProperties: false;
4936
- readonly default: {
4937
- readonly hide: false;
4938
- };
4789
+ additionalProperties: false;
4939
4790
  };
4940
- readonly report: {
4941
- readonly type: "object";
4942
- readonly properties: {
4943
- readonly hide: {
4944
- readonly type: "boolean";
4791
+ report: {
4792
+ type: "object";
4793
+ properties: {
4794
+ hide: {
4795
+ type: "boolean";
4945
4796
  };
4946
- readonly tooltipText: {
4947
- readonly type: "string";
4797
+ label: {
4798
+ type: "string";
4948
4799
  };
4949
- readonly buttonText: {
4950
- readonly type: "string";
4800
+ buttonText: {
4801
+ type: "string";
4951
4802
  };
4952
- readonly label: {
4953
- readonly type: "string";
4803
+ tooltipText: {
4804
+ type: "string";
4954
4805
  };
4955
4806
  };
4956
- readonly additionalProperties: false;
4957
- readonly default: {
4958
- readonly hide: false;
4959
- };
4807
+ additionalProperties: false;
4960
4808
  };
4961
- readonly expand: {
4962
- readonly type: "object";
4963
- readonly properties: {
4964
- readonly hide: {
4965
- readonly type: "boolean";
4809
+ expand: {
4810
+ type: "object";
4811
+ properties: {
4812
+ hide: {
4813
+ type: "boolean";
4966
4814
  };
4967
4815
  };
4968
- readonly additionalProperties: false;
4969
- readonly default: {
4970
- readonly hide: false;
4971
- };
4816
+ additionalProperties: false;
4972
4817
  };
4973
- readonly collapse: {
4974
- readonly type: "object";
4975
- readonly properties: {
4976
- readonly hide: {
4977
- readonly type: "boolean";
4818
+ collapse: {
4819
+ type: "object";
4820
+ properties: {
4821
+ hide: {
4822
+ type: "boolean";
4978
4823
  };
4979
4824
  };
4980
- readonly additionalProperties: false;
4981
- readonly default: {
4982
- readonly hide: false;
4983
- };
4825
+ additionalProperties: false;
4984
4826
  };
4985
4827
  };
4986
- readonly additionalProperties: false;
4987
- readonly default: {};
4828
+ additionalProperties: false;
4988
4829
  };
4989
- readonly markdown: {
4990
- readonly type: "object";
4991
- readonly properties: {
4992
- readonly frontMatterKeysToResolve: {
4993
- readonly type: "array";
4994
- readonly items: {
4995
- readonly type: "string";
4830
+ markdown: {
4831
+ type: "object";
4832
+ properties: {
4833
+ frontMatterKeysToResolve: {
4834
+ items: {
4835
+ type: "string";
4996
4836
  };
4997
- readonly default: readonly ["image", "links"];
4837
+ type: "array";
4998
4838
  };
4999
- readonly partialsFolders: {
5000
- readonly type: "array";
5001
- readonly items: {
5002
- readonly type: "string";
4839
+ partialsFolders: {
4840
+ items: {
4841
+ type: "string";
5003
4842
  };
5004
- readonly default: readonly ["_partials"];
4843
+ type: "array";
5005
4844
  };
5006
- readonly lastUpdatedBlock: {
5007
- readonly type: "object";
5008
- readonly properties: {
5009
- readonly hide: {
5010
- readonly type: "boolean";
4845
+ lastUpdatedBlock: {
4846
+ type: "object";
4847
+ properties: {
4848
+ format: {
4849
+ type: "string";
4850
+ enum: ("timeago" | "iso" | "long" | "short")[];
5011
4851
  };
5012
- readonly format: {
5013
- readonly type: "string";
5014
- readonly enum: readonly ["timeago", "iso", "long", "short"];
5015
- readonly default: "timeago";
4852
+ hide: {
4853
+ type: "boolean";
5016
4854
  };
5017
- readonly locale: {
5018
- readonly type: "string";
4855
+ locale: {
4856
+ type: "string";
5019
4857
  };
5020
4858
  };
5021
- readonly additionalProperties: false;
5022
- readonly default: {};
4859
+ additionalProperties: false;
5023
4860
  };
5024
- readonly toc: {
5025
- readonly type: "object";
5026
- readonly properties: {
5027
- readonly hide: {
5028
- readonly type: "boolean";
4861
+ toc: {
4862
+ type: "object";
4863
+ properties: {
4864
+ hide: {
4865
+ type: "boolean";
5029
4866
  };
5030
- readonly header: {
5031
- readonly type: "string";
5032
- readonly default: "On this page";
4867
+ header: {
4868
+ type: "string";
5033
4869
  };
5034
- readonly depth: {
5035
- readonly type: "integer";
5036
- readonly default: 3;
5037
- readonly minimum: 1;
4870
+ depth: {
4871
+ type: "integer";
4872
+ minimum: 1;
5038
4873
  };
5039
4874
  };
5040
- readonly additionalProperties: false;
5041
- readonly default: {};
4875
+ additionalProperties: false;
5042
4876
  };
5043
- readonly editPage: {
5044
- readonly type: "object";
5045
- readonly properties: {
5046
- readonly hide: {
5047
- readonly type: "boolean";
4877
+ editPage: {
4878
+ type: "object";
4879
+ properties: {
4880
+ hide: {
4881
+ type: "boolean";
5048
4882
  };
5049
- readonly baseUrl: {
5050
- readonly type: "string";
4883
+ baseUrl: {
4884
+ type: "string";
5051
4885
  };
5052
4886
  };
5053
- readonly additionalProperties: false;
5054
- readonly default: {};
4887
+ additionalProperties: false;
5055
4888
  };
5056
4889
  };
5057
- readonly additionalProperties: false;
5058
- readonly default: {};
4890
+ additionalProperties: false;
5059
4891
  };
5060
- readonly openapi: {
5061
- readonly type: "object";
5062
- readonly additionalProperties: true;
4892
+ openapi: {
4893
+ type: "object";
4894
+ additionalProperties: true;
5063
4895
  };
5064
- readonly graphql: {
5065
- readonly type: "object";
5066
- readonly additionalProperties: true;
4896
+ graphql: {
4897
+ type: "object";
4898
+ additionalProperties: true;
5067
4899
  };
5068
- readonly analytics: {
5069
- readonly type: "object";
5070
- readonly properties: {
5071
- readonly adobe: {
5072
- readonly type: "object";
5073
- readonly properties: {
5074
- readonly includeInDevelopment: {
5075
- readonly type: "boolean";
4900
+ analytics: {
4901
+ type: "object";
4902
+ properties: {
4903
+ adobe: {
4904
+ type: "object";
4905
+ properties: {
4906
+ scriptUrl: {
4907
+ type: "string";
5076
4908
  };
5077
- readonly scriptUrl: {
5078
- readonly type: "string";
4909
+ includeInDevelopment: {
4910
+ type: "boolean";
5079
4911
  };
5080
- readonly pageViewEventName: {
5081
- readonly type: "string";
4912
+ pageViewEventName: {
4913
+ type: "string";
5082
4914
  };
5083
4915
  };
5084
- readonly additionalProperties: false;
5085
- readonly required: readonly ["scriptUrl"];
4916
+ additionalProperties: false;
4917
+ required: "scriptUrl"[];
5086
4918
  };
5087
- readonly amplitude: {
5088
- readonly type: "object";
5089
- readonly properties: {
5090
- readonly includeInDevelopment: {
5091
- readonly type: "boolean";
4919
+ amplitude: {
4920
+ type: "object";
4921
+ properties: {
4922
+ apiKey: {
4923
+ type: "string";
5092
4924
  };
5093
- readonly apiKey: {
5094
- readonly type: "string";
4925
+ head: {
4926
+ type: "boolean";
5095
4927
  };
5096
- readonly head: {
5097
- readonly type: "boolean";
4928
+ includeInDevelopment: {
4929
+ type: "boolean";
5098
4930
  };
5099
- readonly respectDNT: {
5100
- readonly type: "boolean";
4931
+ pageViewEventName: {
4932
+ type: "string";
5101
4933
  };
5102
- readonly exclude: {
5103
- readonly type: "array";
5104
- readonly items: {
5105
- readonly type: "string";
5106
- };
4934
+ respectDNT: {
4935
+ type: "boolean";
5107
4936
  };
5108
- readonly outboundClickEventName: {
5109
- readonly type: "string";
4937
+ exclude: {
4938
+ items: {
4939
+ type: "string";
4940
+ };
4941
+ type: "array";
5110
4942
  };
5111
- readonly pageViewEventName: {
5112
- readonly type: "string";
4943
+ outboundClickEventName: {
4944
+ type: "string";
5113
4945
  };
5114
- readonly amplitudeConfig: {
5115
- readonly type: "object";
5116
- readonly additionalProperties: true;
4946
+ amplitudeConfig: {
4947
+ type: "object";
4948
+ additionalProperties: true;
5117
4949
  };
5118
4950
  };
5119
- readonly additionalProperties: false;
5120
- readonly required: readonly ["apiKey"];
4951
+ additionalProperties: false;
4952
+ required: "apiKey"[];
5121
4953
  };
5122
- readonly fullstory: {
5123
- readonly type: "object";
5124
- readonly properties: {
5125
- readonly includeInDevelopment: {
5126
- readonly type: "boolean";
4954
+ fullstory: {
4955
+ type: "object";
4956
+ properties: {
4957
+ orgId: {
4958
+ type: "string";
5127
4959
  };
5128
- readonly orgId: {
5129
- readonly type: "string";
4960
+ includeInDevelopment: {
4961
+ type: "boolean";
5130
4962
  };
5131
4963
  };
5132
- readonly additionalProperties: false;
5133
- readonly required: readonly ["orgId"];
4964
+ additionalProperties: false;
4965
+ required: "orgId"[];
5134
4966
  };
5135
- readonly heap: {
5136
- readonly type: "object";
5137
- readonly properties: {
5138
- readonly includeInDevelopment: {
5139
- readonly type: "boolean";
4967
+ heap: {
4968
+ type: "object";
4969
+ properties: {
4970
+ appId: {
4971
+ type: "string";
5140
4972
  };
5141
- readonly appId: {
5142
- readonly type: "string";
4973
+ includeInDevelopment: {
4974
+ type: "boolean";
5143
4975
  };
5144
4976
  };
5145
- readonly additionalProperties: false;
5146
- readonly required: readonly ["appId"];
4977
+ additionalProperties: false;
4978
+ required: "appId"[];
5147
4979
  };
5148
- readonly rudderstack: {
5149
- readonly type: "object";
5150
- readonly properties: {
5151
- readonly includeInDevelopment: {
5152
- readonly type: "boolean";
4980
+ rudderstack: {
4981
+ type: "object";
4982
+ properties: {
4983
+ writeKey: {
4984
+ type: "string";
4985
+ minLength: 10;
5153
4986
  };
5154
- readonly writeKey: {
5155
- readonly type: "string";
5156
- readonly minLength: 10;
4987
+ includeInDevelopment: {
4988
+ type: "boolean";
5157
4989
  };
5158
- readonly trackPage: {
5159
- readonly type: "boolean";
4990
+ trackPage: {
4991
+ type: "boolean";
5160
4992
  };
5161
- readonly dataPlaneUrl: {
5162
- readonly type: "string";
4993
+ dataPlaneUrl: {
4994
+ type: "string";
5163
4995
  };
5164
- readonly controlPlaneUrl: {
5165
- readonly type: "string";
4996
+ controlPlaneUrl: {
4997
+ type: "string";
5166
4998
  };
5167
- readonly sdkUrl: {
5168
- readonly type: "string";
4999
+ sdkUrl: {
5000
+ type: "string";
5169
5001
  };
5170
- readonly loadOptions: {
5171
- readonly type: "object";
5172
- readonly additionalProperties: true;
5002
+ loadOptions: {
5003
+ type: "object";
5004
+ additionalProperties: true;
5173
5005
  };
5174
5006
  };
5175
- readonly additionalProperties: false;
5176
- readonly required: readonly ["writeKey"];
5007
+ additionalProperties: false;
5008
+ required: "writeKey"[];
5177
5009
  };
5178
- readonly segment: {
5179
- readonly type: "object";
5180
- readonly properties: {
5181
- readonly includeInDevelopment: {
5182
- readonly type: "boolean";
5010
+ segment: {
5011
+ type: "object";
5012
+ properties: {
5013
+ writeKey: {
5014
+ type: "string";
5015
+ minLength: 10;
5183
5016
  };
5184
- readonly writeKey: {
5185
- readonly type: "string";
5186
- readonly minLength: 10;
5017
+ includeInDevelopment: {
5018
+ type: "boolean";
5187
5019
  };
5188
- readonly trackPage: {
5189
- readonly type: "boolean";
5020
+ trackPage: {
5021
+ type: "boolean";
5190
5022
  };
5191
- readonly includeTitleInPageCall: {
5192
- readonly type: "boolean";
5023
+ includeTitleInPageCall: {
5024
+ type: "boolean";
5193
5025
  };
5194
- readonly host: {
5195
- readonly type: "string";
5026
+ host: {
5027
+ type: "string";
5196
5028
  };
5197
5029
  };
5198
- readonly additionalProperties: false;
5199
- readonly required: readonly ["writeKey"];
5030
+ additionalProperties: false;
5031
+ required: "writeKey"[];
5200
5032
  };
5201
- readonly gtm: {
5202
- readonly type: "object";
5203
- readonly properties: {
5204
- readonly includeInDevelopment: {
5205
- readonly type: "boolean";
5033
+ gtm: {
5034
+ type: "object";
5035
+ properties: {
5036
+ trackingId: {
5037
+ type: "string";
5206
5038
  };
5207
- readonly trackingId: {
5208
- readonly type: "string";
5039
+ includeInDevelopment: {
5040
+ type: "boolean";
5209
5041
  };
5210
- readonly gtmAuth: {
5211
- readonly type: "string";
5042
+ pageViewEventName: {
5043
+ type: "string";
5212
5044
  };
5213
- readonly gtmPreview: {
5214
- readonly type: "string";
5045
+ gtmAuth: {
5046
+ type: "string";
5215
5047
  };
5216
- readonly defaultDataLayer: {};
5217
- readonly dataLayerName: {
5218
- readonly type: "string";
5048
+ gtmPreview: {
5049
+ type: "string";
5219
5050
  };
5220
- readonly enableWebVitalsTracking: {
5221
- readonly type: "boolean";
5051
+ defaultDataLayer: {};
5052
+ dataLayerName: {
5053
+ type: "string";
5222
5054
  };
5223
- readonly selfHostedOrigin: {
5224
- readonly type: "string";
5055
+ enableWebVitalsTracking: {
5056
+ type: "boolean";
5225
5057
  };
5226
- readonly pageViewEventName: {
5227
- readonly type: "string";
5058
+ selfHostedOrigin: {
5059
+ type: "string";
5228
5060
  };
5229
5061
  };
5230
- readonly additionalProperties: false;
5231
- readonly required: readonly ["trackingId"];
5062
+ additionalProperties: false;
5063
+ required: "trackingId"[];
5232
5064
  };
5233
- readonly ga: {
5234
- readonly type: "object";
5235
- readonly properties: {
5236
- readonly includeInDevelopment: {
5237
- readonly type: "boolean";
5065
+ ga: {
5066
+ type: "object";
5067
+ properties: {
5068
+ trackingId: {
5069
+ type: "string";
5238
5070
  };
5239
- readonly trackingId: {
5240
- readonly type: "string";
5071
+ head: {
5072
+ type: "boolean";
5241
5073
  };
5242
- readonly conversionId: {
5243
- readonly type: "string";
5074
+ includeInDevelopment: {
5075
+ type: "boolean";
5244
5076
  };
5245
- readonly floodlightId: {
5246
- readonly type: "string";
5077
+ respectDNT: {
5078
+ type: "boolean";
5247
5079
  };
5248
- readonly head: {
5249
- readonly type: "boolean";
5080
+ exclude: {
5081
+ items: {
5082
+ type: "string";
5083
+ };
5084
+ type: "array";
5250
5085
  };
5251
- readonly respectDNT: {
5252
- readonly type: "boolean";
5086
+ conversionId: {
5087
+ type: "string";
5253
5088
  };
5254
- readonly exclude: {
5255
- readonly type: "array";
5256
- readonly items: {
5257
- readonly type: "string";
5258
- };
5089
+ floodlightId: {
5090
+ type: "string";
5259
5091
  };
5260
- readonly optimizeId: {
5261
- readonly type: "string";
5092
+ optimizeId: {
5093
+ type: "string";
5262
5094
  };
5263
- readonly anonymizeIp: {
5264
- readonly type: "boolean";
5095
+ anonymizeIp: {
5096
+ type: "boolean";
5265
5097
  };
5266
- readonly cookieExpires: {
5267
- readonly type: "number";
5098
+ cookieExpires: {
5099
+ type: "number";
5268
5100
  };
5269
- readonly trackers: {
5270
- readonly type: "object";
5271
- readonly additionalProperties: {
5272
- readonly type: "object";
5273
- readonly properties: {
5274
- readonly includeInDevelopment: {
5275
- readonly type: "boolean";
5101
+ trackers: {
5102
+ type: "object";
5103
+ additionalProperties: {
5104
+ type: "object";
5105
+ properties: {
5106
+ trackingId: {
5107
+ type: "string";
5276
5108
  };
5277
- readonly trackingId: {
5278
- readonly type: "string";
5109
+ includeInDevelopment: {
5110
+ type: "boolean";
5279
5111
  };
5280
- readonly conversionId: {
5281
- readonly type: "string";
5112
+ exclude: {
5113
+ items: any;
5114
+ type: "array";
5282
5115
  };
5283
- readonly floodlightId: {
5284
- readonly type: "string";
5116
+ conversionId: {
5117
+ type: "string";
5285
5118
  };
5286
- readonly optimizeId: {
5287
- readonly type: "string";
5119
+ floodlightId: {
5120
+ type: "string";
5288
5121
  };
5289
- readonly exclude: {
5290
- readonly type: "array";
5291
- readonly items: {
5292
- readonly type: "string";
5293
- };
5122
+ optimizeId: {
5123
+ type: "string";
5294
5124
  };
5295
5125
  };
5296
- readonly additionalProperties: false;
5297
- readonly required: readonly ["trackingId"];
5126
+ additionalProperties: false;
5127
+ required: "trackingId"[];
5298
5128
  };
5299
5129
  };
5300
5130
  };
5301
- readonly additionalProperties: false;
5302
- readonly required: readonly ["trackingId"];
5131
+ additionalProperties: false;
5132
+ required: "trackingId"[];
5303
5133
  };
5304
5134
  };
5305
5135
  };
5306
- readonly userProfile: {
5307
- readonly type: "object";
5308
- readonly properties: {
5309
- readonly hide: {
5310
- readonly type: "boolean";
5311
- };
5312
- readonly loginLabel: {
5313
- readonly type: "string";
5314
- readonly default: "Login";
5315
- };
5316
- readonly logoutLabel: {
5317
- readonly type: "string";
5318
- readonly default: "Logout";
5319
- };
5320
- readonly menu: {
5321
- readonly type: "array";
5322
- readonly items: {
5323
- readonly type: "object";
5324
- readonly properties: {
5325
- readonly label: {
5326
- readonly type: "string";
5136
+ userMenu: {
5137
+ type: "object";
5138
+ properties: {
5139
+ items: {
5140
+ items: {
5141
+ type: "object";
5142
+ properties: {
5143
+ link: {
5144
+ type: "string";
5327
5145
  };
5328
- readonly external: {
5329
- readonly type: "boolean";
5146
+ separatorLine: {
5147
+ type: "boolean";
5330
5148
  };
5331
- readonly link: {
5332
- readonly type: "string";
5149
+ label: {
5150
+ type: "string";
5333
5151
  };
5334
- readonly separatorLine: {
5335
- readonly type: "boolean";
5152
+ external: {
5153
+ type: "boolean";
5336
5154
  };
5337
5155
  };
5338
- readonly additionalProperties: true;
5156
+ additionalProperties: true;
5339
5157
  };
5340
- readonly default: readonly [];
5158
+ type: "array";
5159
+ };
5160
+ hide: {
5161
+ type: "boolean";
5341
5162
  };
5342
5163
  };
5343
- readonly additionalProperties: false;
5344
- readonly default: {};
5164
+ additionalProperties: false;
5345
5165
  };
5346
- readonly versionPicker: {
5347
- readonly type: "object";
5348
- readonly properties: {
5349
- readonly hide: {
5350
- readonly type: "boolean";
5166
+ versionPicker: {
5167
+ type: "object";
5168
+ properties: {
5169
+ hide: {
5170
+ type: "boolean";
5351
5171
  };
5352
- readonly showForUnversioned: {
5353
- readonly type: "boolean";
5172
+ showForUnversioned: {
5173
+ type: "boolean";
5354
5174
  };
5355
5175
  };
5356
5176
  };
5357
- readonly breadcrumbs: {
5358
- readonly type: "object";
5359
- readonly properties: {
5360
- readonly hide: {
5361
- readonly type: "boolean";
5177
+ breadcrumbs: {
5178
+ type: "object";
5179
+ properties: {
5180
+ hide: {
5181
+ type: "boolean";
5362
5182
  };
5363
- readonly prefixItems: {
5364
- readonly type: "array";
5365
- readonly items: {
5366
- readonly type: "object";
5367
- readonly properties: {
5368
- readonly label: {
5369
- readonly type: "string";
5183
+ prefixItems: {
5184
+ items: {
5185
+ type: "object";
5186
+ properties: {
5187
+ page: {
5188
+ type: "string";
5370
5189
  };
5371
- readonly labelTranslationKey: {
5372
- readonly type: "string";
5190
+ label: {
5191
+ type: "string";
5373
5192
  };
5374
- readonly page: {
5375
- readonly type: "string";
5193
+ labelTranslationKey: {
5194
+ type: "string";
5376
5195
  };
5377
5196
  };
5378
- readonly additionalProperties: false;
5379
- readonly default: {};
5197
+ additionalProperties: false;
5380
5198
  };
5199
+ type: "array";
5381
5200
  };
5382
5201
  };
5383
- readonly additionalProperties: false;
5384
- readonly default: {};
5202
+ additionalProperties: false;
5385
5203
  };
5386
- readonly catalog: {
5387
- readonly type: "object";
5388
- readonly patternProperties: {
5389
- readonly '.*': {
5390
- readonly type: "object";
5391
- readonly additionalProperties: true;
5392
- readonly required: readonly ["slug", "items"];
5393
- readonly properties: {
5394
- readonly slug: {
5395
- readonly type: "string";
5204
+ catalog: {
5205
+ type: "object";
5206
+ patternProperties: {
5207
+ ".*": {
5208
+ type: "object";
5209
+ properties: {
5210
+ title: {
5211
+ type: "string";
5396
5212
  };
5397
- readonly filters: {
5398
- readonly type: "array";
5399
- readonly items: {
5400
- readonly type: "object";
5401
- readonly additionalProperties: false;
5402
- readonly required: readonly ["title", "property"];
5403
- readonly properties: {
5404
- readonly type: {
5405
- readonly type: "string";
5406
- readonly enum: readonly ["select", "checkboxes", "date-range"];
5213
+ slug: {
5214
+ type: "string";
5215
+ };
5216
+ items: {
5217
+ items: {
5218
+ type: "object";
5219
+ properties: {
5220
+ href: {
5221
+ type: "string";
5407
5222
  };
5408
- readonly title: {
5409
- readonly type: "string";
5223
+ page: {
5224
+ type: "string";
5410
5225
  };
5411
- readonly titleTranslationKey: {
5412
- readonly type: "string";
5226
+ items: {
5227
+ items: {
5228
+ type: "object";
5229
+ properties: {
5230
+ href: {
5231
+ type: "string";
5232
+ };
5233
+ page: {
5234
+ type: "string";
5235
+ };
5236
+ items: any;
5237
+ icon: any;
5238
+ separatorLine: any;
5239
+ linePosition: any;
5240
+ directory: any;
5241
+ disconnect: any;
5242
+ group: any;
5243
+ label: any;
5244
+ external: any;
5245
+ labelTranslationKey: any;
5246
+ groupTranslationKey: any;
5247
+ separator: any;
5248
+ version: any;
5249
+ menuStyle: any;
5250
+ expanded: any;
5251
+ selectFirstItemOnExpand: any;
5252
+ flatten: any;
5253
+ linkedSidebars: any;
5254
+ };
5255
+ };
5256
+ type: "array";
5413
5257
  };
5414
- readonly property: {
5415
- readonly type: "string";
5258
+ icon: {
5259
+ oneOf: ({
5260
+ type: "string";
5261
+ } | {
5262
+ type: "object";
5263
+ properties: {
5264
+ srcSet: any;
5265
+ };
5266
+ required: "srcSet"[];
5267
+ })[];
5416
5268
  };
5417
- readonly parentFilter: {
5418
- readonly type: "string";
5269
+ separatorLine: {
5270
+ type: "boolean";
5419
5271
  };
5420
- readonly valuesMapping: {
5421
- readonly type: "object";
5422
- readonly additionalProperties: {
5423
- readonly type: "string";
5424
- };
5272
+ linePosition: {
5273
+ type: "string";
5274
+ enum: ("top" | "bottom")[];
5425
5275
  };
5426
- readonly missingCategoryName: {
5427
- readonly type: "string";
5276
+ directory: {
5277
+ type: "string";
5428
5278
  };
5429
- readonly missingCategoryNameTranslationKey: {
5430
- readonly type: "string";
5279
+ disconnect: {
5280
+ type: "boolean";
5431
5281
  };
5432
- readonly options: {
5433
- readonly type: "array";
5434
- readonly items: {
5435
- readonly type: "string";
5436
- };
5282
+ group: {
5283
+ type: "string";
5437
5284
  };
5438
- };
5439
- };
5440
- };
5441
- readonly groupByFirstFilter: {
5442
- readonly type: "boolean";
5443
- };
5444
- readonly filterValuesCasing: {
5445
- readonly type: "string";
5446
- readonly enum: readonly ["sentence", "original", "lowercase", "uppercase"];
5447
- };
5448
- readonly items: {
5449
- readonly type: "array";
5450
- readonly items: {
5451
- readonly properties: {
5452
- readonly items: {
5453
- readonly type: "array";
5454
- readonly items: {
5455
- readonly type: "object";
5456
- readonly properties: {
5457
- readonly page: {
5458
- readonly type: "string";
5459
- };
5460
- readonly directory: {
5461
- readonly type: "string";
5462
- };
5463
- readonly disconnect: {
5464
- readonly type: "boolean";
5465
- readonly default: false;
5466
- };
5467
- readonly group: {
5468
- readonly type: "string";
5469
- };
5470
- readonly label: {
5471
- readonly type: "string";
5472
- };
5473
- readonly href: {
5474
- readonly type: "string";
5475
- };
5476
- readonly external: {
5477
- readonly type: "boolean";
5478
- };
5479
- readonly labelTranslationKey: {
5480
- readonly type: "string";
5481
- };
5482
- readonly groupTranslationKey: {
5483
- readonly type: "string";
5484
- };
5485
- readonly icon: {
5486
- readonly oneOf: readonly [{
5487
- readonly type: "string";
5488
- }, {
5489
- readonly type: "object";
5490
- readonly properties: {
5491
- readonly srcSet: {
5492
- readonly type: "string";
5493
- };
5494
- };
5495
- readonly required: readonly ["srcSet"];
5496
- }];
5497
- };
5498
- readonly separator: {
5499
- readonly type: "string";
5500
- };
5501
- readonly separatorLine: {
5502
- readonly type: "boolean";
5503
- };
5504
- readonly linePosition: {
5505
- readonly type: "string";
5506
- readonly enum: readonly ["top", "bottom"];
5507
- readonly default: "top";
5508
- };
5509
- readonly version: {
5510
- readonly type: "string";
5511
- };
5512
- readonly menuStyle: {
5513
- readonly type: "string";
5514
- readonly enum: readonly ["drilldown"];
5515
- };
5516
- readonly expanded: {
5517
- readonly type: "string";
5518
- readonly const: "always";
5519
- };
5520
- readonly selectFirstItemOnExpand: {
5521
- readonly type: "boolean";
5522
- };
5523
- readonly flatten: {
5524
- readonly type: "boolean";
5525
- };
5526
- readonly linkedSidebars: {
5527
- readonly type: "array";
5528
- readonly items: {
5529
- readonly type: "string";
5530
- };
5531
- };
5532
- readonly items: {
5533
- readonly type: "array";
5534
- readonly items: {
5535
- readonly type: "object";
5536
- readonly additionalProperties: true;
5537
- };
5538
- };
5539
- };
5540
- };
5285
+ label: {
5286
+ type: "string";
5541
5287
  };
5542
- readonly page: {
5543
- readonly type: "string";
5288
+ external: {
5289
+ type: "boolean";
5544
5290
  };
5545
- readonly directory: {
5546
- readonly type: "string";
5291
+ labelTranslationKey: {
5292
+ type: "string";
5547
5293
  };
5548
- readonly disconnect: {
5549
- readonly type: "boolean";
5550
- readonly default: false;
5294
+ groupTranslationKey: {
5295
+ type: "string";
5551
5296
  };
5552
- readonly group: {
5553
- readonly type: "string";
5297
+ separator: {
5298
+ type: "string";
5554
5299
  };
5555
- readonly label: {
5556
- readonly type: "string";
5300
+ version: {
5301
+ type: "string";
5557
5302
  };
5558
- readonly href: {
5559
- readonly type: "string";
5303
+ menuStyle: {
5304
+ type: "string";
5305
+ enum: "drilldown"[];
5560
5306
  };
5561
- readonly external: {
5562
- readonly type: "boolean";
5307
+ expanded: {
5308
+ type: "string";
5309
+ const: "always";
5563
5310
  };
5564
- readonly labelTranslationKey: {
5565
- readonly type: "string";
5311
+ selectFirstItemOnExpand: {
5312
+ type: "boolean";
5566
5313
  };
5567
- readonly groupTranslationKey: {
5568
- readonly type: "string";
5314
+ flatten: {
5315
+ type: "boolean";
5569
5316
  };
5570
- readonly icon: {
5571
- readonly oneOf: readonly [{
5572
- readonly type: "string";
5573
- }, {
5574
- readonly type: "object";
5575
- readonly properties: {
5576
- readonly srcSet: {
5577
- readonly type: "string";
5578
- };
5579
- };
5580
- readonly required: readonly ["srcSet"];
5581
- }];
5317
+ linkedSidebars: {
5318
+ items: {
5319
+ type: "string";
5320
+ };
5321
+ type: "array";
5582
5322
  };
5583
- readonly separator: {
5584
- readonly type: "string";
5323
+ };
5324
+ };
5325
+ type: "array";
5326
+ };
5327
+ description: {
5328
+ type: "string";
5329
+ };
5330
+ filters: {
5331
+ items: {
5332
+ type: "object";
5333
+ properties: {
5334
+ title: {
5335
+ type: "string";
5585
5336
  };
5586
- readonly separatorLine: {
5587
- readonly type: "boolean";
5337
+ property: {
5338
+ type: "string";
5588
5339
  };
5589
- readonly linePosition: {
5590
- readonly type: "string";
5591
- readonly enum: readonly ["top", "bottom"];
5592
- readonly default: "top";
5340
+ type: {
5341
+ type: "string";
5342
+ enum: ("select" | "checkboxes" | "date-range")[];
5593
5343
  };
5594
- readonly version: {
5595
- readonly type: "string";
5344
+ titleTranslationKey: {
5345
+ type: "string";
5596
5346
  };
5597
- readonly menuStyle: {
5598
- readonly type: "string";
5599
- readonly enum: readonly ["drilldown"];
5347
+ parentFilter: {
5348
+ type: "string";
5600
5349
  };
5601
- readonly expanded: {
5602
- readonly type: "string";
5603
- readonly const: "always";
5350
+ valuesMapping: {
5351
+ type: "object";
5352
+ additionalProperties: any;
5604
5353
  };
5605
- readonly selectFirstItemOnExpand: {
5606
- readonly type: "boolean";
5354
+ missingCategoryName: {
5355
+ type: "string";
5607
5356
  };
5608
- readonly flatten: {
5609
- readonly type: "boolean";
5357
+ missingCategoryNameTranslationKey: {
5358
+ type: "string";
5610
5359
  };
5611
- readonly linkedSidebars: {
5612
- readonly type: "array";
5613
- readonly items: {
5614
- readonly type: "string";
5615
- };
5360
+ options: {
5361
+ items: any;
5362
+ type: "array";
5616
5363
  };
5617
5364
  };
5618
- readonly type: "object";
5365
+ additionalProperties: false;
5366
+ required: ("title" | "property")[];
5619
5367
  };
5368
+ type: "array";
5620
5369
  };
5621
- readonly requiredPermission: {
5622
- readonly type: "string";
5370
+ groupByFirstFilter: {
5371
+ type: "boolean";
5623
5372
  };
5624
- readonly separateVersions: {
5625
- readonly type: "boolean";
5373
+ filterValuesCasing: {
5374
+ type: "string";
5375
+ enum: ("sentence" | "original" | "lowercase" | "uppercase")[];
5626
5376
  };
5627
- readonly title: {
5628
- readonly type: "string";
5377
+ requiredPermission: {
5378
+ type: "string";
5629
5379
  };
5630
- readonly titleTranslationKey: {
5631
- readonly type: "string";
5380
+ separateVersions: {
5381
+ type: "boolean";
5632
5382
  };
5633
- readonly description: {
5634
- readonly type: "string";
5383
+ titleTranslationKey: {
5384
+ type: "string";
5635
5385
  };
5636
- readonly descriptionTranslationKey: {
5637
- readonly type: "string";
5386
+ descriptionTranslationKey: {
5387
+ type: "string";
5638
5388
  };
5639
5389
  };
5390
+ additionalProperties: true;
5391
+ required: ("slug" | "items")[];
5640
5392
  };
5641
5393
  };
5642
5394
  };
5643
- readonly scorecard: {
5644
- readonly type: "object";
5645
- readonly additionalProperties: true;
5646
- readonly required: readonly [];
5647
- readonly properties: {
5648
- readonly ignoreNonCompliant: {
5649
- readonly type: "boolean";
5650
- readonly default: false;
5395
+ scorecard: {
5396
+ type: "object";
5397
+ properties: {
5398
+ ignoreNonCompliant: {
5399
+ type: "boolean";
5651
5400
  };
5652
- readonly teamMetadataProperty: {
5653
- readonly type: "object";
5654
- readonly properties: {
5655
- readonly property: {
5656
- readonly type: "string";
5657
- };
5658
- readonly label: {
5659
- readonly type: "string";
5401
+ teamMetadataProperty: {
5402
+ type: "object";
5403
+ properties: {
5404
+ property: {
5405
+ type: "string";
5660
5406
  };
5661
- readonly default: {
5662
- readonly type: "string";
5407
+ label: {
5408
+ type: "string";
5663
5409
  };
5664
5410
  };
5665
5411
  };
5666
- readonly levels: {
5667
- readonly type: "array";
5668
- readonly items: {
5669
- readonly type: "object";
5670
- readonly required: readonly ["name"];
5671
- readonly properties: {
5672
- readonly name: {
5673
- readonly type: "string";
5412
+ levels: {
5413
+ items: {
5414
+ type: "object";
5415
+ properties: {
5416
+ name: {
5417
+ type: "string";
5674
5418
  };
5675
- readonly color: {
5676
- readonly type: "string";
5677
- };
5678
- readonly extends: {
5679
- readonly type: "array";
5680
- readonly items: {
5681
- readonly type: "string";
5419
+ rules: {
5420
+ type: "object";
5421
+ additionalProperties: {
5422
+ oneOf: ({
5423
+ type: "string";
5424
+ } | {
5425
+ type: "object";
5426
+ })[];
5682
5427
  };
5683
5428
  };
5684
- readonly rules: {
5685
- readonly type: "object";
5686
- readonly additionalProperties: {
5687
- readonly oneOf: readonly [{
5688
- readonly type: "string";
5689
- }, {
5690
- readonly type: "object";
5691
- }];
5429
+ color: {
5430
+ type: "string";
5431
+ };
5432
+ extends: {
5433
+ items: {
5434
+ type: "string";
5692
5435
  };
5436
+ type: "array";
5693
5437
  };
5694
5438
  };
5695
- readonly additionalProperties: false;
5439
+ additionalProperties: false;
5440
+ required: "name"[];
5696
5441
  };
5442
+ type: "array";
5697
5443
  };
5698
- readonly targets: {
5699
- readonly type: "array";
5700
- readonly items: {
5701
- readonly type: "object";
5702
- readonly required: readonly ["where"];
5703
- readonly properties: {
5704
- readonly minimumLevel: {
5705
- readonly type: "string";
5706
- };
5707
- readonly where: {
5708
- readonly type: "object";
5709
- readonly required: readonly ["metadata"];
5710
- readonly properties: {
5711
- readonly metadata: {
5712
- readonly type: "object";
5713
- readonly additionalProperties: {
5714
- readonly type: "string";
5715
- };
5444
+ targets: {
5445
+ items: {
5446
+ type: "object";
5447
+ properties: {
5448
+ where: {
5449
+ type: "object";
5450
+ properties: {
5451
+ metadata: {
5452
+ type: "object";
5453
+ additionalProperties: any;
5716
5454
  };
5717
5455
  };
5718
- readonly additionalProperties: false;
5456
+ additionalProperties: false;
5457
+ required: "metadata"[];
5458
+ };
5459
+ minimumLevel: {
5460
+ type: "string";
5719
5461
  };
5720
5462
  };
5721
- readonly additionalProperties: false;
5463
+ additionalProperties: false;
5464
+ required: "where"[];
5722
5465
  };
5466
+ type: "array";
5723
5467
  };
5724
5468
  };
5469
+ additionalProperties: true;
5470
+ required: never[];
5725
5471
  };
5726
5472
  };
5727
- readonly additionalProperties: true;
5728
- readonly default: {};
5473
+ additionalProperties: true;
5729
5474
  };
5730
- readonly reunite: {
5731
- readonly type: "object";
5732
- readonly properties: {
5733
- readonly ignoreLinkChecker: {
5734
- readonly type: "boolean";
5475
+ reunite: {
5476
+ type: "object";
5477
+ properties: {
5478
+ ignoreLinkChecker: {
5479
+ type: "boolean";
5735
5480
  };
5736
5481
  };
5737
- readonly additionalProperties: false;
5482
+ additionalProperties: false;
5738
5483
  };
5739
5484
  };
5740
- readonly default: {
5741
- readonly redirects: {};
5742
- };
5743
5485
  };
5744
5486
  };
5745
5487
  readonly licenseKey: {
@@ -5967,6 +5709,16 @@ export declare const rootRedoclyConfigSchema: {
5967
5709
  readonly required: readonly ["root"];
5968
5710
  };
5969
5711
  };
5712
+ readonly rules: {
5713
+ readonly type: "object";
5714
+ readonly additionalProperties: {
5715
+ readonly oneOf: readonly [{
5716
+ readonly type: "string";
5717
+ }, {
5718
+ readonly type: "object";
5719
+ }];
5720
+ };
5721
+ };
5970
5722
  readonly ssoOnPrem: {
5971
5723
  readonly type: "object";
5972
5724
  readonly additionalProperties: {
@@ -7165,7 +6917,7 @@ export declare const rootRedoclyConfigSchema: {
7165
6917
  };
7166
6918
  readonly text: {
7167
6919
  readonly type: "string";
7168
- readonly default: "Next to {{label}}";
6920
+ readonly default: "Next page";
7169
6921
  };
7170
6922
  };
7171
6923
  readonly additionalProperties: false;
@@ -7179,7 +6931,7 @@ export declare const rootRedoclyConfigSchema: {
7179
6931
  };
7180
6932
  readonly text: {
7181
6933
  readonly type: "string";
7182
- readonly default: "Back to {{label}}";
6934
+ readonly default: "Previous page";
7183
6935
  };
7184
6936
  };
7185
6937
  readonly additionalProperties: false;
@@ -7574,21 +7326,13 @@ export declare const rootRedoclyConfigSchema: {
7574
7326
  };
7575
7327
  };
7576
7328
  };
7577
- readonly userProfile: {
7329
+ readonly userMenu: {
7578
7330
  readonly type: "object";
7579
7331
  readonly properties: {
7580
7332
  readonly hide: {
7581
7333
  readonly type: "boolean";
7582
7334
  };
7583
- readonly loginLabel: {
7584
- readonly type: "string";
7585
- readonly default: "Login";
7586
- };
7587
- readonly logoutLabel: {
7588
- readonly type: "string";
7589
- readonly default: "Logout";
7590
- };
7591
- readonly menu: {
7335
+ readonly items: {
7592
7336
  readonly type: "array";
7593
7337
  readonly items: {
7594
7338
  readonly type: "object";
@@ -7675,6 +7419,7 @@ export declare const rootRedoclyConfigSchema: {
7675
7419
  readonly type: {
7676
7420
  readonly type: "string";
7677
7421
  readonly enum: readonly ["select", "checkboxes", "date-range"];
7422
+ readonly default: "checkboxes";
7678
7423
  };
7679
7424
  readonly title: {
7680
7425
  readonly type: "string";