Skip to content

Commit

Permalink
Fix alignment of configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
Azquelt committed Jun 20, 2024
1 parent 33cc7c4 commit 123ed21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ object of the resulting OpenAPI document using ``name``'s value as the key.
+
For example, in the case where an application wishes to represent Java ``Date``s in epoch milliseconds, the following configuration could be used (line
escapes and indentation added for readability):
+
[source, json]
----
mp.openapi.schema.java.util.Date = { \
Expand Down

0 comments on commit 123ed21

Please sign in to comment.