@@ -55,7 +55,21 @@ Operation object should contain \`operationId\` field.
5555Error was generated by the operation-operationId rule.
5656
5757
58- [5] openapi.yaml:9:5 at #/paths/~1ping~1{id}~1{test}/get/summary
58+ [5] openapi.yaml:9:5 at #/paths/~1ping~1{id}~1{test}/get
59+
60+ Operation tags should be defined
61+
62+ 7 | paths:
63+ 8 | '/ping/{id}/{test}':
64+ 9 | get:
65+ | ^^^
66+ 10 | parameters:
67+ 11 | - in: path
68+
69+ Error was generated by the operation-tag-defined rule.
70+
71+
72+ [6] openapi.yaml:9:5 at #/paths/~1ping~1{id}~1{test}/get/summary
5973
6074Operation object should contain \`summary\` field.
6175
@@ -69,7 +83,7 @@ Operation object should contain \`summary\` field.
6983Error was generated by the operation-summary rule.
7084
7185
72- [6 ] openapi.yaml:9:5 at #/paths/~1ping~1{id}~1{test}/get/description
86+ [7 ] openapi.yaml:9:5 at #/paths/~1ping~1{id}~1{test}/get/description
7387
7488Operation object should contain \`description\` field.
7589
@@ -83,7 +97,7 @@ Operation object should contain \`description\` field.
8397Error was generated by the operation-description rule.
8498
8599
86- [7 ] openapi.yaml:12:17 at #/paths/~1ping~1{id}~1{test}/get/parameters/0/name
100+ [8 ] openapi.yaml:12:17 at #/paths/~1ping~1{id}~1{test}/get/parameters/0/name
87101
88102Path parameter \`test_id\` is not used in the path \`/ping/{id}/{test}\`.
89103
@@ -97,7 +111,7 @@ Path parameter \`test_id\` is not used in the path \`/ping/{id}/{test}\`.
97111Error was generated by the path-parameters-defined rule.
98112
99113
100- [8 ] openapi.yaml:12:17 at #/paths/~1ping~1{id}~1{test}/get/parameters/0/name
114+ [9 ] openapi.yaml:12:17 at #/paths/~1ping~1{id}~1{test}/get/parameters/0/name
101115
102116Path parameter \`test_id\` is not used in the path \`/ping/{id}/{test}\`.
103117
@@ -111,7 +125,7 @@ Path parameter \`test_id\` is not used in the path \`/ping/{id}/{test}\`.
111125Error was generated by the path-params-defined rule.
112126
113127
114- [9 ] openapi.yaml:17:7 at #/paths/~1ping~1{id}~1{test}/get/responses
128+ [10 ] openapi.yaml:17:7 at #/paths/~1ping~1{id}~1{test}/get/responses
115129
116130Operation must have at least one \`4XX\` response.
117131
@@ -125,7 +139,7 @@ Operation must have at least one \`4XX\` response.
125139Error was generated by the operation-4xx-response rule.
126140
127141
128- [10 ] openapi.yaml:10:7 at #/paths/~1ping~1{id}~1{test}/get/parameters
142+ [11 ] openapi.yaml:10:7 at #/paths/~1ping~1{id}~1{test}/get/parameters
129143
130144The operation does not define the path parameter \`{id}\` expected by path \`/ping/{id}/{test}\`.
131145
@@ -139,7 +153,7 @@ The operation does not define the path parameter \`{id}\` expected by path \`/pi
139153Error was generated by the path-parameters-defined rule.
140154
141155
142- [11 ] openapi.yaml:10:7 at #/paths/~1ping~1{id}~1{test}/get/parameters
156+ [12 ] openapi.yaml:10:7 at #/paths/~1ping~1{id}~1{test}/get/parameters
143157
144158The operation does not define the path parameter \`{test}\` expected by path \`/ping/{id}/{test}\`.
145159
@@ -153,7 +167,7 @@ The operation does not define the path parameter \`{test}\` expected by path \`/
153167Error was generated by the path-parameters-defined rule.
154168
155169
156- [12 ] openapi.yaml:10:7 at #/paths/~1ping~1{id}~1{test}/get/parameters
170+ [13 ] openapi.yaml:10:7 at #/paths/~1ping~1{id}~1{test}/get/parameters
157171
158172The operation does not define the path parameter \`{id}\` expected by path \`/ping/{id}/{test}\`.
159173
@@ -167,7 +181,7 @@ The operation does not define the path parameter \`{id}\` expected by path \`/pi
167181Error was generated by the path-params-defined rule.
168182
169183
170- [13 ] openapi.yaml:10:7 at #/paths/~1ping~1{id}~1{test}/get/parameters
184+ [14 ] openapi.yaml:10:7 at #/paths/~1ping~1{id}~1{test}/get/parameters
171185
172186The operation does not define the path parameter \`{test}\` expected by path \`/ping/{id}/{test}\`.
173187
@@ -181,7 +195,7 @@ The operation does not define the path parameter \`{test}\` expected by path \`/
181195Error was generated by the path-params-defined rule.
182196
183197
184- [14 ] openapi.yaml:8:3 at #/paths/~1ping~1{id}~1{test}
198+ [15 ] openapi.yaml:8:3 at #/paths/~1ping~1{id}~1{test}
185199
186200path segment \`ping\` should be plural.
187201
@@ -197,7 +211,7 @@ Error was generated by the path-segment-plural rule.
197211
198212openapi.yaml: validated in <test>ms
199213
200- ❌ Validation failed with 14 errors.
214+ ❌ Validation failed with 15 errors.
201215run \`redocly lint --generate-ignore-file\` to add all problems to the ignore file.
202216
203217
0 commit comments