We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The MP OpenAPI @ExampleObject annotation has a value attribute to show what the transmitted data should look like.
@ExampleObject
value
The MP OpenAPI example application in our rep shows this in plaintext but it should be expressed in JSON because that's the response format.
We need also to double-check any other uses of @ExampleObject to make sure they are correct.
The text was updated successfully, but these errors were encountered:
[3.x]: Fix params of @ExampleObject annotation in examples (helidon-i…
299b915
…o#6040)
[3.x]: Fix params of @ExampleObject annotations in examples (#6040) (#…
0271285
…6782) * [3.x]: Fix params of @ExampleObject annotation in examples (#6040) * Fix json syntax (#6064)
tjquinno
Successfully merging a pull request may close this issue.
Environment Details
Problem Description
The MP OpenAPI
@ExampleObject
annotation has avalue
attribute to show what the transmitted data should look like.The MP OpenAPI example application in our rep shows this in plaintext but it should be expressed in JSON because that's the response format.
We need also to double-check any other uses of
@ExampleObject
to make sure they are correct.The text was updated successfully, but these errors were encountered: