@redocly/openapi-core 2.7.0 → 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/lib/rules/common/no-required-schema-properties-undefined.d.ts.map +1 -1
- package/lib/rules/common/no-required-schema-properties-undefined.js +43 -3
- package/lib/rules/common/no-required-schema-properties-undefined.js.map +1 -1
- package/lib/walk.d.ts.map +1 -1
- package/lib/walk.js +4 -0
- package/lib/walk.js.map +1 -1
- package/package.json +1 -1
|
@@ -8,44 +8,44 @@ const recommendedStrict = {
|
|
|
8
8
|
'info-contact': 'off',
|
|
9
9
|
'info-license': 'error',
|
|
10
10
|
'info-license-strict': 'error',
|
|
11
|
-
'no-path-trailing-slash': 'error',
|
|
12
|
-
'no-identical-paths': 'error',
|
|
13
11
|
'no-ambiguous-paths': 'error',
|
|
14
|
-
'no-
|
|
15
|
-
'no-invalid-parameter-examples': 'off',
|
|
16
|
-
'no-http-verbs-in-paths': 'off',
|
|
12
|
+
'no-duplicated-tag-names': 'error',
|
|
17
13
|
'no-enum-type-mismatch': 'error',
|
|
14
|
+
'no-http-verbs-in-paths': 'off',
|
|
15
|
+
'no-identical-paths': 'error',
|
|
16
|
+
'no-invalid-parameter-examples': 'error',
|
|
17
|
+
'no-invalid-schema-examples': 'error',
|
|
18
|
+
'no-path-trailing-slash': 'error',
|
|
18
19
|
'no-required-schema-properties-undefined': 'error',
|
|
19
20
|
'no-schema-type-mismatch': 'error',
|
|
20
|
-
'operation-
|
|
21
|
+
'operation-2xx-response': 'error',
|
|
22
|
+
'operation-4xx-response': 'error',
|
|
23
|
+
'operation-description': 'off',
|
|
21
24
|
'operation-operationId': 'error',
|
|
22
25
|
'operation-operationId-unique': 'error',
|
|
23
26
|
'operation-operationId-url-safe': 'error',
|
|
24
|
-
'operation-description': 'off',
|
|
25
|
-
'operation-2xx-response': 'error',
|
|
26
|
-
'operation-4xx-response': 'error',
|
|
27
27
|
'operation-parameters-unique': 'error',
|
|
28
|
-
'operation-tag-defined': 'off',
|
|
29
28
|
'operation-singular-tag': 'off',
|
|
29
|
+
'operation-summary': 'error',
|
|
30
|
+
'operation-tag-defined': 'off',
|
|
30
31
|
'parameter-description': 'off',
|
|
31
32
|
'path-declaration-must-exist': 'error',
|
|
32
|
-
'path-not-include-query': 'error',
|
|
33
|
-
'path-parameters-defined': 'error',
|
|
34
|
-
'paths-kebab-case': 'off',
|
|
35
33
|
'path-http-verbs-order': 'off',
|
|
34
|
+
'path-not-include-query': 'error',
|
|
36
35
|
'path-params-defined': 'off',
|
|
36
|
+
'path-parameters-defined': 'error',
|
|
37
37
|
'path-segment-plural': 'off',
|
|
38
|
+
'paths-kebab-case': 'off',
|
|
39
|
+
'request-mime-type': 'off',
|
|
38
40
|
'required-string-property-missing-min-length': 'off',
|
|
39
41
|
'response-contains-header': 'off',
|
|
40
|
-
'request-mime-type': 'off',
|
|
41
42
|
'response-contains-property': 'off',
|
|
42
43
|
'response-mime-type': 'off',
|
|
44
|
+
'scalar-property-missing-example': 'off',
|
|
43
45
|
'security-defined': 'error',
|
|
44
46
|
'spec-strict-refs': 'off',
|
|
45
|
-
'scalar-property-missing-example': 'off',
|
|
46
47
|
'tag-description': 'error',
|
|
47
48
|
'tags-alphabetical': 'off',
|
|
48
|
-
'no-duplicated-tag-names': 'error',
|
|
49
49
|
},
|
|
50
50
|
oas3_0Rules: {
|
|
51
51
|
'array-parameter-serialization': 'off',
|
|
@@ -54,59 +54,59 @@ const recommendedStrict = {
|
|
|
54
54
|
'info-contact': 'off',
|
|
55
55
|
'info-license': 'error',
|
|
56
56
|
'info-license-strict': 'error',
|
|
57
|
-
'no-path-trailing-slash': 'error',
|
|
58
|
-
'no-identical-paths': 'error',
|
|
59
57
|
'no-ambiguous-paths': 'error',
|
|
60
|
-
'no-
|
|
61
|
-
'no-
|
|
62
|
-
'no-http-verbs-in-paths': 'off',
|
|
58
|
+
'no-duplicated-tag-names': 'error',
|
|
59
|
+
'no-empty-servers': 'error',
|
|
63
60
|
'no-enum-type-mismatch': 'error',
|
|
64
|
-
'no-
|
|
65
|
-
'no-
|
|
61
|
+
'no-example-value-and-externalValue': 'error',
|
|
62
|
+
'no-http-verbs-in-paths': 'off',
|
|
63
|
+
'no-identical-paths': 'error',
|
|
66
64
|
'no-invalid-media-type-examples': {
|
|
67
65
|
severity: 'error',
|
|
68
66
|
allowAdditionalProperties: false,
|
|
69
67
|
},
|
|
68
|
+
'no-invalid-parameter-examples': 'error',
|
|
69
|
+
'no-invalid-schema-examples': 'error',
|
|
70
|
+
'no-path-trailing-slash': 'error',
|
|
71
|
+
'no-required-schema-properties-undefined': 'error',
|
|
72
|
+
'no-schema-type-mismatch': 'error',
|
|
70
73
|
'no-server-example.com': 'error',
|
|
71
74
|
'no-server-trailing-slash': 'error',
|
|
72
|
-
'no-empty-servers': 'error',
|
|
73
|
-
'no-example-value-and-externalValue': 'error',
|
|
74
|
-
'no-unused-components': 'error',
|
|
75
|
-
'no-undefined-server-variable': 'error',
|
|
76
75
|
'no-server-variables-empty-enum': 'error',
|
|
76
|
+
'no-undefined-server-variable': 'error',
|
|
77
|
+
'no-unused-components': 'error',
|
|
77
78
|
'nullable-type-sibling': 'error',
|
|
78
|
-
'operation-
|
|
79
|
+
'operation-2xx-response': 'error',
|
|
80
|
+
'operation-4xx-problem-details-rfc7807': 'off',
|
|
81
|
+
'operation-4xx-response': 'error',
|
|
82
|
+
'operation-description': 'off',
|
|
79
83
|
'operation-operationId': 'error',
|
|
80
84
|
'operation-operationId-unique': 'error',
|
|
81
85
|
'operation-operationId-url-safe': 'error',
|
|
82
|
-
'operation-description': 'off',
|
|
83
|
-
'operation-2xx-response': 'error',
|
|
84
|
-
'operation-4xx-response': 'error',
|
|
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': 'error',
|
|
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': 'error',
|
|
103
|
-
'spec-strict-refs': 'off',
|
|
104
103
|
'scalar-property-missing-example': 'off',
|
|
104
|
+
'security-defined': 'error',
|
|
105
105
|
'spec-components-invalid-map-name': 'error',
|
|
106
|
+
'spec-example-values': 'off',
|
|
107
|
+
'spec-strict-refs': 'off',
|
|
106
108
|
'tag-description': 'error',
|
|
107
109
|
'tags-alphabetical': 'off',
|
|
108
|
-
'no-duplicated-tag-names': 'error',
|
|
109
|
-
'spec-example-values': 'off',
|
|
110
110
|
},
|
|
111
111
|
oas3_1Rules: {
|
|
112
112
|
'array-parameter-serialization': 'off',
|
|
@@ -115,55 +115,55 @@ const recommendedStrict = {
|
|
|
115
115
|
'info-contact': 'off',
|
|
116
116
|
'info-license': 'error',
|
|
117
117
|
'info-license-strict': 'error',
|
|
118
|
-
'no-path-trailing-slash': 'error',
|
|
119
|
-
'no-identical-paths': 'error',
|
|
120
118
|
'no-ambiguous-paths': 'error',
|
|
121
|
-
'no-
|
|
122
|
-
'no-
|
|
123
|
-
'no-http-verbs-in-paths': 'off',
|
|
119
|
+
'no-duplicated-tag-names': 'error',
|
|
120
|
+
'no-empty-servers': 'error',
|
|
124
121
|
'no-enum-type-mismatch': 'error',
|
|
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': 'error',
|
|
126
|
+
'no-invalid-parameter-examples': 'error',
|
|
127
|
+
'no-invalid-schema-examples': 'error',
|
|
128
|
+
'no-path-trailing-slash': 'error',
|
|
125
129
|
'no-required-schema-properties-undefined': 'error',
|
|
126
130
|
'no-schema-type-mismatch': 'error',
|
|
127
|
-
'no-invalid-media-type-examples': 'error',
|
|
128
131
|
'no-server-example.com': 'error',
|
|
129
132
|
'no-server-trailing-slash': 'error',
|
|
130
|
-
'no-empty-servers': 'error',
|
|
131
|
-
'no-example-value-and-externalValue': 'error',
|
|
132
|
-
'no-unused-components': 'error',
|
|
133
|
-
'no-undefined-server-variable': 'error',
|
|
134
133
|
'no-server-variables-empty-enum': 'error',
|
|
135
|
-
'
|
|
134
|
+
'no-undefined-server-variable': 'error',
|
|
135
|
+
'no-unused-components': 'error',
|
|
136
|
+
'operation-2xx-response': 'error',
|
|
137
|
+
'operation-4xx-problem-details-rfc7807': 'off',
|
|
138
|
+
'operation-4xx-response': 'error',
|
|
139
|
+
'operation-description': 'off',
|
|
136
140
|
'operation-operationId': 'error',
|
|
137
141
|
'operation-operationId-unique': 'error',
|
|
138
142
|
'operation-operationId-url-safe': 'error',
|
|
139
|
-
'operation-description': 'off',
|
|
140
|
-
'operation-2xx-response': 'error',
|
|
141
|
-
'operation-4xx-response': 'error',
|
|
142
|
-
'operation-4xx-problem-details-rfc7807': 'off',
|
|
143
143
|
'operation-parameters-unique': 'error',
|
|
144
|
-
'operation-tag-defined': 'off',
|
|
145
144
|
'operation-singular-tag': 'off',
|
|
145
|
+
'operation-summary': 'error',
|
|
146
|
+
'operation-tag-defined': 'off',
|
|
146
147
|
'parameter-description': 'off',
|
|
147
148
|
'path-declaration-must-exist': 'error',
|
|
148
|
-
'path-not-include-query': 'error',
|
|
149
|
-
'path-parameters-defined': 'error',
|
|
150
|
-
'paths-kebab-case': 'off',
|
|
151
149
|
'path-http-verbs-order': 'off',
|
|
150
|
+
'path-not-include-query': 'error',
|
|
152
151
|
'path-params-defined': 'off',
|
|
152
|
+
'path-parameters-defined': 'error',
|
|
153
153
|
'path-segment-plural': 'off',
|
|
154
|
+
'paths-kebab-case': 'off',
|
|
155
|
+
'request-mime-type': 'off',
|
|
154
156
|
'required-string-property-missing-min-length': 'off',
|
|
155
157
|
'response-contains-header': 'off',
|
|
156
|
-
'request-mime-type': 'off',
|
|
157
158
|
'response-contains-property': 'off',
|
|
158
159
|
'response-mime-type': 'off',
|
|
159
|
-
'security-defined': 'error',
|
|
160
|
-
'spec-strict-refs': 'off',
|
|
161
160
|
'scalar-property-missing-example': 'off',
|
|
161
|
+
'security-defined': 'error',
|
|
162
162
|
'spec-components-invalid-map-name': 'error',
|
|
163
|
+
'spec-example-values': 'off',
|
|
164
|
+
'spec-strict-refs': 'off',
|
|
163
165
|
'tag-description': 'error',
|
|
164
166
|
'tags-alphabetical': 'off',
|
|
165
|
-
'no-duplicated-tag-names': 'error',
|
|
166
|
-
'spec-example-values': 'off',
|
|
167
167
|
},
|
|
168
168
|
oas3_2Rules: {
|
|
169
169
|
'array-parameter-serialization': 'off',
|
|
@@ -172,104 +172,104 @@ const recommendedStrict = {
|
|
|
172
172
|
'info-contact': 'off',
|
|
173
173
|
'info-license': 'error',
|
|
174
174
|
'info-license-strict': 'error',
|
|
175
|
-
'no-path-trailing-slash': 'error',
|
|
176
|
-
'no-identical-paths': 'error',
|
|
177
175
|
'no-ambiguous-paths': 'error',
|
|
178
|
-
'no-
|
|
179
|
-
'no-
|
|
180
|
-
'no-http-verbs-in-paths': 'off',
|
|
176
|
+
'no-duplicated-tag-names': 'error',
|
|
177
|
+
'no-empty-servers': 'error',
|
|
181
178
|
'no-enum-type-mismatch': 'error',
|
|
179
|
+
'no-http-verbs-in-paths': 'off',
|
|
180
|
+
'no-identical-paths': 'error',
|
|
181
|
+
'no-invalid-media-type-examples': 'error',
|
|
182
|
+
'no-invalid-parameter-examples': 'error',
|
|
183
|
+
'no-invalid-schema-examples': 'error',
|
|
184
|
+
'no-path-trailing-slash': 'error',
|
|
182
185
|
'no-required-schema-properties-undefined': 'error',
|
|
183
186
|
'no-schema-type-mismatch': 'error',
|
|
184
|
-
'no-invalid-media-type-examples': 'error',
|
|
185
187
|
'no-server-example.com': 'error',
|
|
186
188
|
'no-server-trailing-slash': 'error',
|
|
187
|
-
'no-empty-servers': 'error',
|
|
188
|
-
'no-unused-components': 'error',
|
|
189
|
-
'no-undefined-server-variable': 'error',
|
|
190
189
|
'no-server-variables-empty-enum': 'error',
|
|
191
|
-
'
|
|
190
|
+
'no-undefined-server-variable': 'error',
|
|
191
|
+
'no-unused-components': 'error',
|
|
192
|
+
'operation-2xx-response': 'error',
|
|
193
|
+
'operation-4xx-problem-details-rfc7807': 'off',
|
|
194
|
+
'operation-4xx-response': 'error',
|
|
195
|
+
'operation-description': 'off',
|
|
192
196
|
'operation-operationId': 'error',
|
|
193
197
|
'operation-operationId-unique': 'error',
|
|
194
198
|
'operation-operationId-url-safe': 'error',
|
|
195
|
-
'operation-description': 'off',
|
|
196
|
-
'operation-2xx-response': 'error',
|
|
197
|
-
'operation-4xx-response': 'error',
|
|
198
|
-
'operation-4xx-problem-details-rfc7807': 'off',
|
|
199
199
|
'operation-parameters-unique': 'error',
|
|
200
|
-
'operation-tag-defined': 'off',
|
|
201
200
|
'operation-singular-tag': 'off',
|
|
201
|
+
'operation-summary': 'error',
|
|
202
|
+
'operation-tag-defined': 'off',
|
|
202
203
|
'parameter-description': 'off',
|
|
203
204
|
'path-declaration-must-exist': 'error',
|
|
204
|
-
'path-not-include-query': 'error',
|
|
205
|
-
'path-parameters-defined': 'error',
|
|
206
|
-
'paths-kebab-case': 'off',
|
|
207
205
|
'path-http-verbs-order': 'off',
|
|
206
|
+
'path-not-include-query': 'error',
|
|
208
207
|
'path-params-defined': 'off',
|
|
208
|
+
'path-parameters-defined': 'error',
|
|
209
209
|
'path-segment-plural': 'off',
|
|
210
|
+
'paths-kebab-case': 'off',
|
|
211
|
+
'request-mime-type': 'off',
|
|
210
212
|
'required-string-property-missing-min-length': 'off',
|
|
211
213
|
'response-contains-header': 'off',
|
|
212
|
-
'request-mime-type': 'off',
|
|
213
214
|
'response-contains-property': 'off',
|
|
214
215
|
'response-mime-type': 'off',
|
|
215
|
-
'security-defined': 'error',
|
|
216
|
-
'spec-strict-refs': 'off',
|
|
217
216
|
'scalar-property-missing-example': 'off',
|
|
217
|
+
'security-defined': 'error',
|
|
218
218
|
'spec-components-invalid-map-name': 'error',
|
|
219
|
-
'tag-description': 'error',
|
|
220
|
-
'tags-alphabetical': 'off',
|
|
221
|
-
'no-duplicated-tag-names': 'error',
|
|
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': 'off',
|
|
224
|
+
'tag-description': 'error',
|
|
225
|
+
'tags-alphabetical': 'off',
|
|
226
226
|
},
|
|
227
227
|
async2Rules: {
|
|
228
228
|
'channels-kebab-case': 'off',
|
|
229
229
|
'info-contact': 'off',
|
|
230
230
|
'info-license-strict': 'error',
|
|
231
231
|
'no-channel-trailing-slash': 'off',
|
|
232
|
-
'operation-operationId': 'error',
|
|
233
|
-
'tag-description': 'error',
|
|
234
|
-
'tags-alphabetical': 'off',
|
|
235
232
|
'no-duplicated-tag-names': 'error',
|
|
236
|
-
'no-required-schema-properties-undefined': 'error',
|
|
237
233
|
'no-enum-type-mismatch': 'error',
|
|
234
|
+
'no-required-schema-properties-undefined': 'error',
|
|
238
235
|
'no-schema-type-mismatch': 'error',
|
|
236
|
+
'operation-operationId': 'error',
|
|
237
|
+
'tag-description': 'error',
|
|
238
|
+
'tags-alphabetical': 'off',
|
|
239
239
|
},
|
|
240
240
|
async3Rules: {
|
|
241
241
|
'channels-kebab-case': 'off',
|
|
242
242
|
'info-contact': 'off',
|
|
243
243
|
'info-license-strict': 'error',
|
|
244
244
|
'no-channel-trailing-slash': 'off',
|
|
245
|
-
'operation-operationId': 'error',
|
|
246
|
-
'tag-description': 'error',
|
|
247
|
-
'tags-alphabetical': 'off',
|
|
248
245
|
'no-duplicated-tag-names': 'error',
|
|
249
|
-
'no-required-schema-properties-undefined': 'error',
|
|
250
246
|
'no-enum-type-mismatch': 'error',
|
|
247
|
+
'no-required-schema-properties-undefined': 'error',
|
|
251
248
|
'no-schema-type-mismatch': 'error',
|
|
249
|
+
'operation-operationId': 'error',
|
|
250
|
+
'tag-description': 'error',
|
|
251
|
+
'tags-alphabetical': 'off',
|
|
252
252
|
},
|
|
253
253
|
arazzo1Rules: {
|
|
254
254
|
'criteria-unique': 'error',
|
|
255
255
|
'no-criteria-xpath': 'off',
|
|
256
|
+
'no-enum-type-mismatch': 'error',
|
|
257
|
+
'no-required-schema-properties-undefined': 'error',
|
|
258
|
+
'no-schema-type-mismatch': 'error',
|
|
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': 'error',
|
|
271
|
-
'no-enum-type-mismatch': 'error',
|
|
272
|
-
'no-schema-type-mismatch': 'error',
|
|
273
273
|
},
|
|
274
274
|
overlay1Rules: {
|
|
275
275
|
'info-contact': 'off',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recommended-strict.js","sourceRoot":"","sources":["../../src/config/recommended-strict.ts"],"names":[],"mappings":"AAEA,MAAM,iBAAiB,GAAoC;IACzD,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,OAAO;QACvB,qBAAqB,EAAE,OAAO;QAC9B,
|
|
1
|
+
{"version":3,"file":"recommended-strict.js","sourceRoot":"","sources":["../../src/config/recommended-strict.ts"],"names":[],"mappings":"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"}
|