Skip to content

Commit 2d5cd50

Browse files
committed
Updated openapi.json using javadoc field comment
1 parent ecd5b47 commit 2d5cd50

File tree

1 file changed

+4
-2
lines changed
  • tests/test-javalin-jsonb/src/main/resources/public

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,10 +1575,12 @@
15751575
"nullable" : false
15761576
},
15771577
"name" : {
1578-
"type" : "string"
1578+
"type" : "string",
1579+
"description" : "This is a comment"
15791580
},
15801581
"otherParam" : {
1581-
"type" : "string"
1582+
"type" : "string",
1583+
"description" : "This is a comment"
15821584
},
15831585
"gid" : {
15841586
"type" : "string",

0 commit comments

Comments
 (0)