Replies: 2 comments 1 reply
-
Hello. I'm not familiar with Tapir. As far as I understand, you want to generate OpenAPI documentation as shown in the screenshot you linked automatically using constraints. Am I right? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes something like Looks like i have to figure out, how Tapir is generating Value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
How can I improve the documentation of Iron Types in Tapir Open API documentation?
Here some examples:
This gives me:
![image](https://private-user-images.githubusercontent.com/3437927/327996465-46a75d12-d8b2-4648-a6c8-78c7b8fa280d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTc4MzQsIm5iZiI6MTczOTM1NzUzNCwicGF0aCI6Ii8zNDM3OTI3LzMyNzk5NjQ2NS00NmE3NWQxMi1kOGIyLTQ2NDgtYTZjOC03OGM3YjhmYTI4MGQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTA1MjE0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzUxZDk1ZjRiZTljODM4ZDNiMTZlNjQ2NGJlN2ZjYWZhODFlN2EzZGU1NjlkNjE2YzYzYzFkYmNlZjJlMWE4YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ZKSdPHpg4gShnU-HKmLNBsaWsKx__62XWgKAitANKmA)
Is there a way to do this without adding any custom description or at least adding a description in a generic way?
Beta Was this translation helpful? Give feedback.
All reactions