File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
tests/test-jex/src/main/resources/public Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 2323 }
2424 }
2525 }
26+ },
27+ "/other/{name}" : {
28+ "get" : {
29+ "tags" : [ ],
30+ "summary" : " " ,
31+ "description" : " " ,
32+ "parameters" : [ {
33+ "name" : " name" ,
34+ "in" : " path" ,
35+ "required" : true ,
36+ "schema" : {
37+ "type" : " string"
38+ }
39+ } ],
40+ "responses" : {
41+ "200" : {
42+ "description" : " " ,
43+ "content" : {
44+ "text/plain" : {
45+ "schema" : {
46+ "type" : " string"
47+ }
48+ }
49+ }
50+ }
51+ }
52+ }
53+ },
54+ "/plain" : {
55+ "get" : {
56+ "tags" : [ ],
57+ "summary" : " " ,
58+ "description" : " " ,
59+ "responses" : {
60+ "200" : {
61+ "description" : " " ,
62+ "content" : {
63+ "text/plain" : {
64+ "schema" : {
65+ "type" : " string"
66+ }
67+ }
68+ }
69+ }
70+ }
71+ }
2672 }
2773 },
2874 "components" : {
You can’t perform that action at this time.
0 commit comments