-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathout_lint.log
410 lines (326 loc) · 16.2 KB
/
out_lint.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
errors
Message : Property names must be snake case: username-string
Rule : property-case-convention
Path : components.schemas.Username.properties
Line : 31
Message : Property names must be snake case: follow-list
Rule : property-case-convention
Path : components.schemas.FollowList.properties
Line : 94
Message : Property names must be snake case: comments-list
Rule : property-case-convention
Path : components.schemas.Photopost.properties
Line : 254
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/profile.patch.parameters.0
Line : 436
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}.delete.parameters.0
Line : 558
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}.put.parameters.0
Line : 593
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/likes/{liker_id}.parameters.3
Line : 712
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments/{comment_id}.parameters.3
Line : 839
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/following/{followed_name}.parameters.2
Line : 970
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/stream.parameters.1
Line : 1076
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/followers/{follower_name}.parameters.0
Line : 1166
Message : Header parameter names must be pascal case
Rule : parameter-case-convention
Path : paths./users/{user_name}/bans/{banned_name}.parameters.2
Line : 1235
Message : Path parameter names must be snake case
Rule : parameter-case-convention
Path : paths./resources/photos/{UUID}.parameters.0
Line : 1338
warnings
Message : Major version segment not present in either server URLs or paths
Rule : major-version-in-path
Path :
Line : 0
Message : OpenAPI "servers" must be present and non-empty array.
Rule : oas3-api-servers
Path :
Line : 0
Message : Collection list operation response schema should define array property with name "following"
Rule : collection-array-property
Path : components.schemas.FollowList
Line : 87
Message : Collection list operation response schema should define array property with name "followers"
Rule : collection-array-property
Path : components.schemas.FollowList
Line : 87
Message : Collection list operation response schema should define array property with name "likes"
Rule : collection-array-property
Path : components.schemas.LikesList
Line : 123
Message : Collection list operation response schema should define array property with name "photos"
Rule : collection-array-property
Path : components.schemas.IDList
Line : 136
Message : Potentially unused component has been detected.
Rule : oas3-unused-component
Path : components.schemas.Place
Line : 202
Message : Nested objects should be defined as a $ref to a named schema.
Rule : inline-property-schema
Path : components.schemas.Place.properties.coordinates
Line : 230
Message : Error container model should contain property `trace` of type string
Rule : response-error-response-schema
Path : components.schemas.Error.properties
Line : 298
Message : Error container model must contain property `errors` which must be an array of error models
Rule : response-error-response-schema
Path : components.schemas.Error.properties
Line : 298
Message : A tag is defined but never used: biography
Rule : unused-tag
Path : tags.4
Line : 320
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users.get.operationId
Line : 343
Message : operationIds should follow naming convention: operationId verb should be list
Rule : operation-id-naming-convention
Path : paths./users.get.operationId
Line : 343
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users.get.responses.200.content.application/json
Line : 354
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile.get.operationId
Line : 381
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/profile.get.responses.200.content.application/json
Line : 392
Message : Response schemas should be defined as a $ref to a named schema.
Rule : inline-response-schema
Path : paths./users/{user_name}/profile.get.responses.200.content.application/json.schema
Line : 393
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile.patch.operationId
Line : 421
Message : operationIds should follow naming convention: operationId verb should be update
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile.patch.operationId
Line : 421
Message : Summary should not have a trailing period
Rule : prohibit-summary-sentence-style
Path : paths./users/{user_name}/profile.patch.summary
Line : 425
Message : PATCH requests should support content types "application/json-patch+json" or "application/merge-patch+json"
Rule : patch-request-content-type
Path : paths./users/{user_name}/profile.patch.requestBody.content.application/json
Line : 451
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/profile.patch.responses.200.content.application/json
Line : 459
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos.get.operationId
Line : 503
Message : operationIds should follow naming convention: operationId verb should be list
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile/photos.get.operationId
Line : 503
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/profile/photos.get.responses.200.content.application/json
Line : 516
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}.delete.operationId
Line : 550
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}.put.operationId
Line : 586
Message : operationIds should follow naming convention: operationId verb should be replace or add
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}.put.operationId
Line : 586
Message : Request body schemas should be defined as a $ref to a named schema.
Rule : inline-request-schema
Path : paths./users/{user_name}/profile/photos/{photo_id}.put.requestBody.content.application/json.schema
Line : 608
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/profile/photos/{photo_id}.put.responses.201.content.application/json
Line : 627
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/likes.get.operationId
Line : 669
Message : operationIds should follow naming convention: operationId verb should be list or check
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/likes.get.operationId
Line : 669
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/profile/photos/{photo_id}/likes.get.responses.200.content.application/json
Line : 681
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/likes/{liker_id}.delete.operationId
Line : 719
Message : operationIds should follow naming convention: operationId verb should be delete or remove
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/likes/{liker_id}.delete.operationId
Line : 719
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/likes/{liker_id}.put.operationId
Line : 753
Message : operationIds should follow naming convention: operationId verb should be replace or add
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/likes/{liker_id}.put.operationId
Line : 753
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments.get.operationId
Line : 796
Message : operationIds should follow naming convention: operationId verb should be list or check
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments.get.operationId
Line : 796
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments.get.responses.200.content.application/json
Line : 808
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments/{comment_id}.put.operationId
Line : 846
Message : operationIds should follow naming convention: operationId verb should be replace or add
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments/{comment_id}.put.operationId
Line : 846
Message : Summary should not have a trailing period
Rule : prohibit-summary-sentence-style
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments/{comment_id}.put.summary
Line : 847
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments/{comment_id}.delete.operationId
Line : 889
Message : operationIds should follow naming convention: operationId verb should be delete or remove
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments/{comment_id}.delete.operationId
Line : 889
Message : Summary should not have a trailing period
Rule : prohibit-summary-sentence-style
Path : paths./users/{user_name}/profile/photos/{photo_id}/comments/{comment_id}.delete.summary
Line : 890
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/following.get.operationId
Line : 934
Message : operationIds should follow naming convention: operationId verb should be list
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/following.get.operationId
Line : 934
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/following.get.responses.200.content.application/json
Line : 945
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/following/{followed_name}.put.operationId
Line : 977
Message : operationIds should follow naming convention: operationId verb should be replace or add
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/following/{followed_name}.put.operationId
Line : 977
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/following/{followed_name}.delete.operationId
Line : 1026
Message : operationIds should follow naming convention: operationId verb should be delete or remove
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/following/{followed_name}.delete.operationId
Line : 1026
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/stream.get.operationId
Line : 1092
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/stream.get.responses.200.content.application/json
Line : 1113
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/followers.get.operationId
Line : 1140
Message : operationIds should follow naming convention: operationId verb should be list
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/followers.get.operationId
Line : 1140
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./users/{user_name}/followers.get.responses.200.content.application/json
Line : 1153
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/followers/{follower_name}.delete.operationId
Line : 1185
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/bans/{banned_name}.delete.operationId
Line : 1242
Message : operationIds should follow naming convention: operationId verb should be delete or remove
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/bans/{banned_name}.delete.operationId
Line : 1242
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/bans/{banned_name}.put.operationId
Line : 1278
Message : operationIds should follow naming convention: operationId verb should be replace or add
Rule : operation-id-naming-convention
Path : paths./users/{user_name}/bans/{banned_name}.put.operationId
Line : 1278
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./users/{user_name}/bans/{banned_name}.get.operationId
Line : 1313
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./resources/photos/{UUID}.get.operationId
Line : 1345
Message : Operation ids must be snake case
Rule : operation-id-case-convention
Path : paths./session.put.operationId
Line : 1379
Message : operationIds should follow naming convention: operationId verb should be replace
Rule : operation-id-naming-convention
Path : paths./session.put.operationId
Line : 1379
Message : Response bodies should include an example response
Rule : response-example-provided
Path : paths./session.put.responses.201.content.application/json
Line : 1391