Replies: 1 comment
-
This is a snippet from the spec:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a swagger/openApi spec from a third party that declares various properties with a uuid format, but the values are not a guid, which causes issues when we invoke the generated client code as the values can't be serialised/de-serialised. Is there a way to tell NSwag to treat these as strings rather than a guid?
Beta Was this translation helpful? Give feedback.
All reactions