From 123ed2113f71c8c04924fb93ceada3360f0541e8 Mon Sep 17 00:00:00 2001 From: Andrew Rouse Date: Thu, 20 Jun 2024 17:28:07 +0100 Subject: [PATCH] Fix alignment of configuration example --- spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc b/spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc index cac69283..725bb27c 100644 --- a/spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc +++ b/spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc @@ -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 = { \