@redocly/openapi-core 2.7.1 → 2.8.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/config/minimal.js +108 -108
- package/lib/config/minimal.js.map +1 -1
- package/lib/config/recommended-strict.js +109 -109
- package/lib/config/recommended-strict.js.map +1 -1
- package/lib/config/recommended.js +109 -109
- package/lib/config/recommended.js.map +1 -1
- package/lib/config/spec.js +104 -104
- package/lib/config/spec.js.map +1 -1
- package/package.json +1 -1
package/lib/config/spec.js
CHANGED
|
@@ -8,42 +8,42 @@ const spec = {
|
|
|
8
8
|
'info-contact': 'off',
|
|
9
9
|
'info-license': 'off',
|
|
10
10
|
'info-license-strict': 'off',
|
|
11
|
-
'no-path-trailing-slash': 'off',
|
|
12
|
-
'no-identical-paths': 'error',
|
|
13
11
|
'no-ambiguous-paths': 'off',
|
|
14
|
-
'no-duplicated-tag-names': '
|
|
15
|
-
'no-invalid-schema-examples': 'off',
|
|
16
|
-
'no-invalid-parameter-examples': 'off',
|
|
17
|
-
'no-http-verbs-in-paths': 'off',
|
|
12
|
+
'no-duplicated-tag-names': 'error',
|
|
18
13
|
'no-enum-type-mismatch': 'off',
|
|
14
|
+
'no-http-verbs-in-paths': 'off',
|
|
15
|
+
'no-identical-paths': 'error',
|
|
16
|
+
'no-invalid-parameter-examples': 'off',
|
|
17
|
+
'no-invalid-schema-examples': 'off',
|
|
18
|
+
'no-path-trailing-slash': 'off',
|
|
19
19
|
'no-required-schema-properties-undefined': 'off',
|
|
20
20
|
'no-schema-type-mismatch': 'off',
|
|
21
|
-
'operation-
|
|
21
|
+
'operation-2xx-response': 'off',
|
|
22
|
+
'operation-4xx-response': 'off',
|
|
23
|
+
'operation-description': 'off',
|
|
22
24
|
'operation-operationId': 'off',
|
|
23
25
|
'operation-operationId-unique': 'error',
|
|
24
26
|
'operation-operationId-url-safe': 'off',
|
|
25
|
-
'operation-description': 'off',
|
|
26
|
-
'operation-2xx-response': 'off',
|
|
27
|
-
'operation-4xx-response': 'off',
|
|
28
27
|
'operation-parameters-unique': 'error',
|
|
29
|
-
'operation-tag-defined': 'off',
|
|
30
28
|
'operation-singular-tag': 'off',
|
|
29
|
+
'operation-summary': 'off',
|
|
30
|
+
'operation-tag-defined': 'off',
|
|
31
31
|
'parameter-description': 'off',
|
|
32
32
|
'path-declaration-must-exist': 'error',
|
|
33
|
-
'path-not-include-query': 'error',
|
|
34
|
-
'path-parameters-defined': 'error',
|
|
35
|
-
'paths-kebab-case': 'off',
|
|
36
33
|
'path-http-verbs-order': 'off',
|
|
34
|
+
'path-not-include-query': 'error',
|
|
37
35
|
'path-params-defined': 'off',
|
|
36
|
+
'path-parameters-defined': 'error',
|
|
38
37
|
'path-segment-plural': 'off',
|
|
38
|
+
'paths-kebab-case': 'off',
|
|
39
|
+
'request-mime-type': 'off',
|
|
39
40
|
'required-string-property-missing-min-length': 'off',
|
|
40
41
|
'response-contains-header': 'off',
|
|
41
|
-
'request-mime-type': 'off',
|
|
42
42
|
'response-contains-property': 'off',
|
|
43
43
|
'response-mime-type': 'off',
|
|
44
|
+
'scalar-property-missing-example': 'off',
|
|
44
45
|
'security-defined': 'off',
|
|
45
46
|
'spec-strict-refs': 'error',
|
|
46
|
-
'scalar-property-missing-example': 'off',
|
|
47
47
|
'tag-description': 'off',
|
|
48
48
|
'tags-alphabetical': 'off',
|
|
49
49
|
},
|
|
@@ -54,59 +54,59 @@ const spec = {
|
|
|
54
54
|
'info-contact': 'off',
|
|
55
55
|
'info-license': 'off',
|
|
56
56
|
'info-license-strict': 'off',
|
|
57
|
-
'no-path-trailing-slash': 'off',
|
|
58
|
-
'no-identical-paths': 'error',
|
|
59
57
|
'no-ambiguous-paths': 'off',
|
|
60
|
-
'no-duplicated-tag-names': '
|
|
61
|
-
'no-
|
|
62
|
-
'no-invalid-parameter-examples': 'off',
|
|
63
|
-
'no-http-verbs-in-paths': 'off',
|
|
58
|
+
'no-duplicated-tag-names': 'error',
|
|
59
|
+
'no-empty-servers': 'off',
|
|
64
60
|
'no-enum-type-mismatch': 'off',
|
|
65
|
-
'no-
|
|
66
|
-
'no-
|
|
61
|
+
'no-example-value-and-externalValue': 'error',
|
|
62
|
+
'no-http-verbs-in-paths': 'off',
|
|
63
|
+
'no-identical-paths': 'error',
|
|
67
64
|
'no-invalid-media-type-examples': {
|
|
68
65
|
severity: 'off',
|
|
69
66
|
allowAdditionalProperties: false,
|
|
70
67
|
},
|
|
68
|
+
'no-invalid-parameter-examples': 'off',
|
|
69
|
+
'no-invalid-schema-examples': 'off',
|
|
70
|
+
'no-path-trailing-slash': 'off',
|
|
71
|
+
'no-required-schema-properties-undefined': 'off',
|
|
72
|
+
'no-schema-type-mismatch': 'off',
|
|
71
73
|
'no-server-example.com': 'off',
|
|
72
74
|
'no-server-trailing-slash': 'off',
|
|
73
|
-
'no-empty-servers': 'off',
|
|
74
|
-
'no-example-value-and-externalValue': 'error',
|
|
75
|
-
'no-unused-components': 'off',
|
|
76
|
-
'no-undefined-server-variable': 'error',
|
|
77
75
|
'no-server-variables-empty-enum': 'off',
|
|
78
|
-
'
|
|
76
|
+
'no-undefined-server-variable': 'error',
|
|
77
|
+
'no-unused-components': 'off',
|
|
78
|
+
'nullable-type-sibling': 'error',
|
|
79
|
+
'operation-2xx-response': 'off',
|
|
80
|
+
'operation-4xx-problem-details-rfc7807': 'off',
|
|
81
|
+
'operation-4xx-response': 'off',
|
|
82
|
+
'operation-description': 'off',
|
|
79
83
|
'operation-operationId': 'off',
|
|
80
84
|
'operation-operationId-unique': 'error',
|
|
81
85
|
'operation-operationId-url-safe': 'off',
|
|
82
|
-
'operation-description': 'off',
|
|
83
|
-
'operation-2xx-response': 'off',
|
|
84
|
-
'operation-4xx-response': 'off',
|
|
85
|
-
'operation-4xx-problem-details-rfc7807': 'off',
|
|
86
86
|
'operation-parameters-unique': 'error',
|
|
87
|
-
'operation-tag-defined': 'off',
|
|
88
87
|
'operation-singular-tag': 'off',
|
|
88
|
+
'operation-summary': 'off',
|
|
89
|
+
'operation-tag-defined': 'off',
|
|
89
90
|
'parameter-description': 'off',
|
|
90
91
|
'path-declaration-must-exist': 'error',
|
|
91
|
-
'path-not-include-query': 'error',
|
|
92
|
-
'path-parameters-defined': 'error',
|
|
93
|
-
'paths-kebab-case': 'off',
|
|
94
92
|
'path-http-verbs-order': 'off',
|
|
93
|
+
'path-not-include-query': 'error',
|
|
95
94
|
'path-params-defined': 'off',
|
|
95
|
+
'path-parameters-defined': 'error',
|
|
96
96
|
'path-segment-plural': 'off',
|
|
97
|
+
'paths-kebab-case': 'off',
|
|
98
|
+
'request-mime-type': 'off',
|
|
97
99
|
'required-string-property-missing-min-length': 'off',
|
|
98
100
|
'response-contains-header': 'off',
|
|
99
|
-
'request-mime-type': 'off',
|
|
100
101
|
'response-contains-property': 'off',
|
|
101
102
|
'response-mime-type': 'off',
|
|
102
|
-
'security-defined': 'off',
|
|
103
|
-
'spec-strict-refs': 'error',
|
|
104
103
|
'scalar-property-missing-example': 'off',
|
|
104
|
+
'security-defined': 'off',
|
|
105
105
|
'spec-components-invalid-map-name': 'error',
|
|
106
|
+
'spec-example-values': 'off',
|
|
107
|
+
'spec-strict-refs': 'error',
|
|
106
108
|
'tag-description': 'off',
|
|
107
109
|
'tags-alphabetical': 'off',
|
|
108
|
-
'nullable-type-sibling': 'error',
|
|
109
|
-
'spec-example-values': 'off',
|
|
110
110
|
},
|
|
111
111
|
oas3_1Rules: {
|
|
112
112
|
'array-parameter-serialization': 'off',
|
|
@@ -115,55 +115,55 @@ const spec = {
|
|
|
115
115
|
'info-contact': 'off',
|
|
116
116
|
'info-license': 'off',
|
|
117
117
|
'info-license-strict': 'off',
|
|
118
|
-
'no-path-trailing-slash': 'off',
|
|
119
|
-
'no-identical-paths': 'error',
|
|
120
118
|
'no-ambiguous-paths': 'off',
|
|
121
|
-
'no-duplicated-tag-names': '
|
|
122
|
-
'no-
|
|
123
|
-
'no-invalid-parameter-examples': 'off',
|
|
124
|
-
'no-http-verbs-in-paths': 'off',
|
|
119
|
+
'no-duplicated-tag-names': 'error',
|
|
120
|
+
'no-empty-servers': 'off',
|
|
125
121
|
'no-enum-type-mismatch': 'off',
|
|
122
|
+
'no-example-value-and-externalValue': 'error',
|
|
123
|
+
'no-http-verbs-in-paths': 'off',
|
|
124
|
+
'no-identical-paths': 'error',
|
|
125
|
+
'no-invalid-media-type-examples': 'off',
|
|
126
|
+
'no-invalid-parameter-examples': 'off',
|
|
127
|
+
'no-invalid-schema-examples': 'off',
|
|
128
|
+
'no-path-trailing-slash': 'off',
|
|
126
129
|
'no-required-schema-properties-undefined': 'off',
|
|
127
130
|
'no-schema-type-mismatch': 'off',
|
|
128
|
-
'no-invalid-media-type-examples': 'off',
|
|
129
131
|
'no-server-example.com': 'off',
|
|
130
132
|
'no-server-trailing-slash': 'off',
|
|
131
|
-
'no-empty-servers': 'off',
|
|
132
|
-
'no-example-value-and-externalValue': 'error',
|
|
133
|
-
'no-unused-components': 'off',
|
|
134
|
-
'no-undefined-server-variable': 'error',
|
|
135
133
|
'no-server-variables-empty-enum': 'off',
|
|
136
|
-
'
|
|
134
|
+
'no-undefined-server-variable': 'error',
|
|
135
|
+
'no-unused-components': 'off',
|
|
136
|
+
'operation-2xx-response': 'off',
|
|
137
|
+
'operation-4xx-problem-details-rfc7807': 'off',
|
|
138
|
+
'operation-4xx-response': 'off',
|
|
139
|
+
'operation-description': 'off',
|
|
137
140
|
'operation-operationId': 'off',
|
|
138
141
|
'operation-operationId-unique': 'error',
|
|
139
142
|
'operation-operationId-url-safe': 'off',
|
|
140
|
-
'operation-description': 'off',
|
|
141
|
-
'operation-2xx-response': 'off',
|
|
142
|
-
'operation-4xx-response': 'off',
|
|
143
|
-
'operation-4xx-problem-details-rfc7807': 'off',
|
|
144
143
|
'operation-parameters-unique': 'error',
|
|
145
|
-
'operation-tag-defined': 'off',
|
|
146
144
|
'operation-singular-tag': 'off',
|
|
145
|
+
'operation-summary': 'off',
|
|
146
|
+
'operation-tag-defined': 'off',
|
|
147
147
|
'parameter-description': 'off',
|
|
148
148
|
'path-declaration-must-exist': 'error',
|
|
149
|
-
'path-not-include-query': 'error',
|
|
150
|
-
'path-parameters-defined': 'error',
|
|
151
|
-
'paths-kebab-case': 'off',
|
|
152
149
|
'path-http-verbs-order': 'off',
|
|
150
|
+
'path-not-include-query': 'error',
|
|
153
151
|
'path-params-defined': 'off',
|
|
152
|
+
'path-parameters-defined': 'error',
|
|
154
153
|
'path-segment-plural': 'off',
|
|
154
|
+
'paths-kebab-case': 'off',
|
|
155
|
+
'request-mime-type': 'off',
|
|
155
156
|
'required-string-property-missing-min-length': 'off',
|
|
156
157
|
'response-contains-header': 'off',
|
|
157
|
-
'request-mime-type': 'off',
|
|
158
158
|
'response-contains-property': 'off',
|
|
159
159
|
'response-mime-type': 'off',
|
|
160
|
-
'security-defined': 'off',
|
|
161
|
-
'spec-strict-refs': 'error',
|
|
162
160
|
'scalar-property-missing-example': 'off',
|
|
161
|
+
'security-defined': 'off',
|
|
163
162
|
'spec-components-invalid-map-name': 'error',
|
|
163
|
+
'spec-example-values': 'off',
|
|
164
|
+
'spec-strict-refs': 'error',
|
|
164
165
|
'tag-description': 'off',
|
|
165
166
|
'tags-alphabetical': 'off',
|
|
166
|
-
'spec-example-values': 'off',
|
|
167
167
|
},
|
|
168
168
|
oas3_2Rules: {
|
|
169
169
|
'array-parameter-serialization': 'off',
|
|
@@ -172,57 +172,57 @@ const spec = {
|
|
|
172
172
|
'info-contact': 'off',
|
|
173
173
|
'info-license': 'off',
|
|
174
174
|
'info-license-strict': 'off',
|
|
175
|
-
'no-path-trailing-slash': 'off',
|
|
176
|
-
'no-identical-paths': 'error',
|
|
177
175
|
'no-ambiguous-paths': 'off',
|
|
178
|
-
'no-duplicated-tag-names': '
|
|
179
|
-
'no-
|
|
180
|
-
'no-invalid-parameter-examples': 'off',
|
|
181
|
-
'no-http-verbs-in-paths': 'off',
|
|
176
|
+
'no-duplicated-tag-names': 'error',
|
|
177
|
+
'no-empty-servers': 'off',
|
|
182
178
|
'no-enum-type-mismatch': 'off',
|
|
179
|
+
'no-http-verbs-in-paths': 'off',
|
|
180
|
+
'no-identical-paths': 'error',
|
|
181
|
+
'no-invalid-media-type-examples': 'off',
|
|
182
|
+
'no-invalid-parameter-examples': 'off',
|
|
183
|
+
'no-invalid-schema-examples': 'off',
|
|
184
|
+
'no-path-trailing-slash': 'off',
|
|
183
185
|
'no-required-schema-properties-undefined': 'off',
|
|
184
186
|
'no-schema-type-mismatch': 'off',
|
|
185
|
-
'no-invalid-media-type-examples': 'off',
|
|
186
187
|
'no-server-example.com': 'off',
|
|
187
188
|
'no-server-trailing-slash': 'off',
|
|
188
|
-
'no-empty-servers': 'off',
|
|
189
|
-
'no-unused-components': 'off',
|
|
190
|
-
'no-undefined-server-variable': 'error',
|
|
191
189
|
'no-server-variables-empty-enum': 'off',
|
|
192
|
-
'
|
|
190
|
+
'no-undefined-server-variable': 'error',
|
|
191
|
+
'no-unused-components': 'off',
|
|
192
|
+
'operation-2xx-response': 'off',
|
|
193
|
+
'operation-4xx-problem-details-rfc7807': 'off',
|
|
194
|
+
'operation-4xx-response': 'off',
|
|
195
|
+
'operation-description': 'off',
|
|
193
196
|
'operation-operationId': 'off',
|
|
194
197
|
'operation-operationId-unique': 'error',
|
|
195
198
|
'operation-operationId-url-safe': 'off',
|
|
196
|
-
'operation-description': 'off',
|
|
197
|
-
'operation-2xx-response': 'off',
|
|
198
|
-
'operation-4xx-response': 'off',
|
|
199
|
-
'operation-4xx-problem-details-rfc7807': 'off',
|
|
200
199
|
'operation-parameters-unique': 'error',
|
|
201
|
-
'operation-tag-defined': 'off',
|
|
202
200
|
'operation-singular-tag': 'off',
|
|
201
|
+
'operation-summary': 'off',
|
|
202
|
+
'operation-tag-defined': 'off',
|
|
203
203
|
'parameter-description': 'off',
|
|
204
204
|
'path-declaration-must-exist': 'error',
|
|
205
|
-
'path-not-include-query': 'error',
|
|
206
|
-
'path-parameters-defined': 'error',
|
|
207
|
-
'paths-kebab-case': 'off',
|
|
208
205
|
'path-http-verbs-order': 'off',
|
|
206
|
+
'path-not-include-query': 'error',
|
|
209
207
|
'path-params-defined': 'off',
|
|
208
|
+
'path-parameters-defined': 'error',
|
|
210
209
|
'path-segment-plural': 'off',
|
|
210
|
+
'paths-kebab-case': 'off',
|
|
211
|
+
'request-mime-type': 'off',
|
|
211
212
|
'required-string-property-missing-min-length': 'off',
|
|
212
213
|
'response-contains-header': 'off',
|
|
213
|
-
'request-mime-type': 'off',
|
|
214
214
|
'response-contains-property': 'off',
|
|
215
215
|
'response-mime-type': 'off',
|
|
216
|
-
'security-defined': 'off',
|
|
217
|
-
'spec-strict-refs': 'error',
|
|
218
216
|
'scalar-property-missing-example': 'off',
|
|
217
|
+
'security-defined': 'off',
|
|
219
218
|
'spec-components-invalid-map-name': 'error',
|
|
220
|
-
'tag-description': 'off',
|
|
221
|
-
'tags-alphabetical': 'off',
|
|
222
|
-
'spec-no-invalid-tag-parents': 'error',
|
|
223
|
-
'spec-no-invalid-encoding-combinations': 'error',
|
|
224
219
|
'spec-discriminator-defaultMapping': 'error',
|
|
225
220
|
'spec-example-values': 'error',
|
|
221
|
+
'spec-no-invalid-encoding-combinations': 'error',
|
|
222
|
+
'spec-no-invalid-tag-parents': 'error',
|
|
223
|
+
'spec-strict-refs': 'error',
|
|
224
|
+
'tag-description': 'off',
|
|
225
|
+
'tags-alphabetical': 'off',
|
|
226
226
|
},
|
|
227
227
|
async2Rules: {
|
|
228
228
|
'channels-kebab-case': 'off',
|
|
@@ -230,8 +230,8 @@ const spec = {
|
|
|
230
230
|
'info-license-strict': 'off',
|
|
231
231
|
'no-channel-trailing-slash': 'off',
|
|
232
232
|
'no-duplicated-tag-names': 'off',
|
|
233
|
-
'no-required-schema-properties-undefined': 'off',
|
|
234
233
|
'no-enum-type-mismatch': 'off',
|
|
234
|
+
'no-required-schema-properties-undefined': 'off',
|
|
235
235
|
'no-schema-type-mismatch': 'off',
|
|
236
236
|
'operation-operationId': 'off',
|
|
237
237
|
'tag-description': 'off',
|
|
@@ -243,8 +243,8 @@ const spec = {
|
|
|
243
243
|
'info-license-strict': 'off',
|
|
244
244
|
'no-channel-trailing-slash': 'off',
|
|
245
245
|
'no-duplicated-tag-names': 'off',
|
|
246
|
-
'no-required-schema-properties-undefined': 'off',
|
|
247
246
|
'no-enum-type-mismatch': 'off',
|
|
247
|
+
'no-required-schema-properties-undefined': 'off',
|
|
248
248
|
'no-schema-type-mismatch': 'off',
|
|
249
249
|
'operation-operationId': 'off',
|
|
250
250
|
'tag-description': 'off',
|
|
@@ -253,23 +253,23 @@ const spec = {
|
|
|
253
253
|
arazzo1Rules: {
|
|
254
254
|
'criteria-unique': 'error',
|
|
255
255
|
'no-criteria-xpath': 'off',
|
|
256
|
+
'no-enum-type-mismatch': 'off',
|
|
257
|
+
'no-required-schema-properties-undefined': 'off',
|
|
258
|
+
'no-schema-type-mismatch': 'off',
|
|
259
|
+
'no-x-security-scheme-name-in-workflow': 'off',
|
|
260
|
+
'no-x-security-scheme-name-without-openapi': 'off',
|
|
256
261
|
'parameters-unique': 'error',
|
|
257
262
|
'requestBody-replacements-unique': 'error',
|
|
263
|
+
'respect-supported-versions': 'off',
|
|
264
|
+
'sourceDescription-name-unique': 'error',
|
|
258
265
|
'sourceDescription-type': 'error',
|
|
259
|
-
'
|
|
266
|
+
'sourceDescriptions-not-empty': 'error',
|
|
260
267
|
'step-onFailure-unique': 'error',
|
|
268
|
+
'step-onSuccess-unique': 'error',
|
|
261
269
|
'stepId-unique': 'error',
|
|
262
|
-
'sourceDescription-name-unique': 'error',
|
|
263
|
-
'sourceDescriptions-not-empty': 'error',
|
|
264
|
-
'respect-supported-versions': 'off',
|
|
265
|
-
'workflowId-unique': 'error',
|
|
266
270
|
'workflow-dependsOn': 'error',
|
|
267
|
-
'
|
|
271
|
+
'workflowId-unique': 'error',
|
|
268
272
|
'x-security-scheme-required-values': 'off',
|
|
269
|
-
'no-x-security-scheme-name-in-workflow': 'off',
|
|
270
|
-
'no-required-schema-properties-undefined': 'off',
|
|
271
|
-
'no-enum-type-mismatch': 'off',
|
|
272
|
-
'no-schema-type-mismatch': 'off',
|
|
273
273
|
},
|
|
274
274
|
overlay1Rules: {
|
|
275
275
|
'info-contact': 'off',
|
package/lib/config/spec.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec.js","sourceRoot":"","sources":["../../src/config/spec.ts"],"names":[],"mappings":"AAEA,MAAM,IAAI,GAAoC;IAC5C,KAAK,EAAE;QACL,MAAM,EAAE,OAAO;QACf,oBAAoB,EAAE,OAAO;KAC9B;IACD,SAAS,EAAE;QACT,4BAA4B,EAAE,KAAK;QACnC,cAAc,EAAE,KAAK;QACrB,cAAc,EAAE,KAAK;QACrB,qBAAqB,EAAE,KAAK;QAC5B,
|
|
1
|
+
{"version":3,"file":"spec.js","sourceRoot":"","sources":["../../src/config/spec.ts"],"names":[],"mappings":"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"}
|