-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
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
[BUG] Invalid AsyncAPI documentation generated. #3901
Comments
I think that's fixed by softwaremill/sttp-apispec#174 ? |
zorba128
added a commit
to zorba128/tapir
that referenced
this issue
Jul 16, 2024
…. Fixes softwaremill#3901. Signed-off-by: Marcin Kielar <[email protected]>
zorba128
added a commit
to zorba128/tapir
that referenced
this issue
Jul 16, 2024
…. Fixes softwaremill#3901. Signed-off-by: Marcin Kielar <[email protected]>
I tried to update
|
Released in latest tapir, I'll close this, please reopen if the issue persists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tapir version: 1.10.12
Circe version: 0.14.3
Scala version: 2.13
When generating the documentation for the async API it generates documentation that is invalid if checked with a linter (for example https://studio.asyncapi.com/).
The error is
error asyncapi-message-examples "payload" property type must be object components.messages.FunctionRegistryCommandMessage.examples[0].payload
and the problematic part are the exampels.Code used to generate the file.
And the result is
The text was updated successfully, but these errors were encountered: