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
Kotlin 2.0.20 has introduced Uuid support in the standard library.
In addition, kotlinx.serialization also has been updated in version 1.7.2 to handle the Uuid type.
Issue:
When using the Uuid type with Tegral OpenAPI, it generates the next output:
Does the Tegral OpenAPI have access to the final generated OpenApi file? If so, before serving it, it could do a workaround by searching in the schema for Uuid and changing it before it is served. As this is part of the schema, it would have to replace it only once.
Kotlin 2.0.20 has introduced Uuid support in the standard library.
In addition, kotlinx.serialization also has been updated in version 1.7.2 to handle the Uuid type.
Issue:
When using the Uuid type with Tegral OpenAPI, it generates the next output:
Instead, of the expected:
Sample usage:
The text was updated successfully, but these errors were encountered: