Skip to content

Commit 6179f7e

Browse files
committed
Update test generated openapi.json
1 parent 8e6491a commit 6179f7e

File tree

1 file changed

+60
-0
lines changed
  • tests/test-javalin-jsonb/src/main/resources/public

1 file changed

+60
-0
lines changed

tests/test-javalin-jsonb/src/main/resources/public/openapi.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,66 @@
15391539
}
15401540
}
15411541
},
1542+
"/test/formMap" : {
1543+
"get" : {
1544+
"tags" : [
1545+
1546+
],
1547+
"summary" : "",
1548+
"description" : "",
1549+
"responses" : {
1550+
"200" : {
1551+
"description" : "",
1552+
"content" : {
1553+
"application/json" : {
1554+
"schema" : {
1555+
"type" : "string"
1556+
}
1557+
}
1558+
}
1559+
}
1560+
}
1561+
}
1562+
},
1563+
"/test/formMulti" : {
1564+
"get" : {
1565+
"tags" : [
1566+
1567+
],
1568+
"summary" : "",
1569+
"description" : "",
1570+
"requestBody" : {
1571+
"content" : {
1572+
"application/x-www-form-urlencoded" : {
1573+
"schema" : {
1574+
"type" : "object",
1575+
"properties" : {
1576+
"strings" : {
1577+
"type" : "array",
1578+
"items" : {
1579+
"type" : "string"
1580+
}
1581+
}
1582+
}
1583+
}
1584+
}
1585+
},
1586+
"required" : true
1587+
},
1588+
"responses" : {
1589+
"200" : {
1590+
"description" : "",
1591+
"content" : {
1592+
"application/json" : {
1593+
"schema" : {
1594+
"type" : "string"
1595+
}
1596+
}
1597+
}
1598+
}
1599+
}
1600+
}
1601+
},
15421602
"/test/header" : {
15431603
"get" : {
15441604
"tags" : [

0 commit comments

Comments
 (0)