|
1 | 1 | { |
2 | | -<<<<<<< HEAD |
3 | 2 | "openapi": "3.0.1", |
4 | 3 | "info": { |
5 | 4 | "title": "OpenAPI definition", |
|
15 | 14 | "/simpleTest/{accountId}": { |
16 | 15 | "get": { |
17 | 16 | "tags": [ |
18 | | - "hello-controller" |
| 17 | + "meta-annotation-controller" |
19 | 18 | ], |
20 | 19 | "operationId": "simpleTest", |
21 | 20 | "parameters": [ |
|
47 | 46 | "/testTopLevelParamAnnotationOverrides/{accountId}": { |
48 | 47 | "get": { |
49 | 48 | "tags": [ |
50 | | - "hello-controller" |
| 49 | + "meta-annotation-controller" |
51 | 50 | ], |
52 | 51 | "operationId": "testTopLevelParamAnnotationOverrides", |
53 | 52 | "parameters": [ |
|
77 | 76 | "/testQueryParam": { |
78 | 77 | "get": { |
79 | 78 | "tags": [ |
80 | | - "hello-controller" |
| 79 | + "meta-annotation-controller" |
81 | 80 | ], |
82 | 81 | "operationId": "testQueryParam", |
83 | 82 | "parameters": [ |
|
109 | 108 | "/testAliasFor": { |
110 | 109 | "get": { |
111 | 110 | "tags": [ |
112 | | - "hello-controller" |
| 111 | + "meta-annotation-controller" |
113 | 112 | ], |
114 | 113 | "operationId": "testAliasFor", |
115 | 114 | "parameters": [ |
|
141 | 140 | "/testMetaMetaAnnotation/{accountId}": { |
142 | 141 | "get": { |
143 | 142 | "tags": [ |
144 | | - "hello-controller" |
| 143 | + "meta-annotation-controller" |
145 | 144 | ], |
146 | 145 | "operationId": "testMetaMetaAnnotation", |
147 | 146 | "parameters": [ |
|
183 | 182 | "/testAllAttributesAsAlias/": { |
184 | 183 | "get": { |
185 | 184 | "tags": [ |
186 | | - "hello-controller" |
| 185 | + "meta-annotation-controller" |
187 | 186 | ], |
188 | 187 | "operationId": "testAllAttributesAsAlias", |
189 | 188 | "parameters": [ |
|
220 | 219 | "/testNoAliasFors/": { |
221 | 220 | "get": { |
222 | 221 | "tags": [ |
223 | | - "hello-controller" |
| 222 | + "meta-annotation-controller" |
224 | 223 | ], |
225 | 224 | "operationId": "testNoAliasFors", |
226 | 225 | "parameters": [ |
|
256 | 255 | } |
257 | 256 | }, |
258 | 257 | "components": {} |
259 | | -======= |
260 | | - "openapi": "3.0.1", |
261 | | - "info": { |
262 | | - "title": "OpenAPI definition", |
263 | | - "version": "v0" |
264 | | - }, |
265 | | - "servers": [ |
266 | | - { |
267 | | - "url": "http://localhost", |
268 | | - "description": "Generated server url" |
269 | | - } |
270 | | - ], |
271 | | - "paths": { |
272 | | - "/multi": { |
273 | | - "post": { |
274 | | - "tags": [ |
275 | | - "hello-controller" |
276 | | - ], |
277 | | - "summary": "Multiple files and JSON payloads as multi part request", |
278 | | - "operationId": "multiFilesInMultiPart", |
279 | | - "requestBody": { |
280 | | - "content": { |
281 | | - "multipart/form-data": { |
282 | | - "schema": { |
283 | | - "type": "object", |
284 | | - "properties": { |
285 | | - "params": { |
286 | | - "$ref": "#/components/schemas/JsonRequest" |
287 | | - }, |
288 | | - "file1": { |
289 | | - "type": "string", |
290 | | - "description": "This is file1", |
291 | | - "format": "binary" |
292 | | - }, |
293 | | - "file2": { |
294 | | - "type": "string", |
295 | | - "description": "This is file2", |
296 | | - "format": "binary" |
297 | | - } |
298 | | - } |
299 | | - } |
300 | | - } |
301 | | - } |
302 | | - }, |
303 | | - "responses": { |
304 | | - "200": { |
305 | | - "description": "OK", |
306 | | - "content": { |
307 | | - "text/plain": { |
308 | | - "schema": { |
309 | | - "type": "string" |
310 | | - } |
311 | | - } |
312 | | - } |
313 | | - } |
314 | | - } |
315 | | - } |
316 | | - } |
317 | | - }, |
318 | | - "components": { |
319 | | - "schemas": { |
320 | | - "JsonRequest": { |
321 | | - "type": "object", |
322 | | - "properties": { |
323 | | - "name": { |
324 | | - "type": "string" |
325 | | - } |
326 | | - }, |
327 | | - "description": "This is the configuration" |
328 | | - } |
329 | | - } |
330 | | - } |
331 | | ->>>>>>> origin/master |
332 | 258 | } |
0 commit comments