Skip to content

Commit 1684aaf

Browse files
committed
Test update jex generated openapi json
1 parent af95a1e commit 1684aaf

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

tests/test-jex/src/main/resources/public/openapi.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,52 @@
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" : {

0 commit comments

Comments
 (0)