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
Is there a way I can override the UUID type to use my preferred schema? There are a number of other types from different libraries that are also generating unhelpful schemas that I'd like to override.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Version
4.26
Question
Some of my models involve UUIDs (
Symfony/Component/UUID
).Right now it generates the following documentation for it:
This is not helpful because it doesn't tell the user the actual expected format.
So I tried to fix by adding this to the config:
But this created the following JSON:
And all my models now refer to
Uuid2
Is there a way I can override the UUID type to use my preferred schema? There are a number of other types from different libraries that are also generating unhelpful schemas that I'd like to override.
Additional context
No response
The text was updated successfully, but these errors were encountered: