Hey everyone,
enums will are represented as integer? Should there not being a enum also in the json for that?
I have a class, called Node with an enum called Rank

Here is the generated json where it´s just an integer.

I also saw this issue when people use swagger, but not a solution on how to fix it here.
Any solutions?
Thanks!