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
I'll have to come back to this, but note that Glaze does not automatically reflect your enum. Meaning it will treat your enum values as integers by default.
Use a glz::meta for your enum and the enumerate function to list out your enum values (which can be reflected there). I expect this might then work with your json schema description in Glaze.
Is it possible to specify description for enum values? I tried the following code but it doesn't work:
The text was updated successfully, but these errors were encountered: