File tree Expand file tree Collapse file tree 22 files changed +191
-191
lines changed
springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1
springdoc-openapi-hateoas-tests/src/test/resources/results
springdoc-openapi-javadoc-tests/src/test/resources/results
springdoc-openapi-security-tests/src/test/resources/results Expand file tree Collapse file tree 22 files changed +191
-191
lines changed Original file line number Diff line number Diff line change 17
17
" hello-controller"
18
18
],
19
19
"summary" : " find-articles" ,
20
- "operationId" : " findArticles " ,
20
+ "operationId" : " findArticles_1 " ,
21
21
"parameters" : [
22
22
{
23
23
"name" : " If-Modified-Since" ,
Original file line number Diff line number Diff line change 16
16
"tags" : [
17
17
" hello-controller"
18
18
],
19
- "operationId" : " update " ,
19
+ "operationId" : " update_1 " ,
20
20
"parameters" : [
21
21
{
22
22
"name" : " toto" ,
Original file line number Diff line number Diff line change 17
17
" example"
18
18
],
19
19
"summary" : " create" ,
20
- "operationId" : " create " ,
20
+ "operationId" : " create_1 " ,
21
21
"requestBody" : {
22
22
"content" : {
23
23
"application/json" : {
Original file line number Diff line number Diff line change 18
18
],
19
19
"summary" : " getAllCurrencies" ,
20
20
"description" : " Get all currencies" ,
21
- "operationId" : " getAllCurrencies " ,
21
+ "operationId" : " getAllCurrencies_1 " ,
22
22
"responses" : {
23
23
"401" : {
24
24
"$ref" : " #/components/responses/http401NoToken"
65
65
"title" : {
66
66
"type" : " string"
67
67
},
68
+ "detail" : {
69
+ "type" : " string"
70
+ },
68
71
"status" : {
69
72
"type" : " integer" ,
70
73
"format" : " int32"
71
- },
72
- "detail" : {
73
- "type" : " string"
74
74
}
75
75
}
76
76
}
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"paths" : {
14
- "/" : {
14
+ "/add " : {
15
15
"post" : {
16
16
"tags" : [
17
17
" hello-controller"
18
18
],
19
- "summary" : " This is a test message " ,
20
- "operationId" : " test " ,
19
+ "summary" : " add " ,
20
+ "operationId" : " add " ,
21
21
"requestBody" : {
22
22
"content" : {
23
23
"multipart/form-data" : {
24
24
"schema" : {
25
25
"required" : [
26
- " intValue" ,
27
- " strValue"
26
+ " content"
28
27
],
29
28
"type" : " object" ,
30
29
"properties" : {
31
- "strValue" : {
32
- "type" : " string"
33
- },
34
- "intValue" : {
35
- "type" : " integer" ,
36
- "format" : " int32"
30
+ "content" : {
31
+ "type" : " string" ,
32
+ "description" : " content"
37
33
}
38
34
}
39
35
}
47
43
}
48
44
}
49
45
},
50
- "/add " : {
46
+ "/add2 " : {
51
47
"post" : {
52
48
"tags" : [
53
49
" hello-controller"
54
50
],
55
- "summary" : " add " ,
56
- "operationId" : " add " ,
51
+ "summary" : " add2 " ,
52
+ "operationId" : " add2 " ,
57
53
"requestBody" : {
58
54
"content" : {
59
55
"multipart/form-data" : {
60
56
"schema" : {
61
57
"required" : [
62
- " content"
58
+ " content" ,
59
+ " type"
63
60
],
64
61
"type" : " object" ,
65
62
"properties" : {
66
63
"content" : {
67
64
"type" : " string" ,
68
65
"description" : " content"
66
+ },
67
+ "type" : {
68
+ "type" : " string"
69
69
}
70
70
}
71
71
}
79
79
}
80
80
}
81
81
},
82
- "/add2 " : {
82
+ "/" : {
83
83
"post" : {
84
84
"tags" : [
85
85
" hello-controller"
86
86
],
87
- "summary" : " add2 " ,
88
- "operationId" : " add2 " ,
87
+ "summary" : " This is a test message " ,
88
+ "operationId" : " test_1 " ,
89
89
"requestBody" : {
90
90
"content" : {
91
91
"multipart/form-data" : {
92
92
"schema" : {
93
93
"required" : [
94
- " content " ,
95
- " type "
94
+ " intValue " ,
95
+ " strValue "
96
96
],
97
97
"type" : " object" ,
98
98
"properties" : {
99
- "content" : {
100
- "type" : " string" ,
101
- "description" : " content"
102
- },
103
- "type" : {
99
+ "strValue" : {
104
100
"type" : " string"
101
+ },
102
+ "intValue" : {
103
+ "type" : " integer" ,
104
+ "format" : " int32"
105
105
}
106
106
}
107
107
}
Original file line number Diff line number Diff line change 16
16
"tags" : [
17
17
" hello-controller"
18
18
],
19
- "operationId" : " test " ,
19
+ "operationId" : " test_1 " ,
20
20
"responses" : {
21
21
"200" : {
22
22
"description" : " OK" ,
54
54
}
55
55
}
56
56
}
57
- }
57
+ }
Original file line number Diff line number Diff line change 16
16
"tags" : [
17
17
" required-mode-controller"
18
18
],
19
- "operationId" : " index " ,
19
+ "operationId" : " index_1 " ,
20
20
"parameters" : [
21
21
{
22
22
"name" : " id" ,
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"paths" : {
14
- "/test/{path} " : {
15
- "get " : {
14
+ "/" : {
15
+ "post " : {
16
16
"tags" : [
17
17
" hello-controller"
18
18
],
19
- "operationId" : " get" ,
20
- "parameters" : [
21
- {
22
- "name" : " path" ,
23
- "in" : " path" ,
24
- "required" : true ,
25
- "schema" : {
26
- "type" : " string"
19
+ "operationId" : " hello_1" ,
20
+ "requestBody" : {
21
+ "content" : {
22
+ "application/json" : {
23
+ "schema" : {
24
+ "type" : " object" ,
25
+ "additionalProperties" : {
26
+ "type" : " object"
27
+ }
28
+ }
27
29
}
28
- }
29
- ],
30
+ },
31
+ "required" : true
32
+ },
30
33
"responses" : {
31
34
"200" : {
32
35
"description" : " OK" ,
33
36
"content" : {
34
37
"*/*" : {
35
38
"schema" : {
36
- "type" : " string"
39
+ "type" : " object" ,
40
+ "additionalProperties" : {
41
+ "type" : " object"
42
+ }
37
43
}
38
44
}
39
45
}
82
88
}
83
89
}
84
90
},
85
- "/test1 " : {
91
+ "/test2 " : {
86
92
"get" : {
87
93
"tags" : [
88
94
" hello-controller"
89
95
],
90
- "operationId" : " test1 " ,
96
+ "operationId" : " test2 " ,
91
97
"parameters" : [
92
98
{
93
99
"name" : " test_header" ,
97
103
"type" : " string" ,
98
104
"example" : " rherherherherh"
99
105
}
106
+ },
107
+ {
108
+ "name" : " param1" ,
109
+ "in" : " query" ,
110
+ "required" : true ,
111
+ "schema" : {
112
+ "type" : " string"
113
+ }
100
114
}
101
115
],
102
116
"responses" : {
113
127
}
114
128
}
115
129
},
116
- "/test2 " : {
130
+ "/test1 " : {
117
131
"get" : {
118
132
"tags" : [
119
133
" hello-controller"
120
134
],
121
- "operationId" : " test2 " ,
135
+ "operationId" : " test1 " ,
122
136
"parameters" : [
123
137
{
124
138
"name" : " test_header" ,
128
142
"type" : " string" ,
129
143
"example" : " rherherherherh"
130
144
}
131
- },
132
- {
133
- "name" : " param1" ,
134
- "in" : " query" ,
135
- "required" : true ,
136
- "schema" : {
137
- "type" : " string"
138
- }
139
145
}
140
146
],
141
147
"responses" : {
152
158
}
153
159
}
154
160
},
155
- "/" : {
156
- "post " : {
161
+ "/test/{path} " : {
162
+ "get " : {
157
163
"tags" : [
158
164
" hello-controller"
159
165
],
160
- "operationId" : " hello" ,
161
- "requestBody" : {
162
- "content" : {
163
- "application/json" : {
164
- "schema" : {
165
- "type" : " object" ,
166
- "additionalProperties" : {
167
- "type" : " object"
168
- }
169
- }
166
+ "operationId" : " get" ,
167
+ "parameters" : [
168
+ {
169
+ "name" : " path" ,
170
+ "in" : " path" ,
171
+ "required" : true ,
172
+ "schema" : {
173
+ "type" : " string"
170
174
}
171
- },
172
- "required" : true
173
- },
175
+ }
176
+ ],
174
177
"responses" : {
175
178
"200" : {
176
179
"description" : " OK" ,
177
180
"content" : {
178
181
"*/*" : {
179
182
"schema" : {
180
- "type" : " object" ,
181
- "additionalProperties" : {
182
- "type" : " object"
183
- }
183
+ "type" : " string"
184
184
}
185
185
}
186
186
}
190
190
}
191
191
},
192
192
"components" : {}
193
- }
193
+ }
You can’t perform that action at this time.
0 commit comments