@redocly/config 0.7.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1640,431 +1640,137 @@ export declare const themeConfigSchema: {
1640
1640
  readonly default: {};
1641
1641
  };
1642
1642
  readonly openapi: {
1643
- readonly type: "object";
1644
1643
  readonly properties: {
1645
- readonly licenseKey: {
1646
- readonly type: "string";
1647
- };
1648
- readonly hideLoading: {
1649
- readonly type: "boolean";
1650
- };
1651
- readonly disableRouter: {
1652
- readonly type: "boolean";
1653
- };
1654
- readonly hideSidebar: {
1655
- readonly type: "boolean";
1656
- };
1657
- readonly feedback: {
1644
+ readonly theme: {
1658
1645
  readonly type: "object";
1659
1646
  readonly properties: {
1660
- readonly hide: {
1661
- readonly type: "boolean";
1662
- readonly default: false;
1663
- };
1664
- readonly type: {
1665
- readonly type: "string";
1666
- readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
1667
- readonly default: "sentiment";
1668
- };
1669
- readonly settings: {
1647
+ readonly breakpoints: {
1670
1648
  readonly type: "object";
1671
1649
  readonly properties: {
1672
- readonly label: {
1650
+ readonly small: {
1673
1651
  readonly type: "string";
1674
1652
  };
1675
- readonly submitText: {
1653
+ readonly medium: {
1676
1654
  readonly type: "string";
1677
1655
  };
1678
- readonly buttonText: {
1656
+ readonly large: {
1679
1657
  readonly type: "string";
1680
1658
  };
1681
- readonly component: {
1659
+ };
1660
+ };
1661
+ readonly codeBlock: {
1662
+ readonly type: "object";
1663
+ readonly properties: {
1664
+ readonly backgroundColor: {
1682
1665
  readonly type: "string";
1683
- readonly enum: readonly ["radio", "checkbox"];
1684
- readonly default: "checkbox";
1685
1666
  };
1686
- readonly items: {
1687
- readonly type: "array";
1688
- readonly items: {
1689
- readonly type: "string";
1667
+ readonly borderRadius: {
1668
+ readonly type: "string";
1669
+ };
1670
+ readonly tokens: {
1671
+ readonly type: "object";
1672
+ readonly properties: {
1673
+ readonly fontFamily: {
1674
+ readonly type: "string";
1675
+ };
1676
+ readonly fontSize: {
1677
+ readonly type: "string";
1678
+ };
1679
+ readonly fontWeight: {
1680
+ readonly type: "string";
1681
+ };
1682
+ readonly lineHeight: {
1683
+ readonly type: "string";
1684
+ };
1685
+ readonly color: {
1686
+ readonly type: "string";
1687
+ };
1690
1688
  };
1691
- readonly minItems: 1;
1692
1689
  };
1693
- readonly leftScaleLabel: {
1694
- readonly type: "string";
1690
+ };
1691
+ };
1692
+ readonly colors: {
1693
+ readonly type: "object";
1694
+ readonly properties: {
1695
+ readonly accent: {
1696
+ readonly type: "object";
1697
+ readonly properties: {
1698
+ readonly main: {
1699
+ readonly type: "string";
1700
+ };
1701
+ readonly light: {
1702
+ readonly type: "string";
1703
+ };
1704
+ readonly dark: {
1705
+ readonly type: "string";
1706
+ };
1707
+ readonly contrastText: {
1708
+ readonly type: "string";
1709
+ };
1710
+ };
1695
1711
  };
1696
- readonly rightScaleLabel: {
1697
- readonly type: "string";
1712
+ readonly border: {
1713
+ readonly type: "object";
1714
+ readonly properties: {
1715
+ readonly main: {
1716
+ readonly type: "string";
1717
+ };
1718
+ readonly light: {
1719
+ readonly type: "string";
1720
+ };
1721
+ readonly dark: {
1722
+ readonly type: "string";
1723
+ };
1724
+ readonly contrastText: {
1725
+ readonly type: "string";
1726
+ };
1727
+ };
1698
1728
  };
1699
- readonly reasons: {
1729
+ readonly error: {
1700
1730
  readonly type: "object";
1701
1731
  readonly properties: {
1702
- readonly hide: {
1703
- readonly type: "boolean";
1704
- readonly default: false;
1732
+ readonly main: {
1733
+ readonly type: "string";
1705
1734
  };
1706
- readonly component: {
1735
+ readonly light: {
1707
1736
  readonly type: "string";
1708
- readonly enum: readonly ["radio", "checkbox"];
1709
- readonly default: "checkbox";
1710
1737
  };
1711
- readonly label: {
1738
+ readonly dark: {
1712
1739
  readonly type: "string";
1713
1740
  };
1714
- readonly items: {
1715
- readonly type: "array";
1716
- readonly items: {
1717
- readonly type: "string";
1718
- };
1741
+ readonly contrastText: {
1742
+ readonly type: "string";
1719
1743
  };
1720
1744
  };
1721
- readonly additionalProperties: false;
1722
1745
  };
1723
- readonly comment: {
1746
+ readonly http: {
1724
1747
  readonly type: "object";
1725
1748
  readonly properties: {
1726
- readonly hide: {
1727
- readonly type: "boolean";
1728
- readonly default: false;
1749
+ readonly basic: {
1750
+ readonly type: "string";
1729
1751
  };
1730
- readonly label: {
1752
+ readonly delete: {
1731
1753
  readonly type: "string";
1732
1754
  };
1733
- readonly likeLabel: {
1755
+ readonly get: {
1734
1756
  readonly type: "string";
1735
1757
  };
1736
- readonly dislikeLabel: {
1758
+ readonly head: {
1737
1759
  readonly type: "string";
1738
1760
  };
1739
- readonly satisfiedLabel: {
1761
+ readonly link: {
1740
1762
  readonly type: "string";
1741
1763
  };
1742
- readonly neutralLabel: {
1764
+ readonly options: {
1743
1765
  readonly type: "string";
1744
1766
  };
1745
- readonly dissatisfiedLabel: {
1746
- readonly type: "string";
1747
- };
1748
- };
1749
- readonly additionalProperties: false;
1750
- };
1751
- };
1752
- readonly additionalProperties: false;
1753
- };
1754
- };
1755
- readonly additionalProperties: false;
1756
- readonly default: null;
1757
- readonly nullable: true;
1758
- };
1759
- readonly hideReplay: {
1760
- readonly type: "boolean";
1761
- };
1762
- readonly oAuth2RedirectURI: {
1763
- readonly type: "string";
1764
- readonly nullable: true;
1765
- };
1766
- readonly corsProxyUrl: {
1767
- readonly type: "string";
1768
- };
1769
- readonly sortRequiredPropsFirst: {
1770
- readonly type: "boolean";
1771
- };
1772
- readonly sanitize: {
1773
- readonly type: "boolean";
1774
- };
1775
- readonly hideDownloadButtons: {
1776
- readonly type: "boolean";
1777
- };
1778
- readonly downloadUrls: {
1779
- readonly type: "array";
1780
- readonly items: {
1781
- readonly type: "object";
1782
- readonly properties: {
1783
- readonly title: {
1784
- readonly type: "string";
1785
- };
1786
- readonly url: {
1787
- readonly type: "string";
1788
- };
1789
- };
1790
- readonly required: readonly ["url"];
1791
- readonly additionalProperties: false;
1792
- };
1793
- };
1794
- readonly onlyRequiredInSamples: {
1795
- readonly type: "boolean";
1796
- };
1797
- readonly generatedSamplesMaxDepth: {
1798
- readonly oneOf: readonly [{
1799
- readonly type: "number";
1800
- }, {
1801
- readonly type: "string";
1802
- }];
1803
- };
1804
- readonly showExtensions: {
1805
- readonly oneOf: readonly [{
1806
- readonly type: "boolean";
1807
- }, {
1808
- readonly type: "string";
1809
- }, {
1810
- readonly type: "array";
1811
- readonly items: {
1812
- readonly type: "string";
1813
- };
1814
- }];
1815
- };
1816
- readonly hideSchemaTitles: {
1817
- readonly type: "boolean";
1818
- };
1819
- readonly jsonSamplesExpandLevel: {
1820
- readonly oneOf: readonly [{
1821
- readonly type: "number";
1822
- }, {
1823
- readonly type: "string";
1824
- }];
1825
- };
1826
- readonly schemasExpansionLevel: {
1827
- readonly oneOf: readonly [{
1828
- readonly type: "number";
1829
- }, {
1830
- readonly type: "string";
1831
- }];
1832
- };
1833
- readonly mockServer: {
1834
- readonly type: "object";
1835
- readonly properties: {
1836
- readonly url: {
1837
- readonly type: "string";
1838
- };
1839
- readonly position: {
1840
- readonly type: "string";
1841
- readonly enum: readonly ["first", "last", "replace", "off"];
1842
- };
1843
- readonly description: {
1844
- readonly type: "string";
1845
- };
1846
- };
1847
- };
1848
- readonly maxDisplayedEnumValues: {
1849
- readonly type: "number";
1850
- };
1851
- readonly schemaDefinitionsTagName: {
1852
- readonly type: "string";
1853
- };
1854
- readonly layout: {
1855
- readonly type: "string";
1856
- readonly enum: readonly ["stacked", "three-panel"];
1857
- };
1858
- readonly hideInfoMetadata: {
1859
- readonly type: "boolean";
1860
- };
1861
- readonly events: {
1862
- readonly type: "object";
1863
- };
1864
- readonly skipBundle: {
1865
- readonly type: "boolean";
1866
- };
1867
- readonly routingBasePath: {
1868
- readonly type: "string";
1869
- };
1870
- readonly codeSamples: {
1871
- readonly type: "object";
1872
- readonly properties: {
1873
- readonly languages: {
1874
- readonly type: "array";
1875
- readonly items: {
1876
- readonly type: "object";
1877
- readonly properties: {
1878
- readonly lang: {
1879
- readonly type: "string";
1880
- readonly enum: readonly ["curl", "JavaScript", "Node.js", "Python", "Java8+Apache", "Java", "C#", "C#+Newtonsoft", "PHP", "Go", "Ruby", "R", "Payload"];
1881
- };
1882
- readonly label: {
1883
- readonly type: "string";
1884
- };
1885
- readonly options: {
1886
- readonly type: "object";
1887
- readonly properties: {
1888
- readonly indent: {
1889
- readonly type: "string";
1890
- };
1891
- readonly withImports: {
1892
- readonly type: "boolean";
1893
- };
1894
- readonly withComments: {
1895
- readonly type: "boolean";
1896
- };
1897
- readonly binary: {
1898
- readonly type: "boolean";
1899
- };
1900
- readonly credentials: {
1901
- readonly type: "string";
1902
- readonly enum: readonly ["omit", "same-origin", "include"];
1903
- };
1904
- };
1905
- readonly additionalProperties: false;
1906
- };
1907
- };
1908
- readonly required: readonly ["lang"];
1909
- readonly additionalProperties: false;
1910
- };
1911
- };
1912
- readonly skipOptionalParameters: {
1913
- readonly type: "boolean";
1914
- };
1915
- readonly withOAuth2Call: {
1916
- readonly type: "boolean";
1917
- };
1918
- };
1919
- readonly required: readonly ["languages"];
1920
- readonly additionalProperties: false;
1921
- };
1922
- readonly ignoreNamedSchemas: {
1923
- readonly oneOf: readonly [{
1924
- readonly type: "array";
1925
- readonly items: {
1926
- readonly type: "string";
1927
- };
1928
- }, {
1929
- readonly type: "string";
1930
- }];
1931
- };
1932
- readonly hidePropertiesPrefix: {
1933
- readonly type: "boolean";
1934
- };
1935
- readonly excludeFromSearch: {
1936
- readonly type: "boolean";
1937
- };
1938
- readonly theme: {
1939
- readonly type: "object";
1940
- readonly properties: {
1941
- readonly breakpoints: {
1942
- readonly type: "object";
1943
- readonly properties: {
1944
- readonly small: {
1945
- readonly type: "string";
1946
- };
1947
- readonly medium: {
1948
- readonly type: "string";
1949
- };
1950
- readonly large: {
1951
- readonly type: "string";
1952
- };
1953
- };
1954
- };
1955
- readonly codeBlock: {
1956
- readonly type: "object";
1957
- readonly properties: {
1958
- readonly backgroundColor: {
1959
- readonly type: "string";
1960
- };
1961
- readonly borderRadius: {
1962
- readonly type: "string";
1963
- };
1964
- readonly tokens: {
1965
- readonly type: "object";
1966
- readonly properties: {
1967
- readonly fontFamily: {
1968
- readonly type: "string";
1969
- };
1970
- readonly fontSize: {
1971
- readonly type: "string";
1972
- };
1973
- readonly fontWeight: {
1974
- readonly type: "string";
1975
- };
1976
- readonly lineHeight: {
1977
- readonly type: "string";
1978
- };
1979
- readonly color: {
1980
- readonly type: "string";
1981
- };
1982
- };
1983
- };
1984
- };
1985
- };
1986
- readonly colors: {
1987
- readonly type: "object";
1988
- readonly properties: {
1989
- readonly accent: {
1990
- readonly type: "object";
1991
- readonly properties: {
1992
- readonly main: {
1993
- readonly type: "string";
1994
- };
1995
- readonly light: {
1996
- readonly type: "string";
1997
- };
1998
- readonly dark: {
1999
- readonly type: "string";
2000
- };
2001
- readonly contrastText: {
2002
- readonly type: "string";
2003
- };
2004
- };
2005
- };
2006
- readonly border: {
2007
- readonly type: "object";
2008
- readonly properties: {
2009
- readonly main: {
2010
- readonly type: "string";
2011
- };
2012
- readonly light: {
2013
- readonly type: "string";
2014
- };
2015
- readonly dark: {
2016
- readonly type: "string";
2017
- };
2018
- readonly contrastText: {
2019
- readonly type: "string";
2020
- };
2021
- };
2022
- };
2023
- readonly error: {
2024
- readonly type: "object";
2025
- readonly properties: {
2026
- readonly main: {
2027
- readonly type: "string";
2028
- };
2029
- readonly light: {
2030
- readonly type: "string";
2031
- };
2032
- readonly dark: {
2033
- readonly type: "string";
2034
- };
2035
- readonly contrastText: {
2036
- readonly type: "string";
2037
- };
2038
- };
2039
- };
2040
- readonly http: {
2041
- readonly type: "object";
2042
- readonly properties: {
2043
- readonly basic: {
2044
- readonly type: "string";
2045
- };
2046
- readonly delete: {
2047
- readonly type: "string";
2048
- };
2049
- readonly get: {
2050
- readonly type: "string";
2051
- };
2052
- readonly head: {
2053
- readonly type: "string";
2054
- };
2055
- readonly link: {
2056
- readonly type: "string";
2057
- };
2058
- readonly options: {
2059
- readonly type: "string";
2060
- };
2061
- readonly patch: {
2062
- readonly type: "string";
2063
- };
2064
- readonly post: {
2065
- readonly type: "string";
2066
- };
2067
- readonly put: {
1767
+ readonly patch: {
1768
+ readonly type: "string";
1769
+ };
1770
+ readonly post: {
1771
+ readonly type: "string";
1772
+ };
1773
+ readonly put: {
2068
1774
  readonly type: "string";
2069
1775
  };
2070
1776
  };
@@ -3310,213 +3016,24 @@ export declare const themeConfigSchema: {
3310
3016
  readonly markdownHeadingsAnchorLevel: {
3311
3017
  readonly type: "number";
3312
3018
  };
3313
- };
3314
- readonly additionalProperties: false;
3315
- };
3316
- readonly graphql: {
3317
- readonly type: "object";
3318
- readonly properties: {
3319
- readonly pagination: {
3019
+ readonly licenseKey: {
3320
3020
  readonly type: "string";
3321
- readonly enum: readonly ["none", "section", "item"];
3322
3021
  };
3323
- readonly navigation: {
3324
- readonly type: "object";
3325
- readonly properties: {
3326
- readonly contentPrefix: {
3327
- readonly type: "string";
3328
- };
3329
- readonly menuPrefix: {
3330
- readonly type: "string";
3331
- };
3332
- };
3022
+ readonly hideLoading: {
3023
+ readonly type: "boolean";
3333
3024
  };
3334
- readonly hidePaginationButtons: {
3025
+ readonly disableRouter: {
3335
3026
  readonly type: "boolean";
3336
3027
  };
3337
- readonly menu: {
3028
+ readonly hideSidebar: {
3029
+ readonly type: "boolean";
3030
+ };
3031
+ readonly feedback: {
3338
3032
  readonly type: "object";
3339
3033
  readonly properties: {
3340
- readonly requireExactGroups: {
3034
+ readonly hide: {
3341
3035
  readonly type: "boolean";
3342
- };
3343
- readonly groups: {
3344
- readonly type: "array";
3345
- readonly items: {
3346
- readonly type: "object";
3347
- readonly properties: {
3348
- readonly name: {
3349
- readonly type: "string";
3350
- };
3351
- readonly items: {
3352
- readonly type: "object";
3353
- readonly properties: {
3354
- readonly includeByName: {
3355
- readonly type: "array";
3356
- readonly items: {
3357
- readonly type: "string";
3358
- };
3359
- };
3360
- readonly excludeByName: {
3361
- readonly type: "array";
3362
- readonly items: {
3363
- readonly type: "string";
3364
- };
3365
- };
3366
- };
3367
- readonly additionalProperties: false;
3368
- };
3369
- readonly queries: {
3370
- readonly type: "object";
3371
- readonly properties: {
3372
- readonly includeByName: {
3373
- readonly type: "array";
3374
- readonly items: {
3375
- readonly type: "string";
3376
- };
3377
- };
3378
- readonly excludeByName: {
3379
- readonly type: "array";
3380
- readonly items: {
3381
- readonly type: "string";
3382
- };
3383
- };
3384
- };
3385
- readonly additionalProperties: false;
3386
- };
3387
- readonly mutations: {
3388
- readonly type: "object";
3389
- readonly properties: {
3390
- readonly includeByName: {
3391
- readonly type: "array";
3392
- readonly items: {
3393
- readonly type: "string";
3394
- };
3395
- };
3396
- readonly excludeByName: {
3397
- readonly type: "array";
3398
- readonly items: {
3399
- readonly type: "string";
3400
- };
3401
- };
3402
- };
3403
- readonly additionalProperties: false;
3404
- };
3405
- readonly subscriptions: {
3406
- readonly type: "object";
3407
- readonly properties: {
3408
- readonly includeByName: {
3409
- readonly type: "array";
3410
- readonly items: {
3411
- readonly type: "string";
3412
- };
3413
- };
3414
- readonly excludeByName: {
3415
- readonly type: "array";
3416
- readonly items: {
3417
- readonly type: "string";
3418
- };
3419
- };
3420
- };
3421
- readonly additionalProperties: false;
3422
- };
3423
- readonly types: {
3424
- readonly type: "object";
3425
- readonly properties: {
3426
- readonly includeByName: {
3427
- readonly type: "array";
3428
- readonly items: {
3429
- readonly type: "string";
3430
- };
3431
- };
3432
- readonly excludeByName: {
3433
- readonly type: "array";
3434
- readonly items: {
3435
- readonly type: "string";
3436
- };
3437
- };
3438
- };
3439
- readonly additionalProperties: false;
3440
- };
3441
- readonly directives: {
3442
- readonly type: "object";
3443
- readonly properties: {
3444
- readonly includeByName: {
3445
- readonly type: "array";
3446
- readonly items: {
3447
- readonly type: "string";
3448
- };
3449
- };
3450
- readonly excludeByName: {
3451
- readonly type: "array";
3452
- readonly items: {
3453
- readonly type: "string";
3454
- };
3455
- };
3456
- };
3457
- readonly additionalProperties: false;
3458
- };
3459
- };
3460
- readonly required: readonly ["name"];
3461
- readonly additionalProperties: false;
3462
- };
3463
- };
3464
- readonly otherItemsGroupName: {
3465
- readonly type: "string";
3466
- };
3467
- readonly initialLoadState: {
3468
- readonly type: "string";
3469
- readonly enum: readonly ["all-expanded", "default"];
3470
- };
3471
- };
3472
- readonly additionalProperties: false;
3473
- };
3474
- readonly sidebar: {
3475
- readonly type: "object";
3476
- readonly properties: {
3477
- readonly hide: {
3478
- readonly type: "boolean";
3479
- };
3480
- };
3481
- };
3482
- readonly apiLogo: {
3483
- readonly type: "object";
3484
- readonly properties: {
3485
- readonly imageUrl: {
3486
- readonly type: "string";
3487
- };
3488
- readonly href: {
3489
- readonly type: "string";
3490
- };
3491
- readonly altText: {
3492
- readonly type: "string";
3493
- };
3494
- readonly backgroundColor: {
3495
- readonly type: "string";
3496
- };
3497
- };
3498
- };
3499
- readonly jsonSamplesExpandLevel: {
3500
- readonly type: "number";
3501
- };
3502
- readonly sampleMaxInlineArgs: {
3503
- readonly type: "number";
3504
- };
3505
- readonly licenseKey: {
3506
- readonly type: "string";
3507
- };
3508
- readonly fieldExpandLevel: {
3509
- readonly type: "number";
3510
- };
3511
- readonly baseUrlPath: {
3512
- readonly type: "string";
3513
- };
3514
- readonly feedback: {
3515
- readonly type: "object";
3516
- readonly properties: {
3517
- readonly hide: {
3518
- readonly type: "boolean";
3519
- readonly default: false;
3036
+ readonly default: false;
3520
3037
  };
3521
3038
  readonly type: {
3522
3039
  readonly type: "string";
@@ -3613,223 +3130,706 @@ export declare const themeConfigSchema: {
3613
3130
  readonly default: null;
3614
3131
  readonly nullable: true;
3615
3132
  };
3616
- };
3617
- readonly additionalProperties: false;
3618
- };
3619
- readonly analytics: {
3620
- readonly type: "object";
3621
- readonly properties: {
3622
- readonly adobe: {
3623
- readonly type: "object";
3624
- readonly properties: {
3625
- readonly includeInDevelopment: {
3626
- readonly type: "boolean";
3627
- };
3628
- readonly scriptUrl: {
3629
- readonly type: "string";
3630
- };
3631
- readonly pageViewEventName: {
3632
- readonly type: "string";
3633
- };
3634
- };
3635
- readonly additionalProperties: false;
3636
- readonly required: readonly ["scriptUrl"];
3133
+ readonly hideReplay: {
3134
+ readonly type: "boolean";
3637
3135
  };
3638
- readonly amplitude: {
3639
- readonly type: "object";
3640
- readonly properties: {
3641
- readonly includeInDevelopment: {
3642
- readonly type: "boolean";
3643
- };
3644
- readonly apiKey: {
3645
- readonly type: "string";
3646
- };
3647
- readonly head: {
3648
- readonly type: "boolean";
3649
- };
3650
- readonly respectDNT: {
3651
- readonly type: "boolean";
3652
- };
3653
- readonly exclude: {
3654
- readonly type: "array";
3655
- readonly items: {
3136
+ readonly oAuth2RedirectURI: {
3137
+ readonly type: "string";
3138
+ readonly nullable: true;
3139
+ };
3140
+ readonly corsProxyUrl: {
3141
+ readonly type: "string";
3142
+ };
3143
+ readonly sortRequiredPropsFirst: {
3144
+ readonly type: "boolean";
3145
+ };
3146
+ readonly sanitize: {
3147
+ readonly type: "boolean";
3148
+ };
3149
+ readonly hideDownloadButtons: {
3150
+ readonly type: "boolean";
3151
+ };
3152
+ readonly downloadUrls: {
3153
+ readonly type: "array";
3154
+ readonly items: {
3155
+ readonly type: "object";
3156
+ readonly properties: {
3157
+ readonly title: {
3158
+ readonly type: "string";
3159
+ };
3160
+ readonly url: {
3656
3161
  readonly type: "string";
3657
3162
  };
3658
3163
  };
3659
- readonly outboundClickEventName: {
3660
- readonly type: "string";
3661
- };
3662
- readonly pageViewEventName: {
3663
- readonly type: "string";
3664
- };
3665
- readonly amplitudeConfig: {
3666
- readonly type: "object";
3667
- readonly additionalProperties: true;
3668
- };
3164
+ readonly required: readonly ["url"];
3165
+ readonly additionalProperties: false;
3669
3166
  };
3670
- readonly additionalProperties: false;
3671
- readonly required: readonly ["apiKey"];
3672
3167
  };
3673
- readonly fullstory: {
3674
- readonly type: "object";
3675
- readonly properties: {
3676
- readonly includeInDevelopment: {
3677
- readonly type: "boolean";
3678
- };
3679
- readonly orgId: {
3680
- readonly type: "string";
3681
- };
3682
- };
3683
- readonly additionalProperties: false;
3684
- readonly required: readonly ["orgId"];
3168
+ readonly onlyRequiredInSamples: {
3169
+ readonly type: "boolean";
3685
3170
  };
3686
- readonly heap: {
3687
- readonly type: "object";
3688
- readonly properties: {
3689
- readonly includeInDevelopment: {
3690
- readonly type: "boolean";
3691
- };
3692
- readonly appId: {
3171
+ readonly generatedSamplesMaxDepth: {
3172
+ readonly oneOf: readonly [{
3173
+ readonly type: "number";
3174
+ }, {
3175
+ readonly type: "string";
3176
+ }];
3177
+ };
3178
+ readonly showExtensions: {
3179
+ readonly oneOf: readonly [{
3180
+ readonly type: "boolean";
3181
+ }, {
3182
+ readonly type: "string";
3183
+ }, {
3184
+ readonly type: "array";
3185
+ readonly items: {
3693
3186
  readonly type: "string";
3694
3187
  };
3695
- };
3696
- readonly additionalProperties: false;
3697
- readonly required: readonly ["appId"];
3188
+ }];
3698
3189
  };
3699
- readonly rudderstack: {
3190
+ readonly hideSchemaTitles: {
3191
+ readonly type: "boolean";
3192
+ };
3193
+ readonly jsonSamplesExpandLevel: {
3194
+ readonly oneOf: readonly [{
3195
+ readonly type: "number";
3196
+ }, {
3197
+ readonly type: "string";
3198
+ }];
3199
+ };
3200
+ readonly schemasExpansionLevel: {
3201
+ readonly oneOf: readonly [{
3202
+ readonly type: "number";
3203
+ }, {
3204
+ readonly type: "string";
3205
+ }];
3206
+ };
3207
+ readonly mockServer: {
3700
3208
  readonly type: "object";
3701
3209
  readonly properties: {
3702
- readonly includeInDevelopment: {
3703
- readonly type: "boolean";
3704
- };
3705
- readonly writeKey: {
3706
- readonly type: "string";
3707
- readonly minLength: 10;
3708
- };
3709
- readonly trackPage: {
3710
- readonly type: "boolean";
3711
- };
3712
- readonly dataPlaneUrl: {
3210
+ readonly url: {
3713
3211
  readonly type: "string";
3714
3212
  };
3715
- readonly controlPlaneUrl: {
3213
+ readonly position: {
3716
3214
  readonly type: "string";
3215
+ readonly enum: readonly ["first", "last", "replace", "off"];
3717
3216
  };
3718
- readonly sdkUrl: {
3217
+ readonly description: {
3719
3218
  readonly type: "string";
3720
3219
  };
3721
- readonly loadOptions: {
3722
- readonly type: "object";
3723
- readonly additionalProperties: true;
3724
- };
3725
3220
  };
3726
- readonly additionalProperties: false;
3727
- readonly required: readonly ["writeKey"];
3728
3221
  };
3729
- readonly segment: {
3222
+ readonly maxDisplayedEnumValues: {
3223
+ readonly type: "number";
3224
+ };
3225
+ readonly schemaDefinitionsTagName: {
3226
+ readonly type: "string";
3227
+ };
3228
+ readonly layout: {
3229
+ readonly type: "string";
3230
+ readonly enum: readonly ["stacked", "three-panel"];
3231
+ };
3232
+ readonly hideInfoMetadata: {
3233
+ readonly type: "boolean";
3234
+ };
3235
+ readonly events: {
3236
+ readonly type: "object";
3237
+ };
3238
+ readonly skipBundle: {
3239
+ readonly type: "boolean";
3240
+ };
3241
+ readonly routingBasePath: {
3242
+ readonly type: "string";
3243
+ };
3244
+ readonly codeSamples: {
3730
3245
  readonly type: "object";
3731
3246
  readonly properties: {
3732
- readonly includeInDevelopment: {
3733
- readonly type: "boolean";
3734
- };
3735
- readonly writeKey: {
3736
- readonly type: "string";
3737
- readonly minLength: 10;
3247
+ readonly languages: {
3248
+ readonly type: "array";
3249
+ readonly items: {
3250
+ readonly type: "object";
3251
+ readonly properties: {
3252
+ readonly lang: {
3253
+ readonly type: "string";
3254
+ readonly enum: readonly ["curl", "JavaScript", "Node.js", "Python", "Java8+Apache", "Java", "C#", "C#+Newtonsoft", "PHP", "Go", "Ruby", "R", "Payload"];
3255
+ };
3256
+ readonly label: {
3257
+ readonly type: "string";
3258
+ };
3259
+ readonly options: {
3260
+ readonly type: "object";
3261
+ readonly properties: {
3262
+ readonly indent: {
3263
+ readonly type: "string";
3264
+ };
3265
+ readonly withImports: {
3266
+ readonly type: "boolean";
3267
+ };
3268
+ readonly withComments: {
3269
+ readonly type: "boolean";
3270
+ };
3271
+ readonly binary: {
3272
+ readonly type: "boolean";
3273
+ };
3274
+ readonly credentials: {
3275
+ readonly type: "string";
3276
+ readonly enum: readonly ["omit", "same-origin", "include"];
3277
+ };
3278
+ };
3279
+ readonly additionalProperties: false;
3280
+ };
3281
+ };
3282
+ readonly required: readonly ["lang"];
3283
+ readonly additionalProperties: false;
3284
+ };
3738
3285
  };
3739
- readonly trackPage: {
3286
+ readonly skipOptionalParameters: {
3740
3287
  readonly type: "boolean";
3741
3288
  };
3742
- readonly includeTitleInPageCall: {
3289
+ readonly withOAuth2Call: {
3743
3290
  readonly type: "boolean";
3744
3291
  };
3745
- readonly host: {
3746
- readonly type: "string";
3747
- };
3748
3292
  };
3293
+ readonly required: readonly ["languages"];
3749
3294
  readonly additionalProperties: false;
3750
- readonly required: readonly ["writeKey"];
3751
3295
  };
3752
- readonly gtm: {
3753
- readonly type: "object";
3754
- readonly properties: {
3755
- readonly includeInDevelopment: {
3756
- readonly type: "boolean";
3757
- };
3758
- readonly trackingId: {
3759
- readonly type: "string";
3760
- };
3761
- readonly gtmAuth: {
3762
- readonly type: "string";
3763
- };
3764
- readonly gtmPreview: {
3765
- readonly type: "string";
3766
- };
3767
- readonly defaultDataLayer: {};
3768
- readonly dataLayerName: {
3296
+ readonly ignoreNamedSchemas: {
3297
+ readonly oneOf: readonly [{
3298
+ readonly type: "array";
3299
+ readonly items: {
3769
3300
  readonly type: "string";
3770
3301
  };
3771
- readonly enableWebVitalsTracking: {
3772
- readonly type: "boolean";
3773
- };
3774
- readonly selfHostedOrigin: {
3302
+ }, {
3303
+ readonly type: "string";
3304
+ }];
3305
+ };
3306
+ readonly hidePropertiesPrefix: {
3307
+ readonly type: "boolean";
3308
+ };
3309
+ readonly excludeFromSearch: {
3310
+ readonly type: "boolean";
3311
+ };
3312
+ };
3313
+ readonly type: "object";
3314
+ readonly additionalProperties: false;
3315
+ };
3316
+ readonly graphql: {
3317
+ readonly type: "object";
3318
+ readonly properties: {
3319
+ readonly pagination: {
3320
+ readonly type: "string";
3321
+ readonly enum: readonly ["none", "section", "item"];
3322
+ };
3323
+ readonly navigation: {
3324
+ readonly type: "object";
3325
+ readonly properties: {
3326
+ readonly contentPrefix: {
3775
3327
  readonly type: "string";
3776
3328
  };
3777
- readonly pageViewEventName: {
3329
+ readonly menuPrefix: {
3778
3330
  readonly type: "string";
3779
3331
  };
3780
3332
  };
3781
- readonly additionalProperties: false;
3782
- readonly required: readonly ["trackingId"];
3783
3333
  };
3784
- readonly ga: {
3334
+ readonly hidePaginationButtons: {
3335
+ readonly type: "boolean";
3336
+ };
3337
+ readonly menu: {
3785
3338
  readonly type: "object";
3786
3339
  readonly properties: {
3787
- readonly includeInDevelopment: {
3788
- readonly type: "boolean";
3789
- };
3790
- readonly trackingId: {
3791
- readonly type: "string";
3792
- };
3793
- readonly conversionId: {
3794
- readonly type: "string";
3795
- };
3796
- readonly floodlightId: {
3797
- readonly type: "string";
3798
- };
3799
- readonly head: {
3800
- readonly type: "boolean";
3801
- };
3802
- readonly respectDNT: {
3340
+ readonly requireExactGroups: {
3803
3341
  readonly type: "boolean";
3804
3342
  };
3805
- readonly exclude: {
3343
+ readonly groups: {
3806
3344
  readonly type: "array";
3807
3345
  readonly items: {
3808
- readonly type: "string";
3809
- };
3810
- };
3811
- readonly optimizeId: {
3812
- readonly type: "string";
3813
- };
3814
- readonly anonymizeIp: {
3815
- readonly type: "boolean";
3816
- };
3817
- readonly cookieExpires: {
3818
- readonly type: "number";
3819
- };
3820
- readonly trackers: {
3821
- readonly type: "object";
3822
- readonly additionalProperties: {
3823
3346
  readonly type: "object";
3824
3347
  readonly properties: {
3825
- readonly includeInDevelopment: {
3826
- readonly type: "boolean";
3827
- };
3828
- readonly trackingId: {
3348
+ readonly name: {
3829
3349
  readonly type: "string";
3830
3350
  };
3831
- readonly conversionId: {
3832
- readonly type: "string";
3351
+ readonly items: {
3352
+ readonly type: "object";
3353
+ readonly properties: {
3354
+ readonly includeByName: {
3355
+ readonly type: "array";
3356
+ readonly items: {
3357
+ readonly type: "string";
3358
+ };
3359
+ };
3360
+ readonly excludeByName: {
3361
+ readonly type: "array";
3362
+ readonly items: {
3363
+ readonly type: "string";
3364
+ };
3365
+ };
3366
+ };
3367
+ readonly additionalProperties: false;
3368
+ };
3369
+ readonly queries: {
3370
+ readonly type: "object";
3371
+ readonly properties: {
3372
+ readonly includeByName: {
3373
+ readonly type: "array";
3374
+ readonly items: {
3375
+ readonly type: "string";
3376
+ };
3377
+ };
3378
+ readonly excludeByName: {
3379
+ readonly type: "array";
3380
+ readonly items: {
3381
+ readonly type: "string";
3382
+ };
3383
+ };
3384
+ };
3385
+ readonly additionalProperties: false;
3386
+ };
3387
+ readonly mutations: {
3388
+ readonly type: "object";
3389
+ readonly properties: {
3390
+ readonly includeByName: {
3391
+ readonly type: "array";
3392
+ readonly items: {
3393
+ readonly type: "string";
3394
+ };
3395
+ };
3396
+ readonly excludeByName: {
3397
+ readonly type: "array";
3398
+ readonly items: {
3399
+ readonly type: "string";
3400
+ };
3401
+ };
3402
+ };
3403
+ readonly additionalProperties: false;
3404
+ };
3405
+ readonly subscriptions: {
3406
+ readonly type: "object";
3407
+ readonly properties: {
3408
+ readonly includeByName: {
3409
+ readonly type: "array";
3410
+ readonly items: {
3411
+ readonly type: "string";
3412
+ };
3413
+ };
3414
+ readonly excludeByName: {
3415
+ readonly type: "array";
3416
+ readonly items: {
3417
+ readonly type: "string";
3418
+ };
3419
+ };
3420
+ };
3421
+ readonly additionalProperties: false;
3422
+ };
3423
+ readonly types: {
3424
+ readonly type: "object";
3425
+ readonly properties: {
3426
+ readonly includeByName: {
3427
+ readonly type: "array";
3428
+ readonly items: {
3429
+ readonly type: "string";
3430
+ };
3431
+ };
3432
+ readonly excludeByName: {
3433
+ readonly type: "array";
3434
+ readonly items: {
3435
+ readonly type: "string";
3436
+ };
3437
+ };
3438
+ };
3439
+ readonly additionalProperties: false;
3440
+ };
3441
+ readonly directives: {
3442
+ readonly type: "object";
3443
+ readonly properties: {
3444
+ readonly includeByName: {
3445
+ readonly type: "array";
3446
+ readonly items: {
3447
+ readonly type: "string";
3448
+ };
3449
+ };
3450
+ readonly excludeByName: {
3451
+ readonly type: "array";
3452
+ readonly items: {
3453
+ readonly type: "string";
3454
+ };
3455
+ };
3456
+ };
3457
+ readonly additionalProperties: false;
3458
+ };
3459
+ };
3460
+ readonly required: readonly ["name"];
3461
+ readonly additionalProperties: false;
3462
+ };
3463
+ };
3464
+ readonly otherItemsGroupName: {
3465
+ readonly type: "string";
3466
+ };
3467
+ readonly initialLoadState: {
3468
+ readonly type: "string";
3469
+ readonly enum: readonly ["all-expanded", "default"];
3470
+ };
3471
+ };
3472
+ readonly additionalProperties: false;
3473
+ };
3474
+ readonly sidebar: {
3475
+ readonly type: "object";
3476
+ readonly properties: {
3477
+ readonly hide: {
3478
+ readonly type: "boolean";
3479
+ };
3480
+ };
3481
+ };
3482
+ readonly apiLogo: {
3483
+ readonly type: "object";
3484
+ readonly properties: {
3485
+ readonly imageUrl: {
3486
+ readonly type: "string";
3487
+ };
3488
+ readonly href: {
3489
+ readonly type: "string";
3490
+ };
3491
+ readonly altText: {
3492
+ readonly type: "string";
3493
+ };
3494
+ readonly backgroundColor: {
3495
+ readonly type: "string";
3496
+ };
3497
+ };
3498
+ };
3499
+ readonly jsonSamplesExpandLevel: {
3500
+ readonly type: "number";
3501
+ };
3502
+ readonly sampleMaxInlineArgs: {
3503
+ readonly type: "number";
3504
+ };
3505
+ readonly licenseKey: {
3506
+ readonly type: "string";
3507
+ };
3508
+ readonly fieldExpandLevel: {
3509
+ readonly type: "number";
3510
+ };
3511
+ readonly baseUrlPath: {
3512
+ readonly type: "string";
3513
+ };
3514
+ readonly feedback: {
3515
+ readonly type: "object";
3516
+ readonly properties: {
3517
+ readonly hide: {
3518
+ readonly type: "boolean";
3519
+ readonly default: false;
3520
+ };
3521
+ readonly type: {
3522
+ readonly type: "string";
3523
+ readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
3524
+ readonly default: "sentiment";
3525
+ };
3526
+ readonly settings: {
3527
+ readonly type: "object";
3528
+ readonly properties: {
3529
+ readonly label: {
3530
+ readonly type: "string";
3531
+ };
3532
+ readonly submitText: {
3533
+ readonly type: "string";
3534
+ };
3535
+ readonly buttonText: {
3536
+ readonly type: "string";
3537
+ };
3538
+ readonly component: {
3539
+ readonly type: "string";
3540
+ readonly enum: readonly ["radio", "checkbox"];
3541
+ readonly default: "checkbox";
3542
+ };
3543
+ readonly items: {
3544
+ readonly type: "array";
3545
+ readonly items: {
3546
+ readonly type: "string";
3547
+ };
3548
+ readonly minItems: 1;
3549
+ };
3550
+ readonly leftScaleLabel: {
3551
+ readonly type: "string";
3552
+ };
3553
+ readonly rightScaleLabel: {
3554
+ readonly type: "string";
3555
+ };
3556
+ readonly reasons: {
3557
+ readonly type: "object";
3558
+ readonly properties: {
3559
+ readonly hide: {
3560
+ readonly type: "boolean";
3561
+ readonly default: false;
3562
+ };
3563
+ readonly component: {
3564
+ readonly type: "string";
3565
+ readonly enum: readonly ["radio", "checkbox"];
3566
+ readonly default: "checkbox";
3567
+ };
3568
+ readonly label: {
3569
+ readonly type: "string";
3570
+ };
3571
+ readonly items: {
3572
+ readonly type: "array";
3573
+ readonly items: {
3574
+ readonly type: "string";
3575
+ };
3576
+ };
3577
+ };
3578
+ readonly additionalProperties: false;
3579
+ };
3580
+ readonly comment: {
3581
+ readonly type: "object";
3582
+ readonly properties: {
3583
+ readonly hide: {
3584
+ readonly type: "boolean";
3585
+ readonly default: false;
3586
+ };
3587
+ readonly label: {
3588
+ readonly type: "string";
3589
+ };
3590
+ readonly likeLabel: {
3591
+ readonly type: "string";
3592
+ };
3593
+ readonly dislikeLabel: {
3594
+ readonly type: "string";
3595
+ };
3596
+ readonly satisfiedLabel: {
3597
+ readonly type: "string";
3598
+ };
3599
+ readonly neutralLabel: {
3600
+ readonly type: "string";
3601
+ };
3602
+ readonly dissatisfiedLabel: {
3603
+ readonly type: "string";
3604
+ };
3605
+ };
3606
+ readonly additionalProperties: false;
3607
+ };
3608
+ };
3609
+ readonly additionalProperties: false;
3610
+ };
3611
+ };
3612
+ readonly additionalProperties: false;
3613
+ readonly default: null;
3614
+ readonly nullable: true;
3615
+ };
3616
+ };
3617
+ readonly additionalProperties: false;
3618
+ };
3619
+ readonly analytics: {
3620
+ readonly type: "object";
3621
+ readonly properties: {
3622
+ readonly adobe: {
3623
+ readonly type: "object";
3624
+ readonly properties: {
3625
+ readonly includeInDevelopment: {
3626
+ readonly type: "boolean";
3627
+ };
3628
+ readonly scriptUrl: {
3629
+ readonly type: "string";
3630
+ };
3631
+ readonly pageViewEventName: {
3632
+ readonly type: "string";
3633
+ };
3634
+ };
3635
+ readonly additionalProperties: false;
3636
+ readonly required: readonly ["scriptUrl"];
3637
+ };
3638
+ readonly amplitude: {
3639
+ readonly type: "object";
3640
+ readonly properties: {
3641
+ readonly includeInDevelopment: {
3642
+ readonly type: "boolean";
3643
+ };
3644
+ readonly apiKey: {
3645
+ readonly type: "string";
3646
+ };
3647
+ readonly head: {
3648
+ readonly type: "boolean";
3649
+ };
3650
+ readonly respectDNT: {
3651
+ readonly type: "boolean";
3652
+ };
3653
+ readonly exclude: {
3654
+ readonly type: "array";
3655
+ readonly items: {
3656
+ readonly type: "string";
3657
+ };
3658
+ };
3659
+ readonly outboundClickEventName: {
3660
+ readonly type: "string";
3661
+ };
3662
+ readonly pageViewEventName: {
3663
+ readonly type: "string";
3664
+ };
3665
+ readonly amplitudeConfig: {
3666
+ readonly type: "object";
3667
+ readonly additionalProperties: true;
3668
+ };
3669
+ };
3670
+ readonly additionalProperties: false;
3671
+ readonly required: readonly ["apiKey"];
3672
+ };
3673
+ readonly fullstory: {
3674
+ readonly type: "object";
3675
+ readonly properties: {
3676
+ readonly includeInDevelopment: {
3677
+ readonly type: "boolean";
3678
+ };
3679
+ readonly orgId: {
3680
+ readonly type: "string";
3681
+ };
3682
+ };
3683
+ readonly additionalProperties: false;
3684
+ readonly required: readonly ["orgId"];
3685
+ };
3686
+ readonly heap: {
3687
+ readonly type: "object";
3688
+ readonly properties: {
3689
+ readonly includeInDevelopment: {
3690
+ readonly type: "boolean";
3691
+ };
3692
+ readonly appId: {
3693
+ readonly type: "string";
3694
+ };
3695
+ };
3696
+ readonly additionalProperties: false;
3697
+ readonly required: readonly ["appId"];
3698
+ };
3699
+ readonly rudderstack: {
3700
+ readonly type: "object";
3701
+ readonly properties: {
3702
+ readonly includeInDevelopment: {
3703
+ readonly type: "boolean";
3704
+ };
3705
+ readonly writeKey: {
3706
+ readonly type: "string";
3707
+ readonly minLength: 10;
3708
+ };
3709
+ readonly trackPage: {
3710
+ readonly type: "boolean";
3711
+ };
3712
+ readonly dataPlaneUrl: {
3713
+ readonly type: "string";
3714
+ };
3715
+ readonly controlPlaneUrl: {
3716
+ readonly type: "string";
3717
+ };
3718
+ readonly sdkUrl: {
3719
+ readonly type: "string";
3720
+ };
3721
+ readonly loadOptions: {
3722
+ readonly type: "object";
3723
+ readonly additionalProperties: true;
3724
+ };
3725
+ };
3726
+ readonly additionalProperties: false;
3727
+ readonly required: readonly ["writeKey"];
3728
+ };
3729
+ readonly segment: {
3730
+ readonly type: "object";
3731
+ readonly properties: {
3732
+ readonly includeInDevelopment: {
3733
+ readonly type: "boolean";
3734
+ };
3735
+ readonly writeKey: {
3736
+ readonly type: "string";
3737
+ readonly minLength: 10;
3738
+ };
3739
+ readonly trackPage: {
3740
+ readonly type: "boolean";
3741
+ };
3742
+ readonly includeTitleInPageCall: {
3743
+ readonly type: "boolean";
3744
+ };
3745
+ readonly host: {
3746
+ readonly type: "string";
3747
+ };
3748
+ };
3749
+ readonly additionalProperties: false;
3750
+ readonly required: readonly ["writeKey"];
3751
+ };
3752
+ readonly gtm: {
3753
+ readonly type: "object";
3754
+ readonly properties: {
3755
+ readonly includeInDevelopment: {
3756
+ readonly type: "boolean";
3757
+ };
3758
+ readonly trackingId: {
3759
+ readonly type: "string";
3760
+ };
3761
+ readonly gtmAuth: {
3762
+ readonly type: "string";
3763
+ };
3764
+ readonly gtmPreview: {
3765
+ readonly type: "string";
3766
+ };
3767
+ readonly defaultDataLayer: {};
3768
+ readonly dataLayerName: {
3769
+ readonly type: "string";
3770
+ };
3771
+ readonly enableWebVitalsTracking: {
3772
+ readonly type: "boolean";
3773
+ };
3774
+ readonly selfHostedOrigin: {
3775
+ readonly type: "string";
3776
+ };
3777
+ readonly pageViewEventName: {
3778
+ readonly type: "string";
3779
+ };
3780
+ };
3781
+ readonly additionalProperties: false;
3782
+ readonly required: readonly ["trackingId"];
3783
+ };
3784
+ readonly ga: {
3785
+ readonly type: "object";
3786
+ readonly properties: {
3787
+ readonly includeInDevelopment: {
3788
+ readonly type: "boolean";
3789
+ };
3790
+ readonly trackingId: {
3791
+ readonly type: "string";
3792
+ };
3793
+ readonly conversionId: {
3794
+ readonly type: "string";
3795
+ };
3796
+ readonly floodlightId: {
3797
+ readonly type: "string";
3798
+ };
3799
+ readonly head: {
3800
+ readonly type: "boolean";
3801
+ };
3802
+ readonly respectDNT: {
3803
+ readonly type: "boolean";
3804
+ };
3805
+ readonly exclude: {
3806
+ readonly type: "array";
3807
+ readonly items: {
3808
+ readonly type: "string";
3809
+ };
3810
+ };
3811
+ readonly optimizeId: {
3812
+ readonly type: "string";
3813
+ };
3814
+ readonly anonymizeIp: {
3815
+ readonly type: "boolean";
3816
+ };
3817
+ readonly cookieExpires: {
3818
+ readonly type: "number";
3819
+ };
3820
+ readonly trackers: {
3821
+ readonly type: "object";
3822
+ readonly additionalProperties: {
3823
+ readonly type: "object";
3824
+ readonly properties: {
3825
+ readonly includeInDevelopment: {
3826
+ readonly type: "boolean";
3827
+ };
3828
+ readonly trackingId: {
3829
+ readonly type: "string";
3830
+ };
3831
+ readonly conversionId: {
3832
+ readonly type: "string";
3833
3833
  };
3834
3834
  readonly floodlightId: {
3835
3835
  readonly type: "string";
@@ -4216,298 +4216,97 @@ export declare const themeConfigSchema: {
4216
4216
  readonly type: "object";
4217
4217
  readonly required: readonly ["name"];
4218
4218
  readonly properties: {
4219
- readonly name: {
4220
- readonly type: "string";
4221
- };
4222
- readonly color: {
4223
- readonly type: "string";
4224
- };
4225
- readonly extends: {
4226
- readonly type: "array";
4227
- readonly items: {
4228
- readonly type: "string";
4229
- };
4230
- };
4231
- readonly rules: {
4232
- readonly type: "object";
4233
- readonly additionalProperties: {
4234
- readonly oneOf: readonly [{
4235
- readonly type: "string";
4236
- }, {
4237
- readonly type: "object";
4238
- }];
4239
- };
4240
- };
4241
- };
4242
- readonly additionalProperties: false;
4243
- };
4244
- };
4245
- readonly targets: {
4246
- readonly type: "array";
4247
- readonly items: {
4248
- readonly type: "object";
4249
- readonly required: readonly ["where"];
4250
- readonly properties: {
4251
- readonly minimumLevel: {
4252
- readonly type: "string";
4253
- };
4254
- readonly where: {
4255
- readonly type: "object";
4256
- readonly required: readonly ["metadata"];
4257
- readonly properties: {
4258
- readonly metadata: {
4259
- readonly type: "object";
4260
- readonly additionalProperties: {
4261
- readonly type: "string";
4262
- };
4263
- };
4264
- };
4265
- readonly additionalProperties: false;
4266
- };
4267
- };
4268
- readonly additionalProperties: false;
4269
- };
4270
- };
4271
- };
4272
- };
4273
- };
4274
- readonly additionalProperties: true;
4275
- readonly default: {};
4276
- };
4277
- export declare const closedThemeConfigSchema: {
4278
- readonly additionalProperties: false;
4279
- readonly type: "object";
4280
- readonly properties: {
4281
- readonly imports: {
4282
- readonly type: "array";
4283
- readonly items: {
4284
- readonly type: "string";
4285
- };
4286
- readonly default: readonly [];
4287
- };
4288
- readonly logo: {
4289
- readonly type: "object";
4290
- readonly properties: {
4291
- readonly image: {
4292
- readonly type: "string";
4293
- };
4294
- readonly srcSet: {
4295
- readonly type: "string";
4296
- };
4297
- readonly altText: {
4298
- readonly type: "string";
4299
- };
4300
- readonly link: {
4301
- readonly type: "string";
4302
- };
4303
- readonly favicon: {
4304
- readonly type: "string";
4305
- };
4306
- };
4307
- readonly additionalProperties: false;
4308
- };
4309
- readonly navbar: {
4310
- readonly type: "object";
4311
- readonly properties: {
4312
- readonly hide: {
4313
- readonly type: "boolean";
4314
- };
4315
- readonly items: {
4316
- readonly type: "array";
4317
- readonly items: {
4318
- readonly properties: {
4319
- readonly items: {
4320
- readonly type: "array";
4321
- readonly items: {
4322
- readonly type: "object";
4323
- readonly properties: {
4324
- readonly page: {
4325
- readonly type: "string";
4326
- };
4327
- readonly directory: {
4328
- readonly type: "string";
4329
- };
4330
- readonly disconnect: {
4331
- readonly type: "boolean";
4332
- readonly default: false;
4333
- };
4334
- readonly group: {
4335
- readonly type: "string";
4336
- };
4337
- readonly label: {
4338
- readonly type: "string";
4339
- };
4340
- readonly href: {
4341
- readonly type: "string";
4342
- };
4343
- readonly external: {
4344
- readonly type: "boolean";
4345
- };
4346
- readonly labelTranslationKey: {
4347
- readonly type: "string";
4348
- };
4349
- readonly groupTranslationKey: {
4350
- readonly type: "string";
4351
- };
4352
- readonly icon: {
4353
- readonly oneOf: readonly [{
4354
- readonly type: "string";
4355
- }, {
4356
- readonly type: "object";
4357
- readonly properties: {
4358
- readonly srcSet: {
4359
- readonly type: "string";
4360
- };
4361
- };
4362
- readonly required: readonly ["srcSet"];
4363
- }];
4364
- };
4365
- readonly separator: {
4366
- readonly type: "string";
4367
- };
4368
- readonly separatorLine: {
4369
- readonly type: "boolean";
4370
- };
4371
- readonly linePosition: {
4372
- readonly type: "string";
4373
- readonly enum: readonly ["top", "bottom"];
4374
- readonly default: "top";
4375
- };
4376
- readonly version: {
4377
- readonly type: "string";
4378
- };
4379
- readonly menuStyle: {
4380
- readonly type: "string";
4381
- readonly enum: readonly ["drilldown"];
4382
- };
4383
- readonly expanded: {
4384
- readonly type: "string";
4385
- readonly const: "always";
4386
- };
4387
- readonly selectFirstItemOnExpand: {
4388
- readonly type: "boolean";
4389
- };
4390
- readonly flatten: {
4391
- readonly type: "boolean";
4392
- };
4393
- readonly linkedSidebars: {
4394
- readonly type: "array";
4395
- readonly items: {
4396
- readonly type: "string";
4397
- };
4398
- };
4399
- readonly items: {
4400
- readonly type: "array";
4401
- readonly items: {
4402
- readonly type: "object";
4403
- readonly additionalProperties: true;
4404
- };
4405
- };
4406
- };
4407
- };
4408
- };
4409
- readonly page: {
4410
- readonly type: "string";
4411
- };
4412
- readonly directory: {
4413
- readonly type: "string";
4414
- };
4415
- readonly disconnect: {
4416
- readonly type: "boolean";
4417
- readonly default: false;
4418
- };
4419
- readonly group: {
4420
- readonly type: "string";
4421
- };
4422
- readonly label: {
4219
+ readonly name: {
4423
4220
  readonly type: "string";
4424
4221
  };
4425
- readonly href: {
4222
+ readonly color: {
4426
4223
  readonly type: "string";
4427
4224
  };
4428
- readonly external: {
4429
- readonly type: "boolean";
4225
+ readonly extends: {
4226
+ readonly type: "array";
4227
+ readonly items: {
4228
+ readonly type: "string";
4229
+ };
4430
4230
  };
4431
- readonly labelTranslationKey: {
4432
- readonly type: "string";
4231
+ readonly rules: {
4232
+ readonly type: "object";
4233
+ readonly additionalProperties: {
4234
+ readonly oneOf: readonly [{
4235
+ readonly type: "string";
4236
+ }, {
4237
+ readonly type: "object";
4238
+ }];
4239
+ };
4433
4240
  };
4434
- readonly groupTranslationKey: {
4241
+ };
4242
+ readonly additionalProperties: false;
4243
+ };
4244
+ };
4245
+ readonly targets: {
4246
+ readonly type: "array";
4247
+ readonly items: {
4248
+ readonly type: "object";
4249
+ readonly required: readonly ["where"];
4250
+ readonly properties: {
4251
+ readonly minimumLevel: {
4435
4252
  readonly type: "string";
4436
4253
  };
4437
- readonly icon: {
4438
- readonly oneOf: readonly [{
4439
- readonly type: "string";
4440
- }, {
4441
- readonly type: "object";
4442
- readonly properties: {
4443
- readonly srcSet: {
4254
+ readonly where: {
4255
+ readonly type: "object";
4256
+ readonly required: readonly ["metadata"];
4257
+ readonly properties: {
4258
+ readonly metadata: {
4259
+ readonly type: "object";
4260
+ readonly additionalProperties: {
4444
4261
  readonly type: "string";
4445
4262
  };
4446
4263
  };
4447
- readonly required: readonly ["srcSet"];
4448
- }];
4449
- };
4450
- readonly separator: {
4451
- readonly type: "string";
4452
- };
4453
- readonly separatorLine: {
4454
- readonly type: "boolean";
4455
- };
4456
- readonly linePosition: {
4457
- readonly type: "string";
4458
- readonly enum: readonly ["top", "bottom"];
4459
- readonly default: "top";
4460
- };
4461
- readonly version: {
4462
- readonly type: "string";
4463
- };
4464
- readonly menuStyle: {
4465
- readonly type: "string";
4466
- readonly enum: readonly ["drilldown"];
4467
- };
4468
- readonly expanded: {
4469
- readonly type: "string";
4470
- readonly const: "always";
4471
- };
4472
- readonly selectFirstItemOnExpand: {
4473
- readonly type: "boolean";
4474
- };
4475
- readonly flatten: {
4476
- readonly type: "boolean";
4477
- };
4478
- readonly linkedSidebars: {
4479
- readonly type: "array";
4480
- readonly items: {
4481
- readonly type: "string";
4482
4264
  };
4265
+ readonly additionalProperties: false;
4483
4266
  };
4484
4267
  };
4485
- readonly type: "object";
4268
+ readonly additionalProperties: false;
4486
4269
  };
4487
4270
  };
4488
4271
  };
4489
- readonly additionalProperties: false;
4490
4272
  };
4491
- readonly products: {
4273
+ };
4274
+ readonly additionalProperties: true;
4275
+ readonly default: {};
4276
+ };
4277
+ export declare const closedThemeConfigSchema: {
4278
+ readonly additionalProperties: false;
4279
+ readonly type: "object";
4280
+ readonly properties: {
4281
+ readonly imports: {
4282
+ readonly type: "array";
4283
+ readonly items: {
4284
+ readonly type: "string";
4285
+ };
4286
+ readonly default: readonly [];
4287
+ };
4288
+ readonly logo: {
4492
4289
  readonly type: "object";
4493
- readonly additionalProperties: {
4494
- readonly type: "object";
4495
- readonly properties: {
4496
- readonly name: {
4497
- readonly type: "string";
4498
- };
4499
- readonly icon: {
4500
- readonly type: "string";
4501
- };
4502
- readonly folder: {
4503
- readonly type: "string";
4504
- };
4290
+ readonly properties: {
4291
+ readonly image: {
4292
+ readonly type: "string";
4293
+ };
4294
+ readonly srcSet: {
4295
+ readonly type: "string";
4296
+ };
4297
+ readonly altText: {
4298
+ readonly type: "string";
4299
+ };
4300
+ readonly link: {
4301
+ readonly type: "string";
4302
+ };
4303
+ readonly favicon: {
4304
+ readonly type: "string";
4505
4305
  };
4506
- readonly additionalProperties: false;
4507
- readonly required: readonly ["name", "folder"];
4508
4306
  };
4307
+ readonly additionalProperties: false;
4509
4308
  };
4510
- readonly footer: {
4309
+ readonly navbar: {
4511
4310
  readonly type: "object";
4512
4311
  readonly properties: {
4513
4312
  readonly hide: {
@@ -4680,828 +4479,735 @@ export declare const closedThemeConfigSchema: {
4680
4479
  readonly type: "array";
4681
4480
  readonly items: {
4682
4481
  readonly type: "string";
4683
- };
4684
- };
4685
- };
4686
- readonly type: "object";
4687
- };
4688
- };
4689
- readonly copyrightText: {
4690
- readonly type: "string";
4691
- };
4692
- readonly logo: {
4693
- readonly type: "object";
4694
- readonly properties: {
4695
- readonly hide: {
4696
- readonly type: "boolean";
4697
- };
4698
- };
4699
- readonly additionalProperties: false;
4700
- };
4701
- };
4702
- readonly additionalProperties: false;
4703
- };
4704
- readonly sidebar: {
4705
- readonly type: "object";
4706
- readonly properties: {
4707
- readonly hide: {
4708
- readonly type: "boolean";
4709
- };
4710
- readonly separatorLine: {
4711
- readonly type: "boolean";
4712
- };
4713
- readonly linePosition: {
4714
- readonly type: "string";
4715
- readonly enum: readonly ["top", "bottom"];
4716
- readonly default: "bottom";
4717
- };
4718
- };
4719
- readonly additionalProperties: false;
4720
- };
4721
- readonly scripts: {
4722
- readonly type: "object";
4723
- readonly properties: {
4724
- readonly head: {
4725
- readonly type: "array";
4726
- readonly items: {
4727
- readonly type: "object";
4728
- readonly properties: {
4729
- readonly src: {
4730
- readonly type: "string";
4731
- };
4732
- readonly async: {
4733
- readonly type: "boolean";
4734
- };
4735
- readonly crossorigin: {
4736
- readonly type: "string";
4737
- };
4738
- readonly defer: {
4739
- readonly type: "boolean";
4740
- };
4741
- readonly fetchpriority: {
4742
- readonly type: "string";
4743
- };
4744
- readonly integrity: {
4745
- readonly type: "string";
4746
- };
4747
- readonly module: {
4748
- readonly type: "boolean";
4749
- };
4750
- readonly nomodule: {
4751
- readonly type: "boolean";
4752
- };
4753
- readonly nonce: {
4754
- readonly type: "string";
4755
- };
4756
- readonly referrerpolicy: {
4757
- readonly type: "string";
4758
- };
4759
- readonly type: {
4760
- readonly type: "string";
4761
- };
4762
- };
4763
- readonly required: readonly ["src"];
4764
- readonly additionalProperties: true;
4765
- };
4766
- };
4767
- readonly body: {
4768
- readonly type: "array";
4769
- readonly items: {
4770
- readonly type: "object";
4771
- readonly properties: {
4772
- readonly src: {
4773
- readonly type: "string";
4774
- };
4775
- readonly async: {
4776
- readonly type: "boolean";
4777
- };
4778
- readonly crossorigin: {
4779
- readonly type: "string";
4780
- };
4781
- readonly defer: {
4782
- readonly type: "boolean";
4783
- };
4784
- readonly fetchpriority: {
4785
- readonly type: "string";
4786
- };
4787
- readonly integrity: {
4788
- readonly type: "string";
4789
- };
4790
- readonly module: {
4791
- readonly type: "boolean";
4792
- };
4793
- readonly nomodule: {
4794
- readonly type: "boolean";
4795
- };
4796
- readonly nonce: {
4797
- readonly type: "string";
4798
- };
4799
- readonly referrerpolicy: {
4800
- readonly type: "string";
4801
- };
4802
- readonly type: {
4803
- readonly type: "string";
4482
+ };
4804
4483
  };
4805
4484
  };
4806
- readonly required: readonly ["src"];
4807
- readonly additionalProperties: true;
4485
+ readonly type: "object";
4808
4486
  };
4809
4487
  };
4810
4488
  };
4811
4489
  readonly additionalProperties: false;
4812
4490
  };
4813
- readonly links: {
4814
- readonly type: "array";
4815
- readonly items: {
4491
+ readonly products: {
4492
+ readonly type: "object";
4493
+ readonly additionalProperties: {
4816
4494
  readonly type: "object";
4817
4495
  readonly properties: {
4818
- readonly href: {
4819
- readonly type: "string";
4820
- };
4821
- readonly as: {
4822
- readonly type: "string";
4823
- };
4824
- readonly crossorigin: {
4825
- readonly type: "string";
4826
- };
4827
- readonly fetchpriority: {
4828
- readonly type: "string";
4829
- };
4830
- readonly hreflang: {
4831
- readonly type: "string";
4832
- };
4833
- readonly imagesizes: {
4834
- readonly type: "string";
4835
- };
4836
- readonly imagesrcset: {
4837
- readonly type: "string";
4838
- };
4839
- readonly integrity: {
4840
- readonly type: "string";
4841
- };
4842
- readonly media: {
4843
- readonly type: "string";
4844
- };
4845
- readonly prefetch: {
4846
- readonly type: "string";
4847
- };
4848
- readonly referrerpolicy: {
4849
- readonly type: "string";
4850
- };
4851
- readonly rel: {
4852
- readonly type: "string";
4853
- };
4854
- readonly sizes: {
4496
+ readonly name: {
4855
4497
  readonly type: "string";
4856
4498
  };
4857
- readonly title: {
4499
+ readonly icon: {
4858
4500
  readonly type: "string";
4859
4501
  };
4860
- readonly type: {
4502
+ readonly folder: {
4861
4503
  readonly type: "string";
4862
4504
  };
4863
4505
  };
4864
- readonly required: readonly ["href"];
4865
- readonly additionalProperties: true;
4506
+ readonly additionalProperties: false;
4507
+ readonly required: readonly ["name", "folder"];
4866
4508
  };
4867
4509
  };
4868
- readonly feedback: {
4510
+ readonly footer: {
4869
4511
  readonly type: "object";
4870
4512
  readonly properties: {
4871
4513
  readonly hide: {
4872
4514
  readonly type: "boolean";
4873
- readonly default: false;
4874
- };
4875
- readonly type: {
4876
- readonly type: "string";
4877
- readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
4878
- readonly default: "sentiment";
4879
4515
  };
4880
- readonly settings: {
4881
- readonly hide: {
4882
- readonly type: "boolean";
4883
- };
4884
- readonly type: "object";
4885
- readonly properties: {
4886
- readonly label: {
4887
- readonly type: "string";
4888
- };
4889
- readonly submitText: {
4890
- readonly type: "string";
4891
- };
4892
- readonly buttonText: {
4893
- readonly type: "string";
4894
- };
4895
- readonly component: {
4896
- readonly type: "string";
4897
- readonly enum: readonly ["radio", "checkbox"];
4898
- readonly default: "checkbox";
4899
- };
4900
- readonly items: {
4901
- readonly type: "array";
4516
+ readonly items: {
4517
+ readonly type: "array";
4518
+ readonly items: {
4519
+ readonly properties: {
4902
4520
  readonly items: {
4521
+ readonly type: "array";
4522
+ readonly items: {
4523
+ readonly type: "object";
4524
+ readonly properties: {
4525
+ readonly page: {
4526
+ readonly type: "string";
4527
+ };
4528
+ readonly directory: {
4529
+ readonly type: "string";
4530
+ };
4531
+ readonly disconnect: {
4532
+ readonly type: "boolean";
4533
+ readonly default: false;
4534
+ };
4535
+ readonly group: {
4536
+ readonly type: "string";
4537
+ };
4538
+ readonly label: {
4539
+ readonly type: "string";
4540
+ };
4541
+ readonly href: {
4542
+ readonly type: "string";
4543
+ };
4544
+ readonly external: {
4545
+ readonly type: "boolean";
4546
+ };
4547
+ readonly labelTranslationKey: {
4548
+ readonly type: "string";
4549
+ };
4550
+ readonly groupTranslationKey: {
4551
+ readonly type: "string";
4552
+ };
4553
+ readonly icon: {
4554
+ readonly oneOf: readonly [{
4555
+ readonly type: "string";
4556
+ }, {
4557
+ readonly type: "object";
4558
+ readonly properties: {
4559
+ readonly srcSet: {
4560
+ readonly type: "string";
4561
+ };
4562
+ };
4563
+ readonly required: readonly ["srcSet"];
4564
+ }];
4565
+ };
4566
+ readonly separator: {
4567
+ readonly type: "string";
4568
+ };
4569
+ readonly separatorLine: {
4570
+ readonly type: "boolean";
4571
+ };
4572
+ readonly linePosition: {
4573
+ readonly type: "string";
4574
+ readonly enum: readonly ["top", "bottom"];
4575
+ readonly default: "top";
4576
+ };
4577
+ readonly version: {
4578
+ readonly type: "string";
4579
+ };
4580
+ readonly menuStyle: {
4581
+ readonly type: "string";
4582
+ readonly enum: readonly ["drilldown"];
4583
+ };
4584
+ readonly expanded: {
4585
+ readonly type: "string";
4586
+ readonly const: "always";
4587
+ };
4588
+ readonly selectFirstItemOnExpand: {
4589
+ readonly type: "boolean";
4590
+ };
4591
+ readonly flatten: {
4592
+ readonly type: "boolean";
4593
+ };
4594
+ readonly linkedSidebars: {
4595
+ readonly type: "array";
4596
+ readonly items: {
4597
+ readonly type: "string";
4598
+ };
4599
+ };
4600
+ readonly items: {
4601
+ readonly type: "array";
4602
+ readonly items: {
4603
+ readonly type: "object";
4604
+ readonly additionalProperties: true;
4605
+ };
4606
+ };
4607
+ };
4608
+ };
4609
+ };
4610
+ readonly page: {
4903
4611
  readonly type: "string";
4904
4612
  };
4905
- readonly minItems: 1;
4906
- };
4907
- readonly leftScaleLabel: {
4908
- readonly type: "string";
4909
- };
4910
- readonly rightScaleLabel: {
4911
- readonly type: "string";
4912
- };
4913
- readonly reasons: {
4914
- readonly type: "object";
4915
- readonly properties: {
4916
- readonly hide: {
4917
- readonly type: "boolean";
4918
- readonly default: false;
4919
- };
4920
- readonly component: {
4921
- readonly type: "string";
4922
- readonly enum: readonly ["radio", "checkbox"];
4923
- readonly default: "checkbox";
4924
- };
4925
- readonly label: {
4613
+ readonly directory: {
4614
+ readonly type: "string";
4615
+ };
4616
+ readonly disconnect: {
4617
+ readonly type: "boolean";
4618
+ readonly default: false;
4619
+ };
4620
+ readonly group: {
4621
+ readonly type: "string";
4622
+ };
4623
+ readonly label: {
4624
+ readonly type: "string";
4625
+ };
4626
+ readonly href: {
4627
+ readonly type: "string";
4628
+ };
4629
+ readonly external: {
4630
+ readonly type: "boolean";
4631
+ };
4632
+ readonly labelTranslationKey: {
4633
+ readonly type: "string";
4634
+ };
4635
+ readonly groupTranslationKey: {
4636
+ readonly type: "string";
4637
+ };
4638
+ readonly icon: {
4639
+ readonly oneOf: readonly [{
4926
4640
  readonly type: "string";
4927
- };
4928
- readonly items: {
4929
- readonly type: "array";
4930
- readonly items: {
4931
- readonly type: "string";
4641
+ }, {
4642
+ readonly type: "object";
4643
+ readonly properties: {
4644
+ readonly srcSet: {
4645
+ readonly type: "string";
4646
+ };
4932
4647
  };
4933
- };
4648
+ readonly required: readonly ["srcSet"];
4649
+ }];
4650
+ };
4651
+ readonly separator: {
4652
+ readonly type: "string";
4653
+ };
4654
+ readonly separatorLine: {
4655
+ readonly type: "boolean";
4656
+ };
4657
+ readonly linePosition: {
4658
+ readonly type: "string";
4659
+ readonly enum: readonly ["top", "bottom"];
4660
+ readonly default: "top";
4661
+ };
4662
+ readonly version: {
4663
+ readonly type: "string";
4934
4664
  };
4935
- readonly additionalProperties: false;
4936
- };
4937
- readonly comment: {
4938
- readonly type: "object";
4939
- readonly properties: {
4940
- readonly hide: {
4941
- readonly type: "boolean";
4942
- readonly default: false;
4943
- };
4944
- readonly label: {
4945
- readonly type: "string";
4946
- };
4947
- readonly likeLabel: {
4948
- readonly type: "string";
4949
- };
4950
- readonly dislikeLabel: {
4951
- readonly type: "string";
4952
- };
4953
- readonly satisfiedLabel: {
4954
- readonly type: "string";
4955
- };
4956
- readonly neutralLabel: {
4957
- readonly type: "string";
4958
- };
4959
- readonly dissatisfiedLabel: {
4665
+ readonly menuStyle: {
4666
+ readonly type: "string";
4667
+ readonly enum: readonly ["drilldown"];
4668
+ };
4669
+ readonly expanded: {
4670
+ readonly type: "string";
4671
+ readonly const: "always";
4672
+ };
4673
+ readonly selectFirstItemOnExpand: {
4674
+ readonly type: "boolean";
4675
+ };
4676
+ readonly flatten: {
4677
+ readonly type: "boolean";
4678
+ };
4679
+ readonly linkedSidebars: {
4680
+ readonly type: "array";
4681
+ readonly items: {
4960
4682
  readonly type: "string";
4961
4683
  };
4962
4684
  };
4963
- readonly additionalProperties: false;
4685
+ };
4686
+ readonly type: "object";
4687
+ };
4688
+ };
4689
+ readonly copyrightText: {
4690
+ readonly type: "string";
4691
+ };
4692
+ readonly logo: {
4693
+ readonly type: "object";
4694
+ readonly properties: {
4695
+ readonly hide: {
4696
+ readonly type: "boolean";
4964
4697
  };
4965
4698
  };
4966
4699
  readonly additionalProperties: false;
4967
4700
  };
4968
4701
  };
4969
4702
  readonly additionalProperties: false;
4970
- readonly default: {};
4971
4703
  };
4972
- readonly search: {
4704
+ readonly sidebar: {
4973
4705
  readonly type: "object";
4974
4706
  readonly properties: {
4975
4707
  readonly hide: {
4976
4708
  readonly type: "boolean";
4977
4709
  };
4978
- readonly placement: {
4710
+ readonly separatorLine: {
4711
+ readonly type: "boolean";
4712
+ };
4713
+ readonly linePosition: {
4979
4714
  readonly type: "string";
4980
- readonly default: "navbar";
4715
+ readonly enum: readonly ["top", "bottom"];
4716
+ readonly default: "bottom";
4981
4717
  };
4982
- readonly shortcuts: {
4718
+ };
4719
+ readonly additionalProperties: false;
4720
+ };
4721
+ readonly scripts: {
4722
+ readonly type: "object";
4723
+ readonly properties: {
4724
+ readonly head: {
4983
4725
  readonly type: "array";
4984
4726
  readonly items: {
4985
- readonly type: "string";
4727
+ readonly type: "object";
4728
+ readonly properties: {
4729
+ readonly src: {
4730
+ readonly type: "string";
4731
+ };
4732
+ readonly async: {
4733
+ readonly type: "boolean";
4734
+ };
4735
+ readonly crossorigin: {
4736
+ readonly type: "string";
4737
+ };
4738
+ readonly defer: {
4739
+ readonly type: "boolean";
4740
+ };
4741
+ readonly fetchpriority: {
4742
+ readonly type: "string";
4743
+ };
4744
+ readonly integrity: {
4745
+ readonly type: "string";
4746
+ };
4747
+ readonly module: {
4748
+ readonly type: "boolean";
4749
+ };
4750
+ readonly nomodule: {
4751
+ readonly type: "boolean";
4752
+ };
4753
+ readonly nonce: {
4754
+ readonly type: "string";
4755
+ };
4756
+ readonly referrerpolicy: {
4757
+ readonly type: "string";
4758
+ };
4759
+ readonly type: {
4760
+ readonly type: "string";
4761
+ };
4762
+ };
4763
+ readonly required: readonly ["src"];
4764
+ readonly additionalProperties: true;
4986
4765
  };
4987
- readonly default: readonly ["/"];
4988
4766
  };
4989
- readonly suggestedPages: {
4767
+ readonly body: {
4990
4768
  readonly type: "array";
4991
4769
  readonly items: {
4992
4770
  readonly type: "object";
4993
4771
  readonly properties: {
4994
- readonly page: {
4772
+ readonly src: {
4995
4773
  readonly type: "string";
4996
4774
  };
4997
- readonly label: {
4775
+ readonly async: {
4776
+ readonly type: "boolean";
4777
+ };
4778
+ readonly crossorigin: {
4998
4779
  readonly type: "string";
4999
4780
  };
5000
- readonly labelTranslationKey: {
4781
+ readonly defer: {
4782
+ readonly type: "boolean";
4783
+ };
4784
+ readonly fetchpriority: {
4785
+ readonly type: "string";
4786
+ };
4787
+ readonly integrity: {
4788
+ readonly type: "string";
4789
+ };
4790
+ readonly module: {
4791
+ readonly type: "boolean";
4792
+ };
4793
+ readonly nomodule: {
4794
+ readonly type: "boolean";
4795
+ };
4796
+ readonly nonce: {
4797
+ readonly type: "string";
4798
+ };
4799
+ readonly referrerpolicy: {
4800
+ readonly type: "string";
4801
+ };
4802
+ readonly type: {
5001
4803
  readonly type: "string";
5002
4804
  };
5003
4805
  };
5004
- readonly required: readonly ["page"];
4806
+ readonly required: readonly ["src"];
4807
+ readonly additionalProperties: true;
5005
4808
  };
5006
4809
  };
5007
- readonly fuzzy: {
5008
- readonly type: "boolean";
5009
- readonly default: false;
5010
- };
5011
4810
  };
5012
4811
  readonly additionalProperties: false;
5013
- readonly default: {};
5014
4812
  };
5015
- readonly colorMode: {
5016
- readonly type: "object";
5017
- readonly properties: {
5018
- readonly hide: {
5019
- readonly type: "boolean";
5020
- };
5021
- readonly ignoreDetection: {
5022
- readonly type: "boolean";
5023
- };
5024
- readonly modes: {
5025
- readonly type: "array";
5026
- readonly items: {
4813
+ readonly links: {
4814
+ readonly type: "array";
4815
+ readonly items: {
4816
+ readonly type: "object";
4817
+ readonly properties: {
4818
+ readonly href: {
5027
4819
  readonly type: "string";
5028
4820
  };
5029
- readonly default: readonly ["light", "dark"];
5030
- };
5031
- };
5032
- readonly additionalProperties: false;
5033
- readonly default: {};
5034
- };
5035
- readonly navigation: {
5036
- readonly type: "object";
5037
- readonly properties: {
5038
- readonly nextButton: {
5039
- readonly type: "object";
5040
- readonly properties: {
5041
- readonly hide: {
5042
- readonly type: "boolean";
5043
- };
5044
- readonly text: {
5045
- readonly type: "string";
5046
- readonly default: "Next page";
5047
- };
4821
+ readonly as: {
4822
+ readonly type: "string";
5048
4823
  };
5049
- readonly additionalProperties: false;
5050
- readonly default: {};
5051
- };
5052
- readonly previousButton: {
5053
- readonly type: "object";
5054
- readonly properties: {
5055
- readonly hide: {
5056
- readonly type: "boolean";
5057
- };
5058
- readonly text: {
5059
- readonly type: "string";
5060
- readonly default: "Previous page";
5061
- };
4824
+ readonly crossorigin: {
4825
+ readonly type: "string";
5062
4826
  };
5063
- readonly additionalProperties: false;
5064
- readonly default: {};
5065
- };
5066
- };
5067
- readonly additionalProperties: false;
5068
- readonly default: {};
5069
- };
5070
- readonly codeSnippet: {
5071
- readonly type: "object";
5072
- readonly properties: {
5073
- readonly elementFormat: {
5074
- readonly type: "string";
5075
- readonly default: "icon";
5076
- };
5077
- readonly copy: {
5078
- readonly type: "object";
5079
- readonly properties: {
5080
- readonly hide: {
5081
- readonly type: "boolean";
5082
- };
4827
+ readonly fetchpriority: {
4828
+ readonly type: "string";
5083
4829
  };
5084
- readonly additionalProperties: false;
5085
- readonly default: {
5086
- readonly hide: false;
4830
+ readonly hreflang: {
4831
+ readonly type: "string";
5087
4832
  };
5088
- };
5089
- readonly report: {
5090
- readonly type: "object";
5091
- readonly properties: {
5092
- readonly hide: {
5093
- readonly type: "boolean";
5094
- };
5095
- readonly tooltipText: {
5096
- readonly type: "string";
5097
- };
5098
- readonly buttonText: {
5099
- readonly type: "string";
5100
- };
5101
- readonly label: {
5102
- readonly type: "string";
5103
- };
4833
+ readonly imagesizes: {
4834
+ readonly type: "string";
4835
+ };
4836
+ readonly imagesrcset: {
4837
+ readonly type: "string";
5104
4838
  };
5105
- readonly additionalProperties: false;
5106
- readonly default: {
5107
- readonly hide: false;
4839
+ readonly integrity: {
4840
+ readonly type: "string";
5108
4841
  };
5109
- };
5110
- readonly expand: {
5111
- readonly type: "object";
5112
- readonly properties: {
5113
- readonly hide: {
5114
- readonly type: "boolean";
5115
- };
4842
+ readonly media: {
4843
+ readonly type: "string";
5116
4844
  };
5117
- readonly additionalProperties: false;
5118
- readonly default: {
5119
- readonly hide: false;
4845
+ readonly prefetch: {
4846
+ readonly type: "string";
5120
4847
  };
5121
- };
5122
- readonly collapse: {
5123
- readonly type: "object";
5124
- readonly properties: {
5125
- readonly hide: {
5126
- readonly type: "boolean";
5127
- };
4848
+ readonly referrerpolicy: {
4849
+ readonly type: "string";
5128
4850
  };
5129
- readonly additionalProperties: false;
5130
- readonly default: {
5131
- readonly hide: false;
4851
+ readonly rel: {
4852
+ readonly type: "string";
4853
+ };
4854
+ readonly sizes: {
4855
+ readonly type: "string";
4856
+ };
4857
+ readonly title: {
4858
+ readonly type: "string";
4859
+ };
4860
+ readonly type: {
4861
+ readonly type: "string";
5132
4862
  };
5133
4863
  };
4864
+ readonly required: readonly ["href"];
4865
+ readonly additionalProperties: true;
5134
4866
  };
5135
- readonly additionalProperties: false;
5136
- readonly default: {};
5137
4867
  };
5138
- readonly markdown: {
4868
+ readonly feedback: {
5139
4869
  readonly type: "object";
5140
4870
  readonly properties: {
5141
- readonly frontMatterKeysToResolve: {
5142
- readonly type: "array";
5143
- readonly items: {
5144
- readonly type: "string";
5145
- };
5146
- readonly default: readonly ["image", "links"];
4871
+ readonly hide: {
4872
+ readonly type: "boolean";
4873
+ readonly default: false;
5147
4874
  };
5148
- readonly partialsFolders: {
5149
- readonly type: "array";
5150
- readonly items: {
5151
- readonly type: "string";
5152
- };
5153
- readonly default: readonly ["_partials"];
4875
+ readonly type: {
4876
+ readonly type: "string";
4877
+ readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
4878
+ readonly default: "sentiment";
5154
4879
  };
5155
- readonly lastUpdatedBlock: {
4880
+ readonly settings: {
4881
+ readonly hide: {
4882
+ readonly type: "boolean";
4883
+ };
5156
4884
  readonly type: "object";
5157
4885
  readonly properties: {
5158
- readonly hide: {
5159
- readonly type: "boolean";
5160
- };
5161
- readonly format: {
4886
+ readonly label: {
5162
4887
  readonly type: "string";
5163
- readonly enum: readonly ["timeago", "iso", "long", "short"];
5164
- readonly default: "timeago";
5165
4888
  };
5166
- readonly locale: {
4889
+ readonly submitText: {
5167
4890
  readonly type: "string";
5168
4891
  };
5169
- };
5170
- readonly additionalProperties: false;
5171
- readonly default: {};
5172
- };
5173
- readonly toc: {
5174
- readonly type: "object";
5175
- readonly properties: {
5176
- readonly hide: {
5177
- readonly type: "boolean";
5178
- };
5179
- readonly header: {
4892
+ readonly buttonText: {
5180
4893
  readonly type: "string";
5181
- readonly default: "On this page";
5182
4894
  };
5183
- readonly depth: {
5184
- readonly type: "integer";
5185
- readonly default: 3;
5186
- readonly minimum: 1;
4895
+ readonly component: {
4896
+ readonly type: "string";
4897
+ readonly enum: readonly ["radio", "checkbox"];
4898
+ readonly default: "checkbox";
5187
4899
  };
5188
- };
5189
- readonly additionalProperties: false;
5190
- readonly default: {};
5191
- };
5192
- readonly editPage: {
5193
- readonly type: "object";
5194
- readonly properties: {
5195
- readonly hide: {
5196
- readonly type: "boolean";
4900
+ readonly items: {
4901
+ readonly type: "array";
4902
+ readonly items: {
4903
+ readonly type: "string";
4904
+ };
4905
+ readonly minItems: 1;
5197
4906
  };
5198
- readonly baseUrl: {
4907
+ readonly leftScaleLabel: {
5199
4908
  readonly type: "string";
5200
4909
  };
5201
- };
5202
- readonly additionalProperties: false;
5203
- readonly default: {};
5204
- };
5205
- };
5206
- readonly additionalProperties: false;
5207
- readonly default: {};
5208
- };
5209
- readonly openapi: {
5210
- readonly type: "object";
5211
- readonly properties: {
5212
- readonly licenseKey: {
5213
- readonly type: "string";
5214
- };
5215
- readonly hideLoading: {
5216
- readonly type: "boolean";
5217
- };
5218
- readonly disableRouter: {
5219
- readonly type: "boolean";
5220
- };
5221
- readonly hideSidebar: {
5222
- readonly type: "boolean";
5223
- };
5224
- readonly feedback: {
5225
- readonly type: "object";
5226
- readonly properties: {
5227
- readonly hide: {
5228
- readonly type: "boolean";
5229
- readonly default: false;
5230
- };
5231
- readonly type: {
4910
+ readonly rightScaleLabel: {
5232
4911
  readonly type: "string";
5233
- readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
5234
- readonly default: "sentiment";
5235
4912
  };
5236
- readonly settings: {
4913
+ readonly reasons: {
5237
4914
  readonly type: "object";
5238
4915
  readonly properties: {
5239
- readonly label: {
5240
- readonly type: "string";
5241
- };
5242
- readonly submitText: {
5243
- readonly type: "string";
5244
- };
5245
- readonly buttonText: {
5246
- readonly type: "string";
4916
+ readonly hide: {
4917
+ readonly type: "boolean";
4918
+ readonly default: false;
5247
4919
  };
5248
4920
  readonly component: {
5249
4921
  readonly type: "string";
5250
4922
  readonly enum: readonly ["radio", "checkbox"];
5251
4923
  readonly default: "checkbox";
5252
4924
  };
4925
+ readonly label: {
4926
+ readonly type: "string";
4927
+ };
5253
4928
  readonly items: {
5254
4929
  readonly type: "array";
5255
4930
  readonly items: {
5256
4931
  readonly type: "string";
5257
4932
  };
5258
- readonly minItems: 1;
5259
4933
  };
5260
- readonly leftScaleLabel: {
4934
+ };
4935
+ readonly additionalProperties: false;
4936
+ };
4937
+ readonly comment: {
4938
+ readonly type: "object";
4939
+ readonly properties: {
4940
+ readonly hide: {
4941
+ readonly type: "boolean";
4942
+ readonly default: false;
4943
+ };
4944
+ readonly label: {
5261
4945
  readonly type: "string";
5262
4946
  };
5263
- readonly rightScaleLabel: {
4947
+ readonly likeLabel: {
5264
4948
  readonly type: "string";
5265
4949
  };
5266
- readonly reasons: {
5267
- readonly type: "object";
5268
- readonly properties: {
5269
- readonly hide: {
5270
- readonly type: "boolean";
5271
- readonly default: false;
5272
- };
5273
- readonly component: {
5274
- readonly type: "string";
5275
- readonly enum: readonly ["radio", "checkbox"];
5276
- readonly default: "checkbox";
5277
- };
5278
- readonly label: {
5279
- readonly type: "string";
5280
- };
5281
- readonly items: {
5282
- readonly type: "array";
5283
- readonly items: {
5284
- readonly type: "string";
5285
- };
5286
- };
5287
- };
5288
- readonly additionalProperties: false;
4950
+ readonly dislikeLabel: {
4951
+ readonly type: "string";
5289
4952
  };
5290
- readonly comment: {
5291
- readonly type: "object";
5292
- readonly properties: {
5293
- readonly hide: {
5294
- readonly type: "boolean";
5295
- readonly default: false;
5296
- };
5297
- readonly label: {
5298
- readonly type: "string";
5299
- };
5300
- readonly likeLabel: {
5301
- readonly type: "string";
5302
- };
5303
- readonly dislikeLabel: {
5304
- readonly type: "string";
5305
- };
5306
- readonly satisfiedLabel: {
5307
- readonly type: "string";
5308
- };
5309
- readonly neutralLabel: {
5310
- readonly type: "string";
5311
- };
5312
- readonly dissatisfiedLabel: {
5313
- readonly type: "string";
5314
- };
5315
- };
5316
- readonly additionalProperties: false;
4953
+ readonly satisfiedLabel: {
4954
+ readonly type: "string";
4955
+ };
4956
+ readonly neutralLabel: {
4957
+ readonly type: "string";
4958
+ };
4959
+ readonly dissatisfiedLabel: {
4960
+ readonly type: "string";
5317
4961
  };
5318
4962
  };
5319
4963
  readonly additionalProperties: false;
5320
4964
  };
5321
4965
  };
5322
4966
  readonly additionalProperties: false;
5323
- readonly default: null;
5324
- readonly nullable: true;
5325
- };
5326
- readonly hideReplay: {
5327
- readonly type: "boolean";
5328
- };
5329
- readonly oAuth2RedirectURI: {
5330
- readonly type: "string";
5331
- readonly nullable: true;
5332
- };
5333
- readonly corsProxyUrl: {
5334
- readonly type: "string";
5335
4967
  };
5336
- readonly sortRequiredPropsFirst: {
4968
+ };
4969
+ readonly additionalProperties: false;
4970
+ readonly default: {};
4971
+ };
4972
+ readonly search: {
4973
+ readonly type: "object";
4974
+ readonly properties: {
4975
+ readonly hide: {
5337
4976
  readonly type: "boolean";
5338
4977
  };
5339
- readonly sanitize: {
5340
- readonly type: "boolean";
4978
+ readonly placement: {
4979
+ readonly type: "string";
4980
+ readonly default: "navbar";
5341
4981
  };
5342
- readonly hideDownloadButtons: {
5343
- readonly type: "boolean";
4982
+ readonly shortcuts: {
4983
+ readonly type: "array";
4984
+ readonly items: {
4985
+ readonly type: "string";
4986
+ };
4987
+ readonly default: readonly ["/"];
5344
4988
  };
5345
- readonly downloadUrls: {
4989
+ readonly suggestedPages: {
5346
4990
  readonly type: "array";
5347
4991
  readonly items: {
5348
4992
  readonly type: "object";
5349
4993
  readonly properties: {
5350
- readonly title: {
4994
+ readonly page: {
5351
4995
  readonly type: "string";
5352
4996
  };
5353
- readonly url: {
4997
+ readonly label: {
4998
+ readonly type: "string";
4999
+ };
5000
+ readonly labelTranslationKey: {
5354
5001
  readonly type: "string";
5355
5002
  };
5356
5003
  };
5357
- readonly required: readonly ["url"];
5358
- readonly additionalProperties: false;
5004
+ readonly required: readonly ["page"];
5359
5005
  };
5360
5006
  };
5361
- readonly onlyRequiredInSamples: {
5007
+ readonly fuzzy: {
5362
5008
  readonly type: "boolean";
5009
+ readonly default: false;
5363
5010
  };
5364
- readonly generatedSamplesMaxDepth: {
5365
- readonly oneOf: readonly [{
5366
- readonly type: "number";
5367
- }, {
5368
- readonly type: "string";
5369
- }];
5011
+ };
5012
+ readonly additionalProperties: false;
5013
+ readonly default: {};
5014
+ };
5015
+ readonly colorMode: {
5016
+ readonly type: "object";
5017
+ readonly properties: {
5018
+ readonly hide: {
5019
+ readonly type: "boolean";
5370
5020
  };
5371
- readonly showExtensions: {
5372
- readonly oneOf: readonly [{
5373
- readonly type: "boolean";
5374
- }, {
5021
+ readonly ignoreDetection: {
5022
+ readonly type: "boolean";
5023
+ };
5024
+ readonly modes: {
5025
+ readonly type: "array";
5026
+ readonly items: {
5375
5027
  readonly type: "string";
5376
- }, {
5377
- readonly type: "array";
5378
- readonly items: {
5028
+ };
5029
+ readonly default: readonly ["light", "dark"];
5030
+ };
5031
+ };
5032
+ readonly additionalProperties: false;
5033
+ readonly default: {};
5034
+ };
5035
+ readonly navigation: {
5036
+ readonly type: "object";
5037
+ readonly properties: {
5038
+ readonly nextButton: {
5039
+ readonly type: "object";
5040
+ readonly properties: {
5041
+ readonly hide: {
5042
+ readonly type: "boolean";
5043
+ };
5044
+ readonly text: {
5379
5045
  readonly type: "string";
5046
+ readonly default: "Next page";
5380
5047
  };
5381
- }];
5048
+ };
5049
+ readonly additionalProperties: false;
5050
+ readonly default: {};
5382
5051
  };
5383
- readonly hideSchemaTitles: {
5384
- readonly type: "boolean";
5052
+ readonly previousButton: {
5053
+ readonly type: "object";
5054
+ readonly properties: {
5055
+ readonly hide: {
5056
+ readonly type: "boolean";
5057
+ };
5058
+ readonly text: {
5059
+ readonly type: "string";
5060
+ readonly default: "Previous page";
5061
+ };
5062
+ };
5063
+ readonly additionalProperties: false;
5064
+ readonly default: {};
5385
5065
  };
5386
- readonly jsonSamplesExpandLevel: {
5387
- readonly oneOf: readonly [{
5388
- readonly type: "number";
5389
- }, {
5390
- readonly type: "string";
5391
- }];
5066
+ };
5067
+ readonly additionalProperties: false;
5068
+ readonly default: {};
5069
+ };
5070
+ readonly codeSnippet: {
5071
+ readonly type: "object";
5072
+ readonly properties: {
5073
+ readonly elementFormat: {
5074
+ readonly type: "string";
5075
+ readonly default: "icon";
5392
5076
  };
5393
- readonly schemasExpansionLevel: {
5394
- readonly oneOf: readonly [{
5395
- readonly type: "number";
5396
- }, {
5397
- readonly type: "string";
5398
- }];
5077
+ readonly copy: {
5078
+ readonly type: "object";
5079
+ readonly properties: {
5080
+ readonly hide: {
5081
+ readonly type: "boolean";
5082
+ };
5083
+ };
5084
+ readonly additionalProperties: false;
5085
+ readonly default: {
5086
+ readonly hide: false;
5087
+ };
5399
5088
  };
5400
- readonly mockServer: {
5089
+ readonly report: {
5401
5090
  readonly type: "object";
5402
5091
  readonly properties: {
5403
- readonly url: {
5092
+ readonly hide: {
5093
+ readonly type: "boolean";
5094
+ };
5095
+ readonly tooltipText: {
5404
5096
  readonly type: "string";
5405
5097
  };
5406
- readonly position: {
5098
+ readonly buttonText: {
5407
5099
  readonly type: "string";
5408
- readonly enum: readonly ["first", "last", "replace", "off"];
5409
5100
  };
5410
- readonly description: {
5101
+ readonly label: {
5411
5102
  readonly type: "string";
5412
5103
  };
5413
5104
  };
5105
+ readonly additionalProperties: false;
5106
+ readonly default: {
5107
+ readonly hide: false;
5108
+ };
5414
5109
  };
5415
- readonly maxDisplayedEnumValues: {
5416
- readonly type: "number";
5417
- };
5418
- readonly schemaDefinitionsTagName: {
5419
- readonly type: "string";
5420
- };
5421
- readonly layout: {
5422
- readonly type: "string";
5423
- readonly enum: readonly ["stacked", "three-panel"];
5424
- };
5425
- readonly hideInfoMetadata: {
5426
- readonly type: "boolean";
5110
+ readonly expand: {
5111
+ readonly type: "object";
5112
+ readonly properties: {
5113
+ readonly hide: {
5114
+ readonly type: "boolean";
5115
+ };
5116
+ };
5117
+ readonly additionalProperties: false;
5118
+ readonly default: {
5119
+ readonly hide: false;
5120
+ };
5427
5121
  };
5428
- readonly events: {
5122
+ readonly collapse: {
5429
5123
  readonly type: "object";
5124
+ readonly properties: {
5125
+ readonly hide: {
5126
+ readonly type: "boolean";
5127
+ };
5128
+ };
5129
+ readonly additionalProperties: false;
5130
+ readonly default: {
5131
+ readonly hide: false;
5132
+ };
5430
5133
  };
5431
- readonly skipBundle: {
5432
- readonly type: "boolean";
5134
+ };
5135
+ readonly additionalProperties: false;
5136
+ readonly default: {};
5137
+ };
5138
+ readonly markdown: {
5139
+ readonly type: "object";
5140
+ readonly properties: {
5141
+ readonly frontMatterKeysToResolve: {
5142
+ readonly type: "array";
5143
+ readonly items: {
5144
+ readonly type: "string";
5145
+ };
5146
+ readonly default: readonly ["image", "links"];
5433
5147
  };
5434
- readonly routingBasePath: {
5435
- readonly type: "string";
5148
+ readonly partialsFolders: {
5149
+ readonly type: "array";
5150
+ readonly items: {
5151
+ readonly type: "string";
5152
+ };
5153
+ readonly default: readonly ["_partials"];
5436
5154
  };
5437
- readonly codeSamples: {
5155
+ readonly lastUpdatedBlock: {
5438
5156
  readonly type: "object";
5439
5157
  readonly properties: {
5440
- readonly languages: {
5441
- readonly type: "array";
5442
- readonly items: {
5443
- readonly type: "object";
5444
- readonly properties: {
5445
- readonly lang: {
5446
- readonly type: "string";
5447
- readonly enum: readonly ["curl", "JavaScript", "Node.js", "Python", "Java8+Apache", "Java", "C#", "C#+Newtonsoft", "PHP", "Go", "Ruby", "R", "Payload"];
5448
- };
5449
- readonly label: {
5450
- readonly type: "string";
5451
- };
5452
- readonly options: {
5453
- readonly type: "object";
5454
- readonly properties: {
5455
- readonly indent: {
5456
- readonly type: "string";
5457
- };
5458
- readonly withImports: {
5459
- readonly type: "boolean";
5460
- };
5461
- readonly withComments: {
5462
- readonly type: "boolean";
5463
- };
5464
- readonly binary: {
5465
- readonly type: "boolean";
5466
- };
5467
- readonly credentials: {
5468
- readonly type: "string";
5469
- readonly enum: readonly ["omit", "same-origin", "include"];
5470
- };
5471
- };
5472
- readonly additionalProperties: false;
5473
- };
5474
- };
5475
- readonly required: readonly ["lang"];
5476
- readonly additionalProperties: false;
5477
- };
5158
+ readonly hide: {
5159
+ readonly type: "boolean";
5160
+ };
5161
+ readonly format: {
5162
+ readonly type: "string";
5163
+ readonly enum: readonly ["timeago", "iso", "long", "short"];
5164
+ readonly default: "timeago";
5165
+ };
5166
+ readonly locale: {
5167
+ readonly type: "string";
5478
5168
  };
5479
- readonly skipOptionalParameters: {
5169
+ };
5170
+ readonly additionalProperties: false;
5171
+ readonly default: {};
5172
+ };
5173
+ readonly toc: {
5174
+ readonly type: "object";
5175
+ readonly properties: {
5176
+ readonly hide: {
5480
5177
  readonly type: "boolean";
5481
5178
  };
5482
- readonly withOAuth2Call: {
5483
- readonly type: "boolean";
5179
+ readonly header: {
5180
+ readonly type: "string";
5181
+ readonly default: "On this page";
5182
+ };
5183
+ readonly depth: {
5184
+ readonly type: "integer";
5185
+ readonly default: 3;
5186
+ readonly minimum: 1;
5484
5187
  };
5485
5188
  };
5486
- readonly required: readonly ["languages"];
5487
5189
  readonly additionalProperties: false;
5190
+ readonly default: {};
5488
5191
  };
5489
- readonly ignoreNamedSchemas: {
5490
- readonly oneOf: readonly [{
5491
- readonly type: "array";
5492
- readonly items: {
5192
+ readonly editPage: {
5193
+ readonly type: "object";
5194
+ readonly properties: {
5195
+ readonly hide: {
5196
+ readonly type: "boolean";
5197
+ };
5198
+ readonly baseUrl: {
5493
5199
  readonly type: "string";
5494
5200
  };
5495
- }, {
5496
- readonly type: "string";
5497
- }];
5498
- };
5499
- readonly hidePropertiesPrefix: {
5500
- readonly type: "boolean";
5501
- };
5502
- readonly excludeFromSearch: {
5503
- readonly type: "boolean";
5201
+ };
5202
+ readonly additionalProperties: false;
5203
+ readonly default: {};
5504
5204
  };
5205
+ };
5206
+ readonly additionalProperties: false;
5207
+ readonly default: {};
5208
+ };
5209
+ readonly openapi: {
5210
+ readonly properties: {
5505
5211
  readonly theme: {
5506
5212
  readonly type: "object";
5507
5213
  readonly properties: {
@@ -6534,49 +6240,290 @@ export declare const closedThemeConfigSchema: {
6534
6240
  };
6535
6241
  };
6536
6242
  };
6537
- readonly ctrlFHijack: {
6243
+ readonly ctrlFHijack: {
6244
+ readonly type: "boolean";
6245
+ };
6246
+ readonly defaultSampleLanguage: {
6247
+ readonly type: "string";
6248
+ };
6249
+ readonly disableDeepLinks: {
6250
+ readonly type: "boolean";
6251
+ };
6252
+ readonly disableSearch: {
6253
+ readonly type: "boolean";
6254
+ };
6255
+ readonly disableSidebar: {
6256
+ readonly type: "boolean";
6257
+ };
6258
+ readonly downloadDefinitionUrl: {
6259
+ readonly type: "string";
6260
+ };
6261
+ readonly expandDefaultServerVariables: {
6262
+ readonly type: "boolean";
6263
+ };
6264
+ readonly enumSkipQuotes: {
6265
+ readonly type: "boolean";
6266
+ };
6267
+ readonly expandDefaultRequest: {
6268
+ readonly type: "boolean";
6269
+ };
6270
+ readonly expandDefaultResponse: {
6271
+ readonly type: "boolean";
6272
+ };
6273
+ readonly expandResponses: {
6274
+ readonly type: "string";
6275
+ };
6276
+ readonly expandSingleSchemaField: {
6277
+ readonly type: "boolean";
6278
+ };
6279
+ readonly generateCodeSamples: {
6280
+ readonly type: "object";
6281
+ readonly properties: {
6282
+ readonly skipOptionalParameters: {
6283
+ readonly type: "boolean";
6284
+ };
6285
+ readonly languages: {
6286
+ readonly type: "array";
6287
+ readonly items: {
6288
+ readonly type: "object";
6289
+ readonly properties: {
6290
+ readonly label: {
6291
+ readonly type: "string";
6292
+ };
6293
+ readonly lang: {
6294
+ readonly enum: readonly ["curl", "C#", "Go", "Java", "Java8+Apache", "JavaScript", "Node.js", "PHP", "Python", "R", "Ruby"];
6295
+ };
6296
+ };
6297
+ readonly required: readonly ["lang"];
6298
+ };
6299
+ };
6300
+ };
6301
+ readonly required: readonly ["languages"];
6302
+ };
6303
+ readonly generatedPayloadSamplesMaxDepth: {
6304
+ readonly type: "number";
6305
+ };
6306
+ readonly hideDownloadButton: {
6307
+ readonly type: "boolean";
6308
+ };
6309
+ readonly hideHostname: {
6310
+ readonly type: "boolean";
6311
+ };
6312
+ readonly hideInfoSection: {
6313
+ readonly type: "boolean";
6314
+ };
6315
+ readonly hideLogo: {
6316
+ readonly type: "boolean";
6317
+ };
6318
+ readonly hideRequestPayloadSample: {
6319
+ readonly type: "boolean";
6320
+ };
6321
+ readonly hideRightPanel: {
6322
+ readonly type: "boolean";
6323
+ };
6324
+ readonly hideSchemaPattern: {
6325
+ readonly type: "boolean";
6326
+ };
6327
+ readonly hideSingleRequestSampleTab: {
6328
+ readonly type: "boolean";
6329
+ };
6330
+ readonly hideSecuritySection: {
6331
+ readonly type: "boolean";
6332
+ };
6333
+ readonly hideTryItPanel: {
6334
+ readonly type: "boolean";
6335
+ };
6336
+ readonly hideFab: {
6337
+ readonly type: "boolean";
6338
+ };
6339
+ readonly hideOneOfDescription: {
6340
+ readonly type: "boolean";
6341
+ };
6342
+ readonly htmlTemplate: {
6343
+ readonly type: "string";
6344
+ };
6345
+ readonly jsonSampleExpandLevel: {
6346
+ readonly oneOf: readonly [{
6347
+ readonly type: "number";
6348
+ readonly minimum: 1;
6349
+ }, {
6350
+ readonly type: "string";
6351
+ }];
6352
+ };
6353
+ readonly labels: {
6354
+ readonly type: "object";
6355
+ readonly properties: {
6356
+ readonly enum: {
6357
+ readonly type: "string";
6358
+ };
6359
+ readonly enumSingleValue: {
6360
+ readonly type: "string";
6361
+ };
6362
+ readonly enumArray: {
6363
+ readonly type: "string";
6364
+ };
6365
+ readonly default: {
6366
+ readonly type: "string";
6367
+ };
6368
+ readonly deprecated: {
6369
+ readonly type: "string";
6370
+ };
6371
+ readonly example: {
6372
+ readonly type: "string";
6373
+ };
6374
+ readonly examples: {
6375
+ readonly type: "string";
6376
+ };
6377
+ readonly nullable: {
6378
+ readonly type: "string";
6379
+ };
6380
+ readonly recursive: {
6381
+ readonly type: "string";
6382
+ };
6383
+ readonly arrayOf: {
6384
+ readonly type: "string";
6385
+ };
6386
+ readonly webhook: {
6387
+ readonly type: "string";
6388
+ };
6389
+ readonly authorizations: {
6390
+ readonly type: "string";
6391
+ };
6392
+ readonly tryItAuthBasicUsername: {
6393
+ readonly type: "string";
6394
+ };
6395
+ readonly tryItAuthBasicPassword: {
6396
+ readonly type: "string";
6397
+ };
6398
+ };
6399
+ };
6400
+ readonly menuToggle: {
6401
+ readonly type: "boolean";
6402
+ };
6403
+ readonly nativeScrollbars: {
6404
+ readonly type: "boolean";
6405
+ };
6406
+ readonly noAutoAuth: {
6407
+ readonly type: "boolean";
6408
+ };
6409
+ readonly onDeepLinkClick: {
6410
+ readonly type: "object";
6411
+ };
6412
+ readonly pagination: {
6413
+ readonly enum: readonly ["none", "section", "item"];
6414
+ };
6415
+ readonly pathInMiddlePanel: {
6416
+ readonly type: "boolean";
6417
+ };
6418
+ readonly payloadSampleIdx: {
6419
+ readonly type: "number";
6420
+ readonly minimum: 0;
6421
+ };
6422
+ readonly requestInterceptor: {
6423
+ readonly type: "object";
6424
+ };
6425
+ readonly requiredPropsFirst: {
6426
+ readonly type: "boolean";
6427
+ };
6428
+ readonly routingStrategy: {
6429
+ readonly type: "string";
6430
+ };
6431
+ readonly samplesTabsMaxCount: {
6432
+ readonly type: "number";
6433
+ };
6434
+ readonly schemaExpansionLevel: {
6435
+ readonly oneOf: readonly [{
6436
+ readonly type: "number";
6437
+ readonly minimum: 0;
6438
+ }, {
6439
+ readonly type: "string";
6440
+ }];
6441
+ };
6442
+ readonly minCharacterLengthToInitSearch: {
6443
+ readonly type: "number";
6444
+ readonly minimum: 1;
6445
+ };
6446
+ readonly maxResponseHeadersToShowInTryIt: {
6447
+ readonly type: "number";
6448
+ readonly minimum: 0;
6449
+ };
6450
+ readonly scrollYOffset: {
6451
+ readonly oneOf: readonly [{
6452
+ readonly type: "number";
6453
+ }, {
6454
+ readonly type: "string";
6455
+ }];
6456
+ };
6457
+ readonly searchAutoExpand: {
6538
6458
  readonly type: "boolean";
6539
6459
  };
6540
- readonly defaultSampleLanguage: {
6460
+ readonly searchFieldLevelBoost: {
6461
+ readonly type: "number";
6462
+ readonly minimum: 0;
6463
+ };
6464
+ readonly searchMaxDepth: {
6465
+ readonly type: "number";
6466
+ readonly minimum: 1;
6467
+ };
6468
+ readonly searchMode: {
6541
6469
  readonly type: "string";
6470
+ readonly enum: readonly ["default", "path-only"];
6542
6471
  };
6543
- readonly disableDeepLinks: {
6544
- readonly type: "boolean";
6472
+ readonly searchOperationTitleBoost: {
6473
+ readonly type: "number";
6545
6474
  };
6546
- readonly disableSearch: {
6475
+ readonly searchTagTitleBoost: {
6476
+ readonly type: "number";
6477
+ };
6478
+ readonly sendXUserAgentInTryIt: {
6547
6479
  readonly type: "boolean";
6548
6480
  };
6549
- readonly disableSidebar: {
6481
+ readonly showChangeLayoutButton: {
6550
6482
  readonly type: "boolean";
6551
6483
  };
6552
- readonly downloadDefinitionUrl: {
6553
- readonly type: "string";
6484
+ readonly showConsole: {
6485
+ readonly type: "boolean";
6554
6486
  };
6555
- readonly expandDefaultServerVariables: {
6487
+ readonly showNextButton: {
6556
6488
  readonly type: "boolean";
6557
6489
  };
6558
- readonly enumSkipQuotes: {
6490
+ readonly showRightPanelToggle: {
6559
6491
  readonly type: "boolean";
6560
6492
  };
6561
- readonly expandDefaultRequest: {
6493
+ readonly showSecuritySchemeType: {
6562
6494
  readonly type: "boolean";
6563
6495
  };
6564
- readonly expandDefaultResponse: {
6496
+ readonly showWebhookVerb: {
6565
6497
  readonly type: "boolean";
6566
6498
  };
6567
- readonly expandResponses: {
6568
- readonly type: "string";
6499
+ readonly showObjectSchemaExamples: {
6500
+ readonly type: "boolean";
6569
6501
  };
6570
- readonly expandSingleSchemaField: {
6502
+ readonly disableTryItRequestUrlEncoding: {
6571
6503
  readonly type: "boolean";
6572
6504
  };
6573
- readonly generateCodeSamples: {
6505
+ readonly sidebarLinks: {
6574
6506
  readonly type: "object";
6575
6507
  readonly properties: {
6576
- readonly skipOptionalParameters: {
6577
- readonly type: "boolean";
6508
+ readonly beforeInfo: {
6509
+ readonly type: "array";
6510
+ readonly items: {
6511
+ readonly type: "object";
6512
+ readonly properties: {
6513
+ readonly label: {
6514
+ readonly type: "string";
6515
+ };
6516
+ readonly link: {
6517
+ readonly type: "string";
6518
+ };
6519
+ readonly target: {
6520
+ readonly type: "string";
6521
+ };
6522
+ };
6523
+ readonly required: readonly ["label", "link"];
6524
+ };
6578
6525
  };
6579
- readonly languages: {
6526
+ readonly end: {
6580
6527
  readonly type: "array";
6581
6528
  readonly items: {
6582
6529
  readonly type: "object";
@@ -6584,300 +6531,353 @@ export declare const closedThemeConfigSchema: {
6584
6531
  readonly label: {
6585
6532
  readonly type: "string";
6586
6533
  };
6587
- readonly lang: {
6588
- readonly enum: readonly ["curl", "C#", "Go", "Java", "Java8+Apache", "JavaScript", "Node.js", "PHP", "Python", "R", "Ruby"];
6534
+ readonly link: {
6535
+ readonly type: "string";
6536
+ };
6537
+ readonly target: {
6538
+ readonly type: "string";
6589
6539
  };
6590
6540
  };
6591
- readonly required: readonly ["lang"];
6541
+ readonly required: readonly ["label", "link"];
6592
6542
  };
6593
6543
  };
6594
6544
  };
6595
- readonly required: readonly ["languages"];
6596
6545
  };
6597
- readonly generatedPayloadSamplesMaxDepth: {
6598
- readonly type: "number";
6546
+ readonly sideNavStyle: {
6547
+ readonly type: "string";
6548
+ readonly enum: readonly ["summary-only", "path-first", "id-only"];
6599
6549
  };
6600
- readonly hideDownloadButton: {
6550
+ readonly simpleOneOfTypeLabel: {
6601
6551
  readonly type: "boolean";
6602
6552
  };
6603
- readonly hideHostname: {
6553
+ readonly sortEnumValuesAlphabetically: {
6604
6554
  readonly type: "boolean";
6605
6555
  };
6606
- readonly hideInfoSection: {
6556
+ readonly sortOperationsAlphabetically: {
6607
6557
  readonly type: "boolean";
6608
6558
  };
6609
- readonly hideLogo: {
6559
+ readonly sortPropsAlphabetically: {
6610
6560
  readonly type: "boolean";
6611
6561
  };
6612
- readonly hideRequestPayloadSample: {
6562
+ readonly sortTagsAlphabetically: {
6613
6563
  readonly type: "boolean";
6614
6564
  };
6615
- readonly hideRightPanel: {
6565
+ readonly suppressWarnings: {
6616
6566
  readonly type: "boolean";
6617
6567
  };
6618
- readonly hideSchemaPattern: {
6568
+ readonly unstable_externalDescription: {
6619
6569
  readonly type: "boolean";
6620
6570
  };
6621
- readonly hideSingleRequestSampleTab: {
6571
+ readonly unstable_ignoreMimeParameters: {
6622
6572
  readonly type: "boolean";
6623
6573
  };
6624
- readonly hideSecuritySection: {
6574
+ readonly untrustedDefinition: {
6625
6575
  readonly type: "boolean";
6626
6576
  };
6627
- readonly hideTryItPanel: {
6577
+ readonly showAccessMode: {
6628
6578
  readonly type: "boolean";
6629
6579
  };
6630
- readonly hideFab: {
6580
+ readonly preserveOriginalExtensionsName: {
6631
6581
  readonly type: "boolean";
6632
6582
  };
6633
- readonly hideOneOfDescription: {
6634
- readonly type: "boolean";
6583
+ readonly markdownHeadingsAnchorLevel: {
6584
+ readonly type: "number";
6635
6585
  };
6636
- readonly htmlTemplate: {
6586
+ readonly licenseKey: {
6637
6587
  readonly type: "string";
6638
6588
  };
6639
- readonly jsonSampleExpandLevel: {
6640
- readonly oneOf: readonly [{
6641
- readonly type: "number";
6642
- readonly minimum: 1;
6643
- }, {
6644
- readonly type: "string";
6645
- }];
6589
+ readonly hideLoading: {
6590
+ readonly type: "boolean";
6646
6591
  };
6647
- readonly labels: {
6592
+ readonly disableRouter: {
6593
+ readonly type: "boolean";
6594
+ };
6595
+ readonly hideSidebar: {
6596
+ readonly type: "boolean";
6597
+ };
6598
+ readonly feedback: {
6648
6599
  readonly type: "object";
6649
6600
  readonly properties: {
6650
- readonly enum: {
6651
- readonly type: "string";
6652
- };
6653
- readonly enumSingleValue: {
6654
- readonly type: "string";
6655
- };
6656
- readonly enumArray: {
6657
- readonly type: "string";
6658
- };
6659
- readonly default: {
6660
- readonly type: "string";
6661
- };
6662
- readonly deprecated: {
6663
- readonly type: "string";
6664
- };
6665
- readonly example: {
6666
- readonly type: "string";
6667
- };
6668
- readonly examples: {
6669
- readonly type: "string";
6670
- };
6671
- readonly nullable: {
6672
- readonly type: "string";
6673
- };
6674
- readonly recursive: {
6675
- readonly type: "string";
6676
- };
6677
- readonly arrayOf: {
6678
- readonly type: "string";
6679
- };
6680
- readonly webhook: {
6681
- readonly type: "string";
6682
- };
6683
- readonly authorizations: {
6684
- readonly type: "string";
6601
+ readonly hide: {
6602
+ readonly type: "boolean";
6603
+ readonly default: false;
6685
6604
  };
6686
- readonly tryItAuthBasicUsername: {
6605
+ readonly type: {
6687
6606
  readonly type: "string";
6607
+ readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
6608
+ readonly default: "sentiment";
6688
6609
  };
6689
- readonly tryItAuthBasicPassword: {
6690
- readonly type: "string";
6610
+ readonly settings: {
6611
+ readonly type: "object";
6612
+ readonly properties: {
6613
+ readonly label: {
6614
+ readonly type: "string";
6615
+ };
6616
+ readonly submitText: {
6617
+ readonly type: "string";
6618
+ };
6619
+ readonly buttonText: {
6620
+ readonly type: "string";
6621
+ };
6622
+ readonly component: {
6623
+ readonly type: "string";
6624
+ readonly enum: readonly ["radio", "checkbox"];
6625
+ readonly default: "checkbox";
6626
+ };
6627
+ readonly items: {
6628
+ readonly type: "array";
6629
+ readonly items: {
6630
+ readonly type: "string";
6631
+ };
6632
+ readonly minItems: 1;
6633
+ };
6634
+ readonly leftScaleLabel: {
6635
+ readonly type: "string";
6636
+ };
6637
+ readonly rightScaleLabel: {
6638
+ readonly type: "string";
6639
+ };
6640
+ readonly reasons: {
6641
+ readonly type: "object";
6642
+ readonly properties: {
6643
+ readonly hide: {
6644
+ readonly type: "boolean";
6645
+ readonly default: false;
6646
+ };
6647
+ readonly component: {
6648
+ readonly type: "string";
6649
+ readonly enum: readonly ["radio", "checkbox"];
6650
+ readonly default: "checkbox";
6651
+ };
6652
+ readonly label: {
6653
+ readonly type: "string";
6654
+ };
6655
+ readonly items: {
6656
+ readonly type: "array";
6657
+ readonly items: {
6658
+ readonly type: "string";
6659
+ };
6660
+ };
6661
+ };
6662
+ readonly additionalProperties: false;
6663
+ };
6664
+ readonly comment: {
6665
+ readonly type: "object";
6666
+ readonly properties: {
6667
+ readonly hide: {
6668
+ readonly type: "boolean";
6669
+ readonly default: false;
6670
+ };
6671
+ readonly label: {
6672
+ readonly type: "string";
6673
+ };
6674
+ readonly likeLabel: {
6675
+ readonly type: "string";
6676
+ };
6677
+ readonly dislikeLabel: {
6678
+ readonly type: "string";
6679
+ };
6680
+ readonly satisfiedLabel: {
6681
+ readonly type: "string";
6682
+ };
6683
+ readonly neutralLabel: {
6684
+ readonly type: "string";
6685
+ };
6686
+ readonly dissatisfiedLabel: {
6687
+ readonly type: "string";
6688
+ };
6689
+ };
6690
+ readonly additionalProperties: false;
6691
+ };
6692
+ };
6693
+ readonly additionalProperties: false;
6691
6694
  };
6692
6695
  };
6696
+ readonly additionalProperties: false;
6697
+ readonly default: null;
6698
+ readonly nullable: true;
6693
6699
  };
6694
- readonly menuToggle: {
6695
- readonly type: "boolean";
6696
- };
6697
- readonly nativeScrollbars: {
6698
- readonly type: "boolean";
6699
- };
6700
- readonly noAutoAuth: {
6700
+ readonly hideReplay: {
6701
6701
  readonly type: "boolean";
6702
6702
  };
6703
- readonly onDeepLinkClick: {
6704
- readonly type: "object";
6703
+ readonly oAuth2RedirectURI: {
6704
+ readonly type: "string";
6705
+ readonly nullable: true;
6705
6706
  };
6706
- readonly pagination: {
6707
- readonly enum: readonly ["none", "section", "item"];
6707
+ readonly corsProxyUrl: {
6708
+ readonly type: "string";
6708
6709
  };
6709
- readonly pathInMiddlePanel: {
6710
+ readonly sortRequiredPropsFirst: {
6710
6711
  readonly type: "boolean";
6711
6712
  };
6712
- readonly payloadSampleIdx: {
6713
- readonly type: "number";
6714
- readonly minimum: 0;
6715
- };
6716
- readonly requestInterceptor: {
6717
- readonly type: "object";
6713
+ readonly sanitize: {
6714
+ readonly type: "boolean";
6718
6715
  };
6719
- readonly requiredPropsFirst: {
6716
+ readonly hideDownloadButtons: {
6720
6717
  readonly type: "boolean";
6721
6718
  };
6722
- readonly routingStrategy: {
6723
- readonly type: "string";
6719
+ readonly downloadUrls: {
6720
+ readonly type: "array";
6721
+ readonly items: {
6722
+ readonly type: "object";
6723
+ readonly properties: {
6724
+ readonly title: {
6725
+ readonly type: "string";
6726
+ };
6727
+ readonly url: {
6728
+ readonly type: "string";
6729
+ };
6730
+ };
6731
+ readonly required: readonly ["url"];
6732
+ readonly additionalProperties: false;
6733
+ };
6724
6734
  };
6725
- readonly samplesTabsMaxCount: {
6726
- readonly type: "number";
6735
+ readonly onlyRequiredInSamples: {
6736
+ readonly type: "boolean";
6727
6737
  };
6728
- readonly schemaExpansionLevel: {
6738
+ readonly generatedSamplesMaxDepth: {
6729
6739
  readonly oneOf: readonly [{
6730
6740
  readonly type: "number";
6731
- readonly minimum: 0;
6732
6741
  }, {
6733
6742
  readonly type: "string";
6734
6743
  }];
6735
6744
  };
6736
- readonly minCharacterLengthToInitSearch: {
6737
- readonly type: "number";
6738
- readonly minimum: 1;
6745
+ readonly showExtensions: {
6746
+ readonly oneOf: readonly [{
6747
+ readonly type: "boolean";
6748
+ }, {
6749
+ readonly type: "string";
6750
+ }, {
6751
+ readonly type: "array";
6752
+ readonly items: {
6753
+ readonly type: "string";
6754
+ };
6755
+ }];
6739
6756
  };
6740
- readonly maxResponseHeadersToShowInTryIt: {
6741
- readonly type: "number";
6742
- readonly minimum: 0;
6757
+ readonly hideSchemaTitles: {
6758
+ readonly type: "boolean";
6743
6759
  };
6744
- readonly scrollYOffset: {
6760
+ readonly jsonSamplesExpandLevel: {
6745
6761
  readonly oneOf: readonly [{
6746
6762
  readonly type: "number";
6747
6763
  }, {
6748
6764
  readonly type: "string";
6749
6765
  }];
6750
6766
  };
6751
- readonly searchAutoExpand: {
6752
- readonly type: "boolean";
6767
+ readonly schemasExpansionLevel: {
6768
+ readonly oneOf: readonly [{
6769
+ readonly type: "number";
6770
+ }, {
6771
+ readonly type: "string";
6772
+ }];
6753
6773
  };
6754
- readonly searchFieldLevelBoost: {
6755
- readonly type: "number";
6756
- readonly minimum: 0;
6774
+ readonly mockServer: {
6775
+ readonly type: "object";
6776
+ readonly properties: {
6777
+ readonly url: {
6778
+ readonly type: "string";
6779
+ };
6780
+ readonly position: {
6781
+ readonly type: "string";
6782
+ readonly enum: readonly ["first", "last", "replace", "off"];
6783
+ };
6784
+ readonly description: {
6785
+ readonly type: "string";
6786
+ };
6787
+ };
6757
6788
  };
6758
- readonly searchMaxDepth: {
6789
+ readonly maxDisplayedEnumValues: {
6759
6790
  readonly type: "number";
6760
- readonly minimum: 1;
6761
6791
  };
6762
- readonly searchMode: {
6792
+ readonly schemaDefinitionsTagName: {
6763
6793
  readonly type: "string";
6764
- readonly enum: readonly ["default", "path-only"];
6765
- };
6766
- readonly searchOperationTitleBoost: {
6767
- readonly type: "number";
6768
- };
6769
- readonly searchTagTitleBoost: {
6770
- readonly type: "number";
6771
- };
6772
- readonly sendXUserAgentInTryIt: {
6773
- readonly type: "boolean";
6774
- };
6775
- readonly showChangeLayoutButton: {
6776
- readonly type: "boolean";
6777
- };
6778
- readonly showConsole: {
6779
- readonly type: "boolean";
6780
- };
6781
- readonly showNextButton: {
6782
- readonly type: "boolean";
6783
6794
  };
6784
- readonly showRightPanelToggle: {
6785
- readonly type: "boolean";
6795
+ readonly layout: {
6796
+ readonly type: "string";
6797
+ readonly enum: readonly ["stacked", "three-panel"];
6786
6798
  };
6787
- readonly showSecuritySchemeType: {
6799
+ readonly hideInfoMetadata: {
6788
6800
  readonly type: "boolean";
6789
6801
  };
6790
- readonly showWebhookVerb: {
6791
- readonly type: "boolean";
6802
+ readonly events: {
6803
+ readonly type: "object";
6792
6804
  };
6793
- readonly showObjectSchemaExamples: {
6805
+ readonly skipBundle: {
6794
6806
  readonly type: "boolean";
6795
6807
  };
6796
- readonly disableTryItRequestUrlEncoding: {
6797
- readonly type: "boolean";
6808
+ readonly routingBasePath: {
6809
+ readonly type: "string";
6798
6810
  };
6799
- readonly sidebarLinks: {
6811
+ readonly codeSamples: {
6800
6812
  readonly type: "object";
6801
6813
  readonly properties: {
6802
- readonly beforeInfo: {
6814
+ readonly languages: {
6803
6815
  readonly type: "array";
6804
6816
  readonly items: {
6805
6817
  readonly type: "object";
6806
6818
  readonly properties: {
6807
- readonly label: {
6808
- readonly type: "string";
6809
- };
6810
- readonly link: {
6811
- readonly type: "string";
6812
- };
6813
- readonly target: {
6819
+ readonly lang: {
6814
6820
  readonly type: "string";
6821
+ readonly enum: readonly ["curl", "JavaScript", "Node.js", "Python", "Java8+Apache", "Java", "C#", "C#+Newtonsoft", "PHP", "Go", "Ruby", "R", "Payload"];
6815
6822
  };
6816
- };
6817
- readonly required: readonly ["label", "link"];
6818
- };
6819
- };
6820
- readonly end: {
6821
- readonly type: "array";
6822
- readonly items: {
6823
- readonly type: "object";
6824
- readonly properties: {
6825
6823
  readonly label: {
6826
6824
  readonly type: "string";
6827
6825
  };
6828
- readonly link: {
6829
- readonly type: "string";
6830
- };
6831
- readonly target: {
6832
- readonly type: "string";
6826
+ readonly options: {
6827
+ readonly type: "object";
6828
+ readonly properties: {
6829
+ readonly indent: {
6830
+ readonly type: "string";
6831
+ };
6832
+ readonly withImports: {
6833
+ readonly type: "boolean";
6834
+ };
6835
+ readonly withComments: {
6836
+ readonly type: "boolean";
6837
+ };
6838
+ readonly binary: {
6839
+ readonly type: "boolean";
6840
+ };
6841
+ readonly credentials: {
6842
+ readonly type: "string";
6843
+ readonly enum: readonly ["omit", "same-origin", "include"];
6844
+ };
6845
+ };
6846
+ readonly additionalProperties: false;
6833
6847
  };
6834
6848
  };
6835
- readonly required: readonly ["label", "link"];
6849
+ readonly required: readonly ["lang"];
6850
+ readonly additionalProperties: false;
6836
6851
  };
6837
6852
  };
6853
+ readonly skipOptionalParameters: {
6854
+ readonly type: "boolean";
6855
+ };
6856
+ readonly withOAuth2Call: {
6857
+ readonly type: "boolean";
6858
+ };
6838
6859
  };
6860
+ readonly required: readonly ["languages"];
6861
+ readonly additionalProperties: false;
6839
6862
  };
6840
- readonly sideNavStyle: {
6841
- readonly type: "string";
6842
- readonly enum: readonly ["summary-only", "path-first", "id-only"];
6843
- };
6844
- readonly simpleOneOfTypeLabel: {
6845
- readonly type: "boolean";
6846
- };
6847
- readonly sortEnumValuesAlphabetically: {
6848
- readonly type: "boolean";
6849
- };
6850
- readonly sortOperationsAlphabetically: {
6851
- readonly type: "boolean";
6852
- };
6853
- readonly sortPropsAlphabetically: {
6854
- readonly type: "boolean";
6855
- };
6856
- readonly sortTagsAlphabetically: {
6857
- readonly type: "boolean";
6858
- };
6859
- readonly suppressWarnings: {
6860
- readonly type: "boolean";
6861
- };
6862
- readonly unstable_externalDescription: {
6863
- readonly type: "boolean";
6864
- };
6865
- readonly unstable_ignoreMimeParameters: {
6866
- readonly type: "boolean";
6867
- };
6868
- readonly untrustedDefinition: {
6869
- readonly type: "boolean";
6863
+ readonly ignoreNamedSchemas: {
6864
+ readonly oneOf: readonly [{
6865
+ readonly type: "array";
6866
+ readonly items: {
6867
+ readonly type: "string";
6868
+ };
6869
+ }, {
6870
+ readonly type: "string";
6871
+ }];
6870
6872
  };
6871
- readonly showAccessMode: {
6873
+ readonly hidePropertiesPrefix: {
6872
6874
  readonly type: "boolean";
6873
6875
  };
6874
- readonly preserveOriginalExtensionsName: {
6876
+ readonly excludeFromSearch: {
6875
6877
  readonly type: "boolean";
6876
6878
  };
6877
- readonly markdownHeadingsAnchorLevel: {
6878
- readonly type: "number";
6879
- };
6880
6879
  };
6880
+ readonly type: "object";
6881
6881
  readonly additionalProperties: false;
6882
6882
  };
6883
6883
  readonly graphql: {
@@ -8539,6 +8539,7 @@ export declare const productThemeOverrideSchema: {
8539
8539
  readonly default: {};
8540
8540
  };
8541
8541
  export declare const productConfigOverrideSchema: {
8542
+ readonly $id: "product-config-override";
8542
8543
  readonly type: "object";
8543
8544
  readonly properties: {
8544
8545
  readonly theme: {