Skip to content

Commit 503d81c

Browse files
committed
Fix left over merge
1 parent 8abdc75 commit 503d81c

File tree

1 file changed

+7
-81
lines changed
  • springdoc-openapi-webmvc-core/src/test/resources/results

1 file changed

+7
-81
lines changed

springdoc-openapi-webmvc-core/src/test/resources/results/app120.json

Lines changed: 7 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
<<<<<<< HEAD
32
"openapi": "3.0.1",
43
"info": {
54
"title": "OpenAPI definition",
@@ -15,7 +14,7 @@
1514
"/simpleTest/{accountId}": {
1615
"get": {
1716
"tags": [
18-
"hello-controller"
17+
"meta-annotation-controller"
1918
],
2019
"operationId": "simpleTest",
2120
"parameters": [
@@ -47,7 +46,7 @@
4746
"/testTopLevelParamAnnotationOverrides/{accountId}": {
4847
"get": {
4948
"tags": [
50-
"hello-controller"
49+
"meta-annotation-controller"
5150
],
5251
"operationId": "testTopLevelParamAnnotationOverrides",
5352
"parameters": [
@@ -77,7 +76,7 @@
7776
"/testQueryParam": {
7877
"get": {
7978
"tags": [
80-
"hello-controller"
79+
"meta-annotation-controller"
8180
],
8281
"operationId": "testQueryParam",
8382
"parameters": [
@@ -109,7 +108,7 @@
109108
"/testAliasFor": {
110109
"get": {
111110
"tags": [
112-
"hello-controller"
111+
"meta-annotation-controller"
113112
],
114113
"operationId": "testAliasFor",
115114
"parameters": [
@@ -141,7 +140,7 @@
141140
"/testMetaMetaAnnotation/{accountId}": {
142141
"get": {
143142
"tags": [
144-
"hello-controller"
143+
"meta-annotation-controller"
145144
],
146145
"operationId": "testMetaMetaAnnotation",
147146
"parameters": [
@@ -183,7 +182,7 @@
183182
"/testAllAttributesAsAlias/": {
184183
"get": {
185184
"tags": [
186-
"hello-controller"
185+
"meta-annotation-controller"
187186
],
188187
"operationId": "testAllAttributesAsAlias",
189188
"parameters": [
@@ -220,7 +219,7 @@
220219
"/testNoAliasFors/": {
221220
"get": {
222221
"tags": [
223-
"hello-controller"
222+
"meta-annotation-controller"
224223
],
225224
"operationId": "testNoAliasFors",
226225
"parameters": [
@@ -256,77 +255,4 @@
256255
}
257256
},
258257
"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
332258
}

0 commit comments

Comments
 (0)