File tree 1 file changed +36
-0
lines changed
springdoc-openapi-webmvc-core/src/test/resources/results
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 50
50
}
51
51
}
52
52
}
53
+ },
54
+ "/test2" : {
55
+ "post" : {
56
+ "tags" : [
57
+ " hello-controller"
58
+ ],
59
+ "operationId" : " test2" ,
60
+ "requestBody" : {
61
+ "description" : " Details of the Item to be created" ,
62
+ "content" : {
63
+ "application/json" : {
64
+ "schema" : {
65
+ "type" : " string"
66
+ },
67
+ "examples" : {
68
+ "An example request with the minimum required fields to create." : {
69
+ "summary" : " Minimal request" ,
70
+ "description" : " An example request with the minimum required fields to create." ,
71
+ "value" : " min"
72
+ },
73
+ "An example request with all fields provided with example values." : {
74
+ "summary" : " Full request" ,
75
+ "description" : " An example request with all fields provided with example values." ,
76
+ "value" : " full"
77
+ }
78
+ }
79
+ }
80
+ },
81
+ "required" : true
82
+ },
83
+ "responses" : {
84
+ "200" : {
85
+ "description" : " default response"
86
+ }
87
+ }
88
+ }
53
89
}
54
90
},
55
91
"components" : {
You can’t perform that action at this time.
0 commit comments