Skip to content

Commit 5449d72

Browse files
committed
test fixed
1 parent dd251e3 commit 5449d72

File tree

1 file changed

+1
-66
lines changed
  • springdoc-openapi-webmvc-core/src/test/resources/results/3.0.1

1 file changed

+1
-66
lines changed
Lines changed: 1 addition & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1 @@
1-
{
2-
"openapi": "3.0.1",
3-
"info": {
4-
"title": "OpenAPI definition",
5-
"version": "v0"
6-
},
7-
"servers": [
8-
{
9-
"url": "http://localhost",
10-
"description": "Generated server url"
11-
}
12-
],
13-
"paths": {
14-
"/testA": {
15-
"get": {
16-
"operationId": "testA",
17-
"parameters": [
18-
{
19-
"in": "query",
20-
"name": "hello",
21-
"required": true,
22-
"schema": {
23-
"type": "string"
24-
}
25-
}
26-
],
27-
"responses": {
28-
"200": {
29-
"description": "OK"
30-
}
31-
},
32-
"tags": [
33-
"hello-controller"
34-
]
35-
}
36-
},
37-
"/testB": {
38-
"get": {
39-
"operationId": "testB",
40-
"parameters": [
41-
{
42-
"in": "query",
43-
"name": "hello",
44-
"required": true,
45-
"schema": {
46-
"type": "string"
47-
}
48-
}
49-
],
50-
"responses": {
51-
"200": {
52-
"description": "OK"
53-
}
54-
},
55-
"tags": [
56-
"hello-controller"
57-
]
58-
}
59-
}
60-
},
61-
"components": {},
62-
"x-my-vendor-extensions": {
63-
"property1": "value1",
64-
"property2": null
65-
}
66-
}
1+
{"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost","description":"Generated server url"}],"paths":{"/testA":{"get":{"operationId":"testA","parameters":[{"in":"query","name":"hello","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"tags":["hello-controller"]}},"/testB":{"get":{"operationId":"testB","parameters":[{"in":"query","name":"hello","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}},"tags":["hello-controller"]}}},"components":{},"x-my-vendor-extensions":{"property1":"value1","property2":null}}

0 commit comments

Comments
 (0)