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
We will probably need to support two strategies for the OpenApi schema definitions:
raw types - String with regexp for UUID, and Number for the bigint, which is actually how the values are serialized and transferred over HTTP
domain types - specific shapes for the values - this will be harder to do, as this has no equivalent on the HTTP JSON layer, and a discovery of how this would work in the generated clients needs to be concluded first