You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"c" parameter does not belong to EntityChild2 so it should not be there.
Additional context or thoughts
Happens in Scala using Tapir as well. When switching back to OpenAPI 3.0.3 everything seems to be fine
The text was updated successfully, but these errors were encountered:
bartgut
changed the title
[Bug] Wrong field in 'Example' value when using oneOf
[Bug] Wrong field in 'Example value' when using oneOf
Sep 8, 2023
char0n
changed the title
[Bug] Wrong field in 'Example value' when using oneOf
OpenAPI 3.1.0 support: [Bug] Wrong field in 'Example value' when using oneOf
Nov 13, 2023
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Swagger-UI configuration options:
Describe the bug you're encountering
Parameter "c" is added to the EntityChild2 in "Example value" although this field is not in this entity.
To reproduce...
Steps to reproduce the behavior:
Expected behavior
Example response value for the /test/route endpoint should be:
instead
"c" parameter does not belong to EntityChild2 so it should not be there.
Additional context or thoughts
Happens in Scala using Tapir as well. When switching back to OpenAPI 3.0.3 everything seems to be fine
The text was updated successfully, but these errors were encountered: