Skip to content

Commit

Permalink
Merge pull request #578 from MikeEdgar/issue-568
Browse files Browse the repository at this point in the history
Add missing comma to `mp.openapi.schema.` configuration example
  • Loading branch information
Azquelt authored Jan 18, 2024
2 parents 33a7a83 + 7c5bacf commit e247292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ escapes and indentation added for readability):
[source, json]
----
mp.openapi.schema.java.util.Date = { \
"name": "EpochMillis" \
"name": "EpochMillis", \
"type": "number", \
"format": "int64", \
"description": "Milliseconds since January 1, 1970, 00:00:00 GMT" \
Expand Down

0 comments on commit e247292

Please sign in to comment.