@redocly/config 0.54.0 → 0.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/default-theme-config-schema.d.ts +0 -11
- package/lib/ex-theme-config-schemas.d.ts +0 -6
- package/lib/graphql-config-schema.d.ts +0 -8
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/lib/product-override-schema.d.ts +0 -31
- package/lib/recheck-config-schema.d.ts +268 -0
- package/lib/redoc-config-schema.d.ts +0 -3
- package/lib/root-config-schema.d.ts +804 -154
- package/lib/types/config-types.d.ts +2 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/mcp-tools-types.d.ts +81 -0
- package/lib-esm/default-theme-config-schema.d.ts +0 -11
- package/lib-esm/ex-theme-config-schemas.d.ts +0 -6
- package/lib-esm/graphql-config-schema.d.ts +0 -8
- package/lib-esm/index.d.ts +1 -0
- package/lib-esm/index.js +1 -1
- package/lib-esm/product-override-schema.d.ts +0 -31
- package/lib-esm/recheck-config-schema.d.ts +268 -0
- package/lib-esm/redoc-config-schema.d.ts +0 -3
- package/lib-esm/root-config-schema.d.ts +804 -154
- package/lib-esm/types/config-types.d.ts +2 -0
- package/lib-esm/types/index.d.ts +1 -0
- package/lib-esm/types/mcp-tools-types.d.ts +81 -0
- package/package.json +6 -4
|
@@ -899,9 +899,6 @@ export declare const apiConfigSchema: {
|
|
|
899
899
|
readonly hideLoading: {
|
|
900
900
|
readonly type: 'boolean';
|
|
901
901
|
};
|
|
902
|
-
readonly hideSidebar: {
|
|
903
|
-
readonly type: 'boolean';
|
|
904
|
-
};
|
|
905
902
|
readonly feedback: {
|
|
906
903
|
readonly type: 'object';
|
|
907
904
|
readonly properties: {
|
|
@@ -2814,14 +2811,6 @@ export declare const apiConfigSchema: {
|
|
|
2814
2811
|
};
|
|
2815
2812
|
readonly additionalProperties: false;
|
|
2816
2813
|
};
|
|
2817
|
-
readonly sidebar: {
|
|
2818
|
-
readonly type: 'object';
|
|
2819
|
-
readonly properties: {
|
|
2820
|
-
readonly hide: {
|
|
2821
|
-
readonly type: 'boolean';
|
|
2822
|
-
};
|
|
2823
|
-
};
|
|
2824
|
-
};
|
|
2825
2814
|
readonly downloadUrls: {
|
|
2826
2815
|
readonly type: 'array';
|
|
2827
2816
|
readonly items: {
|
|
@@ -3182,9 +3171,6 @@ export declare const apiConfigSchema: {
|
|
|
3182
3171
|
readonly hideLoading: {
|
|
3183
3172
|
readonly type: 'boolean';
|
|
3184
3173
|
};
|
|
3185
|
-
readonly hideSidebar: {
|
|
3186
|
-
readonly type: 'boolean';
|
|
3187
|
-
};
|
|
3188
3174
|
readonly feedback: {
|
|
3189
3175
|
readonly type: 'object';
|
|
3190
3176
|
readonly properties: {
|
|
@@ -5097,14 +5083,6 @@ export declare const apiConfigSchema: {
|
|
|
5097
5083
|
};
|
|
5098
5084
|
readonly additionalProperties: false;
|
|
5099
5085
|
};
|
|
5100
|
-
readonly sidebar: {
|
|
5101
|
-
readonly type: 'object';
|
|
5102
|
-
readonly properties: {
|
|
5103
|
-
readonly hide: {
|
|
5104
|
-
readonly type: 'boolean';
|
|
5105
|
-
};
|
|
5106
|
-
};
|
|
5107
|
-
};
|
|
5108
5086
|
readonly downloadUrls: {
|
|
5109
5087
|
readonly type: 'array';
|
|
5110
5088
|
readonly items: {
|
|
@@ -7755,9 +7733,6 @@ export declare const redoclyConfigSchema: {
|
|
|
7755
7733
|
readonly hideLoading: {
|
|
7756
7734
|
readonly type: 'boolean';
|
|
7757
7735
|
};
|
|
7758
|
-
readonly hideSidebar: {
|
|
7759
|
-
readonly type: 'boolean';
|
|
7760
|
-
};
|
|
7761
7736
|
readonly feedback: {
|
|
7762
7737
|
readonly type: 'object';
|
|
7763
7738
|
readonly properties: {
|
|
@@ -9670,14 +9645,6 @@ export declare const redoclyConfigSchema: {
|
|
|
9670
9645
|
};
|
|
9671
9646
|
readonly additionalProperties: false;
|
|
9672
9647
|
};
|
|
9673
|
-
readonly sidebar: {
|
|
9674
|
-
readonly type: 'object';
|
|
9675
|
-
readonly properties: {
|
|
9676
|
-
readonly hide: {
|
|
9677
|
-
readonly type: 'boolean';
|
|
9678
|
-
};
|
|
9679
|
-
};
|
|
9680
|
-
};
|
|
9681
9648
|
readonly downloadUrls: {
|
|
9682
9649
|
readonly type: 'array';
|
|
9683
9650
|
readonly items: {
|
|
@@ -10038,9 +10005,6 @@ export declare const redoclyConfigSchema: {
|
|
|
10038
10005
|
readonly hideLoading: {
|
|
10039
10006
|
readonly type: 'boolean';
|
|
10040
10007
|
};
|
|
10041
|
-
readonly hideSidebar: {
|
|
10042
|
-
readonly type: 'boolean';
|
|
10043
|
-
};
|
|
10044
10008
|
readonly feedback: {
|
|
10045
10009
|
readonly type: 'object';
|
|
10046
10010
|
readonly properties: {
|
|
@@ -11953,14 +11917,6 @@ export declare const redoclyConfigSchema: {
|
|
|
11953
11917
|
};
|
|
11954
11918
|
readonly additionalProperties: false;
|
|
11955
11919
|
};
|
|
11956
|
-
readonly sidebar: {
|
|
11957
|
-
readonly type: 'object';
|
|
11958
|
-
readonly properties: {
|
|
11959
|
-
readonly hide: {
|
|
11960
|
-
readonly type: 'boolean';
|
|
11961
|
-
};
|
|
11962
|
-
};
|
|
11963
|
-
};
|
|
11964
11920
|
readonly downloadUrls: {
|
|
11965
11921
|
readonly type: 'array';
|
|
11966
11922
|
readonly items: {
|
|
@@ -14235,9 +14191,6 @@ export declare const redoclyConfigSchema: {
|
|
|
14235
14191
|
readonly hideLoading: {
|
|
14236
14192
|
readonly type: 'boolean';
|
|
14237
14193
|
};
|
|
14238
|
-
readonly hideSidebar: {
|
|
14239
|
-
readonly type: 'boolean';
|
|
14240
|
-
};
|
|
14241
14194
|
readonly feedback: {
|
|
14242
14195
|
readonly type: 'object';
|
|
14243
14196
|
readonly properties: {
|
|
@@ -16427,14 +16380,6 @@ export declare const redoclyConfigSchema: {
|
|
|
16427
16380
|
};
|
|
16428
16381
|
readonly additionalProperties: false;
|
|
16429
16382
|
};
|
|
16430
|
-
readonly sidebar: {
|
|
16431
|
-
readonly type: 'object';
|
|
16432
|
-
readonly properties: {
|
|
16433
|
-
readonly hide: {
|
|
16434
|
-
readonly type: 'boolean';
|
|
16435
|
-
};
|
|
16436
|
-
};
|
|
16437
|
-
};
|
|
16438
16383
|
readonly downloadUrls: {
|
|
16439
16384
|
readonly type: 'array';
|
|
16440
16385
|
readonly items: {
|
|
@@ -21226,9 +21171,6 @@ export declare const redoclyConfigSchema: {
|
|
|
21226
21171
|
readonly hideLoading: {
|
|
21227
21172
|
readonly type: 'boolean';
|
|
21228
21173
|
};
|
|
21229
|
-
readonly hideSidebar: {
|
|
21230
|
-
readonly type: 'boolean';
|
|
21231
|
-
};
|
|
21232
21174
|
readonly feedback: {
|
|
21233
21175
|
readonly type: 'object';
|
|
21234
21176
|
readonly properties: {
|
|
@@ -23141,14 +23083,6 @@ export declare const redoclyConfigSchema: {
|
|
|
23141
23083
|
};
|
|
23142
23084
|
readonly additionalProperties: false;
|
|
23143
23085
|
};
|
|
23144
|
-
readonly sidebar: {
|
|
23145
|
-
readonly type: 'object';
|
|
23146
|
-
readonly properties: {
|
|
23147
|
-
readonly hide: {
|
|
23148
|
-
readonly type: 'boolean';
|
|
23149
|
-
};
|
|
23150
|
-
};
|
|
23151
|
-
};
|
|
23152
23086
|
readonly downloadUrls: {
|
|
23153
23087
|
readonly type: 'array';
|
|
23154
23088
|
readonly items: {
|
|
@@ -26716,6 +26650,274 @@ export declare const redoclyConfigSchema: {
|
|
|
26716
26650
|
};
|
|
26717
26651
|
readonly additionalProperties: false;
|
|
26718
26652
|
};
|
|
26653
|
+
readonly recheck: {
|
|
26654
|
+
readonly type: 'object';
|
|
26655
|
+
readonly properties: {
|
|
26656
|
+
readonly rules: {
|
|
26657
|
+
readonly type: 'object';
|
|
26658
|
+
readonly additionalProperties: {
|
|
26659
|
+
readonly oneOf: readonly [{
|
|
26660
|
+
readonly type: 'string';
|
|
26661
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
26662
|
+
}, {
|
|
26663
|
+
readonly type: 'object';
|
|
26664
|
+
readonly properties: {
|
|
26665
|
+
readonly severity: {
|
|
26666
|
+
readonly type: 'string';
|
|
26667
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
26668
|
+
};
|
|
26669
|
+
readonly message: {
|
|
26670
|
+
readonly type: 'string';
|
|
26671
|
+
readonly minLength: 1;
|
|
26672
|
+
};
|
|
26673
|
+
readonly fix: {
|
|
26674
|
+
readonly type: 'boolean';
|
|
26675
|
+
};
|
|
26676
|
+
readonly tags: {
|
|
26677
|
+
readonly type: 'array';
|
|
26678
|
+
readonly items: {
|
|
26679
|
+
readonly type: 'string';
|
|
26680
|
+
};
|
|
26681
|
+
};
|
|
26682
|
+
readonly description: {
|
|
26683
|
+
readonly type: 'string';
|
|
26684
|
+
};
|
|
26685
|
+
readonly link: {
|
|
26686
|
+
readonly type: 'string';
|
|
26687
|
+
};
|
|
26688
|
+
readonly scope: {
|
|
26689
|
+
readonly oneOf: readonly [{
|
|
26690
|
+
readonly type: 'string';
|
|
26691
|
+
readonly minLength: 1;
|
|
26692
|
+
}, {
|
|
26693
|
+
readonly type: 'array';
|
|
26694
|
+
readonly items: {
|
|
26695
|
+
readonly type: 'string';
|
|
26696
|
+
readonly minLength: 1;
|
|
26697
|
+
};
|
|
26698
|
+
readonly minItems: 1;
|
|
26699
|
+
}];
|
|
26700
|
+
};
|
|
26701
|
+
readonly appliesTo: {
|
|
26702
|
+
readonly type: 'array';
|
|
26703
|
+
readonly items: {
|
|
26704
|
+
readonly type: 'string';
|
|
26705
|
+
};
|
|
26706
|
+
};
|
|
26707
|
+
readonly excludes: {
|
|
26708
|
+
readonly type: 'array';
|
|
26709
|
+
readonly items: {
|
|
26710
|
+
readonly type: 'string';
|
|
26711
|
+
};
|
|
26712
|
+
};
|
|
26713
|
+
readonly exceptions: {
|
|
26714
|
+
readonly type: 'object';
|
|
26715
|
+
readonly properties: {
|
|
26716
|
+
readonly files: {
|
|
26717
|
+
readonly type: 'array';
|
|
26718
|
+
readonly items: {
|
|
26719
|
+
readonly type: 'string';
|
|
26720
|
+
};
|
|
26721
|
+
};
|
|
26722
|
+
readonly lines: {
|
|
26723
|
+
readonly type: 'array';
|
|
26724
|
+
readonly items: {
|
|
26725
|
+
readonly type: 'string';
|
|
26726
|
+
};
|
|
26727
|
+
};
|
|
26728
|
+
};
|
|
26729
|
+
readonly additionalProperties: false;
|
|
26730
|
+
};
|
|
26731
|
+
readonly assertions: {
|
|
26732
|
+
readonly type: 'object';
|
|
26733
|
+
readonly additionalProperties: true;
|
|
26734
|
+
};
|
|
26735
|
+
};
|
|
26736
|
+
readonly additionalProperties: false;
|
|
26737
|
+
}];
|
|
26738
|
+
};
|
|
26739
|
+
};
|
|
26740
|
+
readonly excludes: {
|
|
26741
|
+
readonly type: 'array';
|
|
26742
|
+
readonly items: {
|
|
26743
|
+
readonly type: 'string';
|
|
26744
|
+
readonly minLength: 1;
|
|
26745
|
+
};
|
|
26746
|
+
};
|
|
26747
|
+
readonly baseline: {
|
|
26748
|
+
readonly type: 'string';
|
|
26749
|
+
readonly minLength: 1;
|
|
26750
|
+
};
|
|
26751
|
+
readonly markdoc: {
|
|
26752
|
+
readonly oneOf: readonly [{
|
|
26753
|
+
readonly type: 'boolean';
|
|
26754
|
+
}, {
|
|
26755
|
+
readonly type: 'object';
|
|
26756
|
+
readonly properties: {
|
|
26757
|
+
readonly schema: {
|
|
26758
|
+
readonly oneOf: readonly [{
|
|
26759
|
+
readonly type: 'string';
|
|
26760
|
+
readonly enum: readonly ["realm"];
|
|
26761
|
+
}, {
|
|
26762
|
+
readonly type: 'boolean';
|
|
26763
|
+
}];
|
|
26764
|
+
};
|
|
26765
|
+
readonly extend: {
|
|
26766
|
+
readonly type: 'object';
|
|
26767
|
+
readonly properties: {
|
|
26768
|
+
readonly tags: {
|
|
26769
|
+
readonly type: 'object';
|
|
26770
|
+
readonly additionalProperties: {
|
|
26771
|
+
readonly type: 'object';
|
|
26772
|
+
readonly properties: {
|
|
26773
|
+
readonly selfClosing: {
|
|
26774
|
+
readonly type: 'boolean';
|
|
26775
|
+
};
|
|
26776
|
+
readonly attributes: {
|
|
26777
|
+
readonly type: 'object';
|
|
26778
|
+
readonly additionalProperties: {
|
|
26779
|
+
readonly type: 'object';
|
|
26780
|
+
readonly properties: {
|
|
26781
|
+
readonly type: {
|
|
26782
|
+
readonly type: 'string';
|
|
26783
|
+
readonly enum: readonly ["string", "number", "boolean"];
|
|
26784
|
+
};
|
|
26785
|
+
readonly required: {
|
|
26786
|
+
readonly type: 'boolean';
|
|
26787
|
+
};
|
|
26788
|
+
readonly default: {
|
|
26789
|
+
readonly oneOf: readonly [{
|
|
26790
|
+
readonly type: 'string';
|
|
26791
|
+
}, {
|
|
26792
|
+
readonly type: 'number';
|
|
26793
|
+
}, {
|
|
26794
|
+
readonly type: 'boolean';
|
|
26795
|
+
}];
|
|
26796
|
+
};
|
|
26797
|
+
readonly enum: {
|
|
26798
|
+
readonly type: 'array';
|
|
26799
|
+
readonly items: {
|
|
26800
|
+
readonly type: 'string';
|
|
26801
|
+
};
|
|
26802
|
+
readonly minItems: 1;
|
|
26803
|
+
};
|
|
26804
|
+
readonly dynamic: {
|
|
26805
|
+
readonly type: 'boolean';
|
|
26806
|
+
};
|
|
26807
|
+
};
|
|
26808
|
+
readonly required: readonly ["type"];
|
|
26809
|
+
readonly additionalProperties: false;
|
|
26810
|
+
};
|
|
26811
|
+
};
|
|
26812
|
+
};
|
|
26813
|
+
readonly additionalProperties: false;
|
|
26814
|
+
};
|
|
26815
|
+
};
|
|
26816
|
+
readonly tagsFile: {
|
|
26817
|
+
readonly type: 'string';
|
|
26818
|
+
readonly minLength: 1;
|
|
26819
|
+
};
|
|
26820
|
+
};
|
|
26821
|
+
readonly additionalProperties: false;
|
|
26822
|
+
};
|
|
26823
|
+
};
|
|
26824
|
+
readonly required: readonly ["schema"];
|
|
26825
|
+
readonly additionalProperties: false;
|
|
26826
|
+
}];
|
|
26827
|
+
};
|
|
26828
|
+
readonly apiDescriptions: {
|
|
26829
|
+
readonly type: 'object';
|
|
26830
|
+
readonly properties: {
|
|
26831
|
+
readonly rules: {
|
|
26832
|
+
readonly type: 'object';
|
|
26833
|
+
readonly additionalProperties: {
|
|
26834
|
+
readonly oneOf: readonly [{
|
|
26835
|
+
readonly type: 'string';
|
|
26836
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
26837
|
+
}, {
|
|
26838
|
+
readonly type: 'object';
|
|
26839
|
+
readonly properties: {
|
|
26840
|
+
readonly severity: {
|
|
26841
|
+
readonly type: 'string';
|
|
26842
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
26843
|
+
};
|
|
26844
|
+
readonly message: {
|
|
26845
|
+
readonly type: 'string';
|
|
26846
|
+
readonly minLength: 1;
|
|
26847
|
+
};
|
|
26848
|
+
readonly fix: {
|
|
26849
|
+
readonly type: 'boolean';
|
|
26850
|
+
};
|
|
26851
|
+
readonly tags: {
|
|
26852
|
+
readonly type: 'array';
|
|
26853
|
+
readonly items: {
|
|
26854
|
+
readonly type: 'string';
|
|
26855
|
+
};
|
|
26856
|
+
};
|
|
26857
|
+
readonly description: {
|
|
26858
|
+
readonly type: 'string';
|
|
26859
|
+
};
|
|
26860
|
+
readonly link: {
|
|
26861
|
+
readonly type: 'string';
|
|
26862
|
+
};
|
|
26863
|
+
readonly scope: {
|
|
26864
|
+
readonly oneOf: readonly [{
|
|
26865
|
+
readonly type: 'string';
|
|
26866
|
+
readonly minLength: 1;
|
|
26867
|
+
}, {
|
|
26868
|
+
readonly type: 'array';
|
|
26869
|
+
readonly items: {
|
|
26870
|
+
readonly type: 'string';
|
|
26871
|
+
readonly minLength: 1;
|
|
26872
|
+
};
|
|
26873
|
+
readonly minItems: 1;
|
|
26874
|
+
}];
|
|
26875
|
+
};
|
|
26876
|
+
readonly appliesTo: {
|
|
26877
|
+
readonly type: 'array';
|
|
26878
|
+
readonly items: {
|
|
26879
|
+
readonly type: 'string';
|
|
26880
|
+
};
|
|
26881
|
+
};
|
|
26882
|
+
readonly excludes: {
|
|
26883
|
+
readonly type: 'array';
|
|
26884
|
+
readonly items: {
|
|
26885
|
+
readonly type: 'string';
|
|
26886
|
+
};
|
|
26887
|
+
};
|
|
26888
|
+
readonly exceptions: {
|
|
26889
|
+
readonly type: 'object';
|
|
26890
|
+
readonly properties: {
|
|
26891
|
+
readonly files: {
|
|
26892
|
+
readonly type: 'array';
|
|
26893
|
+
readonly items: {
|
|
26894
|
+
readonly type: 'string';
|
|
26895
|
+
};
|
|
26896
|
+
};
|
|
26897
|
+
readonly lines: {
|
|
26898
|
+
readonly type: 'array';
|
|
26899
|
+
readonly items: {
|
|
26900
|
+
readonly type: 'string';
|
|
26901
|
+
};
|
|
26902
|
+
};
|
|
26903
|
+
};
|
|
26904
|
+
readonly additionalProperties: false;
|
|
26905
|
+
};
|
|
26906
|
+
readonly assertions: {
|
|
26907
|
+
readonly type: 'object';
|
|
26908
|
+
readonly additionalProperties: true;
|
|
26909
|
+
};
|
|
26910
|
+
};
|
|
26911
|
+
readonly additionalProperties: false;
|
|
26912
|
+
}];
|
|
26913
|
+
};
|
|
26914
|
+
};
|
|
26915
|
+
};
|
|
26916
|
+
readonly additionalProperties: false;
|
|
26917
|
+
};
|
|
26918
|
+
};
|
|
26919
|
+
readonly additionalProperties: false;
|
|
26920
|
+
};
|
|
26719
26921
|
readonly corsProxy: {
|
|
26720
26922
|
readonly type: 'object';
|
|
26721
26923
|
readonly properties: {
|
|
@@ -27799,9 +28001,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
27799
28001
|
readonly hideLoading: {
|
|
27800
28002
|
readonly type: 'boolean';
|
|
27801
28003
|
};
|
|
27802
|
-
readonly hideSidebar: {
|
|
27803
|
-
readonly type: 'boolean';
|
|
27804
|
-
};
|
|
27805
28004
|
readonly feedback: {
|
|
27806
28005
|
readonly type: 'object';
|
|
27807
28006
|
readonly properties: {
|
|
@@ -29714,14 +29913,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
29714
29913
|
};
|
|
29715
29914
|
readonly additionalProperties: false;
|
|
29716
29915
|
};
|
|
29717
|
-
readonly sidebar: {
|
|
29718
|
-
readonly type: 'object';
|
|
29719
|
-
readonly properties: {
|
|
29720
|
-
readonly hide: {
|
|
29721
|
-
readonly type: 'boolean';
|
|
29722
|
-
};
|
|
29723
|
-
};
|
|
29724
|
-
};
|
|
29725
29916
|
readonly downloadUrls: {
|
|
29726
29917
|
readonly type: 'array';
|
|
29727
29918
|
readonly items: {
|
|
@@ -30082,9 +30273,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
30082
30273
|
readonly hideLoading: {
|
|
30083
30274
|
readonly type: 'boolean';
|
|
30084
30275
|
};
|
|
30085
|
-
readonly hideSidebar: {
|
|
30086
|
-
readonly type: 'boolean';
|
|
30087
|
-
};
|
|
30088
30276
|
readonly feedback: {
|
|
30089
30277
|
readonly type: 'object';
|
|
30090
30278
|
readonly properties: {
|
|
@@ -31997,14 +32185,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
31997
32185
|
};
|
|
31998
32186
|
readonly additionalProperties: false;
|
|
31999
32187
|
};
|
|
32000
|
-
readonly sidebar: {
|
|
32001
|
-
readonly type: 'object';
|
|
32002
|
-
readonly properties: {
|
|
32003
|
-
readonly hide: {
|
|
32004
|
-
readonly type: 'boolean';
|
|
32005
|
-
};
|
|
32006
|
-
};
|
|
32007
|
-
};
|
|
32008
32188
|
readonly downloadUrls: {
|
|
32009
32189
|
readonly type: 'array';
|
|
32010
32190
|
readonly items: {
|
|
@@ -34279,9 +34459,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
34279
34459
|
readonly hideLoading: {
|
|
34280
34460
|
readonly type: 'boolean';
|
|
34281
34461
|
};
|
|
34282
|
-
readonly hideSidebar: {
|
|
34283
|
-
readonly type: 'boolean';
|
|
34284
|
-
};
|
|
34285
34462
|
readonly feedback: {
|
|
34286
34463
|
readonly type: 'object';
|
|
34287
34464
|
readonly properties: {
|
|
@@ -36471,14 +36648,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
36471
36648
|
};
|
|
36472
36649
|
readonly additionalProperties: false;
|
|
36473
36650
|
};
|
|
36474
|
-
readonly sidebar: {
|
|
36475
|
-
readonly type: 'object';
|
|
36476
|
-
readonly properties: {
|
|
36477
|
-
readonly hide: {
|
|
36478
|
-
readonly type: 'boolean';
|
|
36479
|
-
};
|
|
36480
|
-
};
|
|
36481
|
-
};
|
|
36482
36651
|
readonly downloadUrls: {
|
|
36483
36652
|
readonly type: 'array';
|
|
36484
36653
|
readonly items: {
|
|
@@ -41270,9 +41439,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
41270
41439
|
readonly hideLoading: {
|
|
41271
41440
|
readonly type: 'boolean';
|
|
41272
41441
|
};
|
|
41273
|
-
readonly hideSidebar: {
|
|
41274
|
-
readonly type: 'boolean';
|
|
41275
|
-
};
|
|
41276
41442
|
readonly feedback: {
|
|
41277
41443
|
readonly type: 'object';
|
|
41278
41444
|
readonly properties: {
|
|
@@ -43185,14 +43351,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
43185
43351
|
};
|
|
43186
43352
|
readonly additionalProperties: false;
|
|
43187
43353
|
};
|
|
43188
|
-
readonly sidebar: {
|
|
43189
|
-
readonly type: 'object';
|
|
43190
|
-
readonly properties: {
|
|
43191
|
-
readonly hide: {
|
|
43192
|
-
readonly type: 'boolean';
|
|
43193
|
-
};
|
|
43194
|
-
};
|
|
43195
|
-
};
|
|
43196
43354
|
readonly downloadUrls: {
|
|
43197
43355
|
readonly type: 'array';
|
|
43198
43356
|
readonly items: {
|
|
@@ -46760,6 +46918,274 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
46760
46918
|
};
|
|
46761
46919
|
readonly additionalProperties: false;
|
|
46762
46920
|
};
|
|
46921
|
+
readonly recheck: {
|
|
46922
|
+
readonly type: 'object';
|
|
46923
|
+
readonly properties: {
|
|
46924
|
+
readonly rules: {
|
|
46925
|
+
readonly type: 'object';
|
|
46926
|
+
readonly additionalProperties: {
|
|
46927
|
+
readonly oneOf: readonly [{
|
|
46928
|
+
readonly type: 'string';
|
|
46929
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
46930
|
+
}, {
|
|
46931
|
+
readonly type: 'object';
|
|
46932
|
+
readonly properties: {
|
|
46933
|
+
readonly severity: {
|
|
46934
|
+
readonly type: 'string';
|
|
46935
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
46936
|
+
};
|
|
46937
|
+
readonly message: {
|
|
46938
|
+
readonly type: 'string';
|
|
46939
|
+
readonly minLength: 1;
|
|
46940
|
+
};
|
|
46941
|
+
readonly fix: {
|
|
46942
|
+
readonly type: 'boolean';
|
|
46943
|
+
};
|
|
46944
|
+
readonly tags: {
|
|
46945
|
+
readonly type: 'array';
|
|
46946
|
+
readonly items: {
|
|
46947
|
+
readonly type: 'string';
|
|
46948
|
+
};
|
|
46949
|
+
};
|
|
46950
|
+
readonly description: {
|
|
46951
|
+
readonly type: 'string';
|
|
46952
|
+
};
|
|
46953
|
+
readonly link: {
|
|
46954
|
+
readonly type: 'string';
|
|
46955
|
+
};
|
|
46956
|
+
readonly scope: {
|
|
46957
|
+
readonly oneOf: readonly [{
|
|
46958
|
+
readonly type: 'string';
|
|
46959
|
+
readonly minLength: 1;
|
|
46960
|
+
}, {
|
|
46961
|
+
readonly type: 'array';
|
|
46962
|
+
readonly items: {
|
|
46963
|
+
readonly type: 'string';
|
|
46964
|
+
readonly minLength: 1;
|
|
46965
|
+
};
|
|
46966
|
+
readonly minItems: 1;
|
|
46967
|
+
}];
|
|
46968
|
+
};
|
|
46969
|
+
readonly appliesTo: {
|
|
46970
|
+
readonly type: 'array';
|
|
46971
|
+
readonly items: {
|
|
46972
|
+
readonly type: 'string';
|
|
46973
|
+
};
|
|
46974
|
+
};
|
|
46975
|
+
readonly excludes: {
|
|
46976
|
+
readonly type: 'array';
|
|
46977
|
+
readonly items: {
|
|
46978
|
+
readonly type: 'string';
|
|
46979
|
+
};
|
|
46980
|
+
};
|
|
46981
|
+
readonly exceptions: {
|
|
46982
|
+
readonly type: 'object';
|
|
46983
|
+
readonly properties: {
|
|
46984
|
+
readonly files: {
|
|
46985
|
+
readonly type: 'array';
|
|
46986
|
+
readonly items: {
|
|
46987
|
+
readonly type: 'string';
|
|
46988
|
+
};
|
|
46989
|
+
};
|
|
46990
|
+
readonly lines: {
|
|
46991
|
+
readonly type: 'array';
|
|
46992
|
+
readonly items: {
|
|
46993
|
+
readonly type: 'string';
|
|
46994
|
+
};
|
|
46995
|
+
};
|
|
46996
|
+
};
|
|
46997
|
+
readonly additionalProperties: false;
|
|
46998
|
+
};
|
|
46999
|
+
readonly assertions: {
|
|
47000
|
+
readonly type: 'object';
|
|
47001
|
+
readonly additionalProperties: true;
|
|
47002
|
+
};
|
|
47003
|
+
};
|
|
47004
|
+
readonly additionalProperties: false;
|
|
47005
|
+
}];
|
|
47006
|
+
};
|
|
47007
|
+
};
|
|
47008
|
+
readonly excludes: {
|
|
47009
|
+
readonly type: 'array';
|
|
47010
|
+
readonly items: {
|
|
47011
|
+
readonly type: 'string';
|
|
47012
|
+
readonly minLength: 1;
|
|
47013
|
+
};
|
|
47014
|
+
};
|
|
47015
|
+
readonly baseline: {
|
|
47016
|
+
readonly type: 'string';
|
|
47017
|
+
readonly minLength: 1;
|
|
47018
|
+
};
|
|
47019
|
+
readonly markdoc: {
|
|
47020
|
+
readonly oneOf: readonly [{
|
|
47021
|
+
readonly type: 'boolean';
|
|
47022
|
+
}, {
|
|
47023
|
+
readonly type: 'object';
|
|
47024
|
+
readonly properties: {
|
|
47025
|
+
readonly schema: {
|
|
47026
|
+
readonly oneOf: readonly [{
|
|
47027
|
+
readonly type: 'string';
|
|
47028
|
+
readonly enum: readonly ["realm"];
|
|
47029
|
+
}, {
|
|
47030
|
+
readonly type: 'boolean';
|
|
47031
|
+
}];
|
|
47032
|
+
};
|
|
47033
|
+
readonly extend: {
|
|
47034
|
+
readonly type: 'object';
|
|
47035
|
+
readonly properties: {
|
|
47036
|
+
readonly tags: {
|
|
47037
|
+
readonly type: 'object';
|
|
47038
|
+
readonly additionalProperties: {
|
|
47039
|
+
readonly type: 'object';
|
|
47040
|
+
readonly properties: {
|
|
47041
|
+
readonly selfClosing: {
|
|
47042
|
+
readonly type: 'boolean';
|
|
47043
|
+
};
|
|
47044
|
+
readonly attributes: {
|
|
47045
|
+
readonly type: 'object';
|
|
47046
|
+
readonly additionalProperties: {
|
|
47047
|
+
readonly type: 'object';
|
|
47048
|
+
readonly properties: {
|
|
47049
|
+
readonly type: {
|
|
47050
|
+
readonly type: 'string';
|
|
47051
|
+
readonly enum: readonly ["string", "number", "boolean"];
|
|
47052
|
+
};
|
|
47053
|
+
readonly required: {
|
|
47054
|
+
readonly type: 'boolean';
|
|
47055
|
+
};
|
|
47056
|
+
readonly default: {
|
|
47057
|
+
readonly oneOf: readonly [{
|
|
47058
|
+
readonly type: 'string';
|
|
47059
|
+
}, {
|
|
47060
|
+
readonly type: 'number';
|
|
47061
|
+
}, {
|
|
47062
|
+
readonly type: 'boolean';
|
|
47063
|
+
}];
|
|
47064
|
+
};
|
|
47065
|
+
readonly enum: {
|
|
47066
|
+
readonly type: 'array';
|
|
47067
|
+
readonly items: {
|
|
47068
|
+
readonly type: 'string';
|
|
47069
|
+
};
|
|
47070
|
+
readonly minItems: 1;
|
|
47071
|
+
};
|
|
47072
|
+
readonly dynamic: {
|
|
47073
|
+
readonly type: 'boolean';
|
|
47074
|
+
};
|
|
47075
|
+
};
|
|
47076
|
+
readonly required: readonly ["type"];
|
|
47077
|
+
readonly additionalProperties: false;
|
|
47078
|
+
};
|
|
47079
|
+
};
|
|
47080
|
+
};
|
|
47081
|
+
readonly additionalProperties: false;
|
|
47082
|
+
};
|
|
47083
|
+
};
|
|
47084
|
+
readonly tagsFile: {
|
|
47085
|
+
readonly type: 'string';
|
|
47086
|
+
readonly minLength: 1;
|
|
47087
|
+
};
|
|
47088
|
+
};
|
|
47089
|
+
readonly additionalProperties: false;
|
|
47090
|
+
};
|
|
47091
|
+
};
|
|
47092
|
+
readonly required: readonly ["schema"];
|
|
47093
|
+
readonly additionalProperties: false;
|
|
47094
|
+
}];
|
|
47095
|
+
};
|
|
47096
|
+
readonly apiDescriptions: {
|
|
47097
|
+
readonly type: 'object';
|
|
47098
|
+
readonly properties: {
|
|
47099
|
+
readonly rules: {
|
|
47100
|
+
readonly type: 'object';
|
|
47101
|
+
readonly additionalProperties: {
|
|
47102
|
+
readonly oneOf: readonly [{
|
|
47103
|
+
readonly type: 'string';
|
|
47104
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
47105
|
+
}, {
|
|
47106
|
+
readonly type: 'object';
|
|
47107
|
+
readonly properties: {
|
|
47108
|
+
readonly severity: {
|
|
47109
|
+
readonly type: 'string';
|
|
47110
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
47111
|
+
};
|
|
47112
|
+
readonly message: {
|
|
47113
|
+
readonly type: 'string';
|
|
47114
|
+
readonly minLength: 1;
|
|
47115
|
+
};
|
|
47116
|
+
readonly fix: {
|
|
47117
|
+
readonly type: 'boolean';
|
|
47118
|
+
};
|
|
47119
|
+
readonly tags: {
|
|
47120
|
+
readonly type: 'array';
|
|
47121
|
+
readonly items: {
|
|
47122
|
+
readonly type: 'string';
|
|
47123
|
+
};
|
|
47124
|
+
};
|
|
47125
|
+
readonly description: {
|
|
47126
|
+
readonly type: 'string';
|
|
47127
|
+
};
|
|
47128
|
+
readonly link: {
|
|
47129
|
+
readonly type: 'string';
|
|
47130
|
+
};
|
|
47131
|
+
readonly scope: {
|
|
47132
|
+
readonly oneOf: readonly [{
|
|
47133
|
+
readonly type: 'string';
|
|
47134
|
+
readonly minLength: 1;
|
|
47135
|
+
}, {
|
|
47136
|
+
readonly type: 'array';
|
|
47137
|
+
readonly items: {
|
|
47138
|
+
readonly type: 'string';
|
|
47139
|
+
readonly minLength: 1;
|
|
47140
|
+
};
|
|
47141
|
+
readonly minItems: 1;
|
|
47142
|
+
}];
|
|
47143
|
+
};
|
|
47144
|
+
readonly appliesTo: {
|
|
47145
|
+
readonly type: 'array';
|
|
47146
|
+
readonly items: {
|
|
47147
|
+
readonly type: 'string';
|
|
47148
|
+
};
|
|
47149
|
+
};
|
|
47150
|
+
readonly excludes: {
|
|
47151
|
+
readonly type: 'array';
|
|
47152
|
+
readonly items: {
|
|
47153
|
+
readonly type: 'string';
|
|
47154
|
+
};
|
|
47155
|
+
};
|
|
47156
|
+
readonly exceptions: {
|
|
47157
|
+
readonly type: 'object';
|
|
47158
|
+
readonly properties: {
|
|
47159
|
+
readonly files: {
|
|
47160
|
+
readonly type: 'array';
|
|
47161
|
+
readonly items: {
|
|
47162
|
+
readonly type: 'string';
|
|
47163
|
+
};
|
|
47164
|
+
};
|
|
47165
|
+
readonly lines: {
|
|
47166
|
+
readonly type: 'array';
|
|
47167
|
+
readonly items: {
|
|
47168
|
+
readonly type: 'string';
|
|
47169
|
+
};
|
|
47170
|
+
};
|
|
47171
|
+
};
|
|
47172
|
+
readonly additionalProperties: false;
|
|
47173
|
+
};
|
|
47174
|
+
readonly assertions: {
|
|
47175
|
+
readonly type: 'object';
|
|
47176
|
+
readonly additionalProperties: true;
|
|
47177
|
+
};
|
|
47178
|
+
};
|
|
47179
|
+
readonly additionalProperties: false;
|
|
47180
|
+
}];
|
|
47181
|
+
};
|
|
47182
|
+
};
|
|
47183
|
+
};
|
|
47184
|
+
readonly additionalProperties: false;
|
|
47185
|
+
};
|
|
47186
|
+
};
|
|
47187
|
+
readonly additionalProperties: false;
|
|
47188
|
+
};
|
|
46763
47189
|
readonly corsProxy: {
|
|
46764
47190
|
readonly type: 'object';
|
|
46765
47191
|
readonly properties: {
|
|
@@ -47841,9 +48267,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
47841
48267
|
readonly hideLoading: {
|
|
47842
48268
|
readonly type: 'boolean';
|
|
47843
48269
|
};
|
|
47844
|
-
readonly hideSidebar: {
|
|
47845
|
-
readonly type: 'boolean';
|
|
47846
|
-
};
|
|
47847
48270
|
readonly feedback: {
|
|
47848
48271
|
readonly type: 'object';
|
|
47849
48272
|
readonly properties: {
|
|
@@ -49756,14 +50179,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
49756
50179
|
};
|
|
49757
50180
|
readonly additionalProperties: false;
|
|
49758
50181
|
};
|
|
49759
|
-
readonly sidebar: {
|
|
49760
|
-
readonly type: 'object';
|
|
49761
|
-
readonly properties: {
|
|
49762
|
-
readonly hide: {
|
|
49763
|
-
readonly type: 'boolean';
|
|
49764
|
-
};
|
|
49765
|
-
};
|
|
49766
|
-
};
|
|
49767
50182
|
readonly downloadUrls: {
|
|
49768
50183
|
readonly type: 'array';
|
|
49769
50184
|
readonly items: {
|
|
@@ -50124,9 +50539,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
50124
50539
|
readonly hideLoading: {
|
|
50125
50540
|
readonly type: 'boolean';
|
|
50126
50541
|
};
|
|
50127
|
-
readonly hideSidebar: {
|
|
50128
|
-
readonly type: 'boolean';
|
|
50129
|
-
};
|
|
50130
50542
|
readonly feedback: {
|
|
50131
50543
|
readonly type: 'object';
|
|
50132
50544
|
readonly properties: {
|
|
@@ -52039,14 +52451,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
52039
52451
|
};
|
|
52040
52452
|
readonly additionalProperties: false;
|
|
52041
52453
|
};
|
|
52042
|
-
readonly sidebar: {
|
|
52043
|
-
readonly type: 'object';
|
|
52044
|
-
readonly properties: {
|
|
52045
|
-
readonly hide: {
|
|
52046
|
-
readonly type: 'boolean';
|
|
52047
|
-
};
|
|
52048
|
-
};
|
|
52049
|
-
};
|
|
52050
52454
|
readonly downloadUrls: {
|
|
52051
52455
|
readonly type: 'array';
|
|
52052
52456
|
readonly items: {
|
|
@@ -54321,9 +54725,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
54321
54725
|
readonly hideLoading: {
|
|
54322
54726
|
readonly type: 'boolean';
|
|
54323
54727
|
};
|
|
54324
|
-
readonly hideSidebar: {
|
|
54325
|
-
readonly type: 'boolean';
|
|
54326
|
-
};
|
|
54327
54728
|
readonly feedback: {
|
|
54328
54729
|
readonly type: 'object';
|
|
54329
54730
|
readonly properties: {
|
|
@@ -56513,14 +56914,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
56513
56914
|
};
|
|
56514
56915
|
readonly additionalProperties: false;
|
|
56515
56916
|
};
|
|
56516
|
-
readonly sidebar: {
|
|
56517
|
-
readonly type: 'object';
|
|
56518
|
-
readonly properties: {
|
|
56519
|
-
readonly hide: {
|
|
56520
|
-
readonly type: 'boolean';
|
|
56521
|
-
};
|
|
56522
|
-
};
|
|
56523
|
-
};
|
|
56524
56917
|
readonly downloadUrls: {
|
|
56525
56918
|
readonly type: 'array';
|
|
56526
56919
|
readonly items: {
|
|
@@ -61312,9 +61705,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
61312
61705
|
readonly hideLoading: {
|
|
61313
61706
|
readonly type: 'boolean';
|
|
61314
61707
|
};
|
|
61315
|
-
readonly hideSidebar: {
|
|
61316
|
-
readonly type: 'boolean';
|
|
61317
|
-
};
|
|
61318
61708
|
readonly feedback: {
|
|
61319
61709
|
readonly type: 'object';
|
|
61320
61710
|
readonly properties: {
|
|
@@ -63227,14 +63617,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
63227
63617
|
};
|
|
63228
63618
|
readonly additionalProperties: false;
|
|
63229
63619
|
};
|
|
63230
|
-
readonly sidebar: {
|
|
63231
|
-
readonly type: 'object';
|
|
63232
|
-
readonly properties: {
|
|
63233
|
-
readonly hide: {
|
|
63234
|
-
readonly type: 'boolean';
|
|
63235
|
-
};
|
|
63236
|
-
};
|
|
63237
|
-
};
|
|
63238
63620
|
readonly downloadUrls: {
|
|
63239
63621
|
readonly type: 'array';
|
|
63240
63622
|
readonly items: {
|
|
@@ -66802,6 +67184,274 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
66802
67184
|
};
|
|
66803
67185
|
readonly additionalProperties: false;
|
|
66804
67186
|
};
|
|
67187
|
+
readonly recheck: {
|
|
67188
|
+
readonly type: 'object';
|
|
67189
|
+
readonly properties: {
|
|
67190
|
+
readonly rules: {
|
|
67191
|
+
readonly type: 'object';
|
|
67192
|
+
readonly additionalProperties: {
|
|
67193
|
+
readonly oneOf: readonly [{
|
|
67194
|
+
readonly type: 'string';
|
|
67195
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
67196
|
+
}, {
|
|
67197
|
+
readonly type: 'object';
|
|
67198
|
+
readonly properties: {
|
|
67199
|
+
readonly severity: {
|
|
67200
|
+
readonly type: 'string';
|
|
67201
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
67202
|
+
};
|
|
67203
|
+
readonly message: {
|
|
67204
|
+
readonly type: 'string';
|
|
67205
|
+
readonly minLength: 1;
|
|
67206
|
+
};
|
|
67207
|
+
readonly fix: {
|
|
67208
|
+
readonly type: 'boolean';
|
|
67209
|
+
};
|
|
67210
|
+
readonly tags: {
|
|
67211
|
+
readonly type: 'array';
|
|
67212
|
+
readonly items: {
|
|
67213
|
+
readonly type: 'string';
|
|
67214
|
+
};
|
|
67215
|
+
};
|
|
67216
|
+
readonly description: {
|
|
67217
|
+
readonly type: 'string';
|
|
67218
|
+
};
|
|
67219
|
+
readonly link: {
|
|
67220
|
+
readonly type: 'string';
|
|
67221
|
+
};
|
|
67222
|
+
readonly scope: {
|
|
67223
|
+
readonly oneOf: readonly [{
|
|
67224
|
+
readonly type: 'string';
|
|
67225
|
+
readonly minLength: 1;
|
|
67226
|
+
}, {
|
|
67227
|
+
readonly type: 'array';
|
|
67228
|
+
readonly items: {
|
|
67229
|
+
readonly type: 'string';
|
|
67230
|
+
readonly minLength: 1;
|
|
67231
|
+
};
|
|
67232
|
+
readonly minItems: 1;
|
|
67233
|
+
}];
|
|
67234
|
+
};
|
|
67235
|
+
readonly appliesTo: {
|
|
67236
|
+
readonly type: 'array';
|
|
67237
|
+
readonly items: {
|
|
67238
|
+
readonly type: 'string';
|
|
67239
|
+
};
|
|
67240
|
+
};
|
|
67241
|
+
readonly excludes: {
|
|
67242
|
+
readonly type: 'array';
|
|
67243
|
+
readonly items: {
|
|
67244
|
+
readonly type: 'string';
|
|
67245
|
+
};
|
|
67246
|
+
};
|
|
67247
|
+
readonly exceptions: {
|
|
67248
|
+
readonly type: 'object';
|
|
67249
|
+
readonly properties: {
|
|
67250
|
+
readonly files: {
|
|
67251
|
+
readonly type: 'array';
|
|
67252
|
+
readonly items: {
|
|
67253
|
+
readonly type: 'string';
|
|
67254
|
+
};
|
|
67255
|
+
};
|
|
67256
|
+
readonly lines: {
|
|
67257
|
+
readonly type: 'array';
|
|
67258
|
+
readonly items: {
|
|
67259
|
+
readonly type: 'string';
|
|
67260
|
+
};
|
|
67261
|
+
};
|
|
67262
|
+
};
|
|
67263
|
+
readonly additionalProperties: false;
|
|
67264
|
+
};
|
|
67265
|
+
readonly assertions: {
|
|
67266
|
+
readonly type: 'object';
|
|
67267
|
+
readonly additionalProperties: true;
|
|
67268
|
+
};
|
|
67269
|
+
};
|
|
67270
|
+
readonly additionalProperties: false;
|
|
67271
|
+
}];
|
|
67272
|
+
};
|
|
67273
|
+
};
|
|
67274
|
+
readonly excludes: {
|
|
67275
|
+
readonly type: 'array';
|
|
67276
|
+
readonly items: {
|
|
67277
|
+
readonly type: 'string';
|
|
67278
|
+
readonly minLength: 1;
|
|
67279
|
+
};
|
|
67280
|
+
};
|
|
67281
|
+
readonly baseline: {
|
|
67282
|
+
readonly type: 'string';
|
|
67283
|
+
readonly minLength: 1;
|
|
67284
|
+
};
|
|
67285
|
+
readonly markdoc: {
|
|
67286
|
+
readonly oneOf: readonly [{
|
|
67287
|
+
readonly type: 'boolean';
|
|
67288
|
+
}, {
|
|
67289
|
+
readonly type: 'object';
|
|
67290
|
+
readonly properties: {
|
|
67291
|
+
readonly schema: {
|
|
67292
|
+
readonly oneOf: readonly [{
|
|
67293
|
+
readonly type: 'string';
|
|
67294
|
+
readonly enum: readonly ["realm"];
|
|
67295
|
+
}, {
|
|
67296
|
+
readonly type: 'boolean';
|
|
67297
|
+
}];
|
|
67298
|
+
};
|
|
67299
|
+
readonly extend: {
|
|
67300
|
+
readonly type: 'object';
|
|
67301
|
+
readonly properties: {
|
|
67302
|
+
readonly tags: {
|
|
67303
|
+
readonly type: 'object';
|
|
67304
|
+
readonly additionalProperties: {
|
|
67305
|
+
readonly type: 'object';
|
|
67306
|
+
readonly properties: {
|
|
67307
|
+
readonly selfClosing: {
|
|
67308
|
+
readonly type: 'boolean';
|
|
67309
|
+
};
|
|
67310
|
+
readonly attributes: {
|
|
67311
|
+
readonly type: 'object';
|
|
67312
|
+
readonly additionalProperties: {
|
|
67313
|
+
readonly type: 'object';
|
|
67314
|
+
readonly properties: {
|
|
67315
|
+
readonly type: {
|
|
67316
|
+
readonly type: 'string';
|
|
67317
|
+
readonly enum: readonly ["string", "number", "boolean"];
|
|
67318
|
+
};
|
|
67319
|
+
readonly required: {
|
|
67320
|
+
readonly type: 'boolean';
|
|
67321
|
+
};
|
|
67322
|
+
readonly default: {
|
|
67323
|
+
readonly oneOf: readonly [{
|
|
67324
|
+
readonly type: 'string';
|
|
67325
|
+
}, {
|
|
67326
|
+
readonly type: 'number';
|
|
67327
|
+
}, {
|
|
67328
|
+
readonly type: 'boolean';
|
|
67329
|
+
}];
|
|
67330
|
+
};
|
|
67331
|
+
readonly enum: {
|
|
67332
|
+
readonly type: 'array';
|
|
67333
|
+
readonly items: {
|
|
67334
|
+
readonly type: 'string';
|
|
67335
|
+
};
|
|
67336
|
+
readonly minItems: 1;
|
|
67337
|
+
};
|
|
67338
|
+
readonly dynamic: {
|
|
67339
|
+
readonly type: 'boolean';
|
|
67340
|
+
};
|
|
67341
|
+
};
|
|
67342
|
+
readonly required: readonly ["type"];
|
|
67343
|
+
readonly additionalProperties: false;
|
|
67344
|
+
};
|
|
67345
|
+
};
|
|
67346
|
+
};
|
|
67347
|
+
readonly additionalProperties: false;
|
|
67348
|
+
};
|
|
67349
|
+
};
|
|
67350
|
+
readonly tagsFile: {
|
|
67351
|
+
readonly type: 'string';
|
|
67352
|
+
readonly minLength: 1;
|
|
67353
|
+
};
|
|
67354
|
+
};
|
|
67355
|
+
readonly additionalProperties: false;
|
|
67356
|
+
};
|
|
67357
|
+
};
|
|
67358
|
+
readonly required: readonly ["schema"];
|
|
67359
|
+
readonly additionalProperties: false;
|
|
67360
|
+
}];
|
|
67361
|
+
};
|
|
67362
|
+
readonly apiDescriptions: {
|
|
67363
|
+
readonly type: 'object';
|
|
67364
|
+
readonly properties: {
|
|
67365
|
+
readonly rules: {
|
|
67366
|
+
readonly type: 'object';
|
|
67367
|
+
readonly additionalProperties: {
|
|
67368
|
+
readonly oneOf: readonly [{
|
|
67369
|
+
readonly type: 'string';
|
|
67370
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
67371
|
+
}, {
|
|
67372
|
+
readonly type: 'object';
|
|
67373
|
+
readonly properties: {
|
|
67374
|
+
readonly severity: {
|
|
67375
|
+
readonly type: 'string';
|
|
67376
|
+
readonly enum: readonly ["off", "info", "warn", "error"];
|
|
67377
|
+
};
|
|
67378
|
+
readonly message: {
|
|
67379
|
+
readonly type: 'string';
|
|
67380
|
+
readonly minLength: 1;
|
|
67381
|
+
};
|
|
67382
|
+
readonly fix: {
|
|
67383
|
+
readonly type: 'boolean';
|
|
67384
|
+
};
|
|
67385
|
+
readonly tags: {
|
|
67386
|
+
readonly type: 'array';
|
|
67387
|
+
readonly items: {
|
|
67388
|
+
readonly type: 'string';
|
|
67389
|
+
};
|
|
67390
|
+
};
|
|
67391
|
+
readonly description: {
|
|
67392
|
+
readonly type: 'string';
|
|
67393
|
+
};
|
|
67394
|
+
readonly link: {
|
|
67395
|
+
readonly type: 'string';
|
|
67396
|
+
};
|
|
67397
|
+
readonly scope: {
|
|
67398
|
+
readonly oneOf: readonly [{
|
|
67399
|
+
readonly type: 'string';
|
|
67400
|
+
readonly minLength: 1;
|
|
67401
|
+
}, {
|
|
67402
|
+
readonly type: 'array';
|
|
67403
|
+
readonly items: {
|
|
67404
|
+
readonly type: 'string';
|
|
67405
|
+
readonly minLength: 1;
|
|
67406
|
+
};
|
|
67407
|
+
readonly minItems: 1;
|
|
67408
|
+
}];
|
|
67409
|
+
};
|
|
67410
|
+
readonly appliesTo: {
|
|
67411
|
+
readonly type: 'array';
|
|
67412
|
+
readonly items: {
|
|
67413
|
+
readonly type: 'string';
|
|
67414
|
+
};
|
|
67415
|
+
};
|
|
67416
|
+
readonly excludes: {
|
|
67417
|
+
readonly type: 'array';
|
|
67418
|
+
readonly items: {
|
|
67419
|
+
readonly type: 'string';
|
|
67420
|
+
};
|
|
67421
|
+
};
|
|
67422
|
+
readonly exceptions: {
|
|
67423
|
+
readonly type: 'object';
|
|
67424
|
+
readonly properties: {
|
|
67425
|
+
readonly files: {
|
|
67426
|
+
readonly type: 'array';
|
|
67427
|
+
readonly items: {
|
|
67428
|
+
readonly type: 'string';
|
|
67429
|
+
};
|
|
67430
|
+
};
|
|
67431
|
+
readonly lines: {
|
|
67432
|
+
readonly type: 'array';
|
|
67433
|
+
readonly items: {
|
|
67434
|
+
readonly type: 'string';
|
|
67435
|
+
};
|
|
67436
|
+
};
|
|
67437
|
+
};
|
|
67438
|
+
readonly additionalProperties: false;
|
|
67439
|
+
};
|
|
67440
|
+
readonly assertions: {
|
|
67441
|
+
readonly type: 'object';
|
|
67442
|
+
readonly additionalProperties: true;
|
|
67443
|
+
};
|
|
67444
|
+
};
|
|
67445
|
+
readonly additionalProperties: false;
|
|
67446
|
+
}];
|
|
67447
|
+
};
|
|
67448
|
+
};
|
|
67449
|
+
};
|
|
67450
|
+
readonly additionalProperties: false;
|
|
67451
|
+
};
|
|
67452
|
+
};
|
|
67453
|
+
readonly additionalProperties: false;
|
|
67454
|
+
};
|
|
66805
67455
|
readonly corsProxy: {
|
|
66806
67456
|
readonly type: 'object';
|
|
66807
67457
|
readonly properties: {
|