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
The generated code for the schema below fails to compile. I'm not quite sure what's going on, but interestingly when the maxLength restriction is removed, the error disappears.
When the maxlength is removed they both resolve to a built in string type.
When both are generated we are supposed to disambiguate collisions when we PascalCase the type names (removing underscores, changing the casing) but for some reason this is not happening in this case.
We have specs for this so I just need to figure out the corner case!
The generated code for the schema below fails to compile. I'm not quite sure what's going on, but interestingly when the
maxLength
restriction is removed, the error disappears.The text was updated successfully, but these errors were encountered: