Scheme example with random values like “zzz” #2303
Unanswered
kauanmocelin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @kauanmocelin do you have a reproducer? Can you confirm it's happening in the OpenAPI YAML/JSON also, and not only in Swagger UI? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using the SmallRye OpenAPI extension with Quarkus v3.20.1. When the OpenAPI JSON document is generated, Swagger displays random example values for string fields, such as "zzz" or "ddd", which change every time the page is refreshed.
Why is this happening? How can I disable it and make Swagger always show just "string" as the example?
Beta Was this translation helpful? Give feedback.
All reactions