Bug with string field in model [APP-8802]

For some reason string type field became bool type field

Field in model


image

Field in payload

I have field name that starts like this one in bug, and it’s bool
Previously all working properly. This bug appears after some of your changes
The problem is that in this field I have data like “false” and “true” too, but it’s just string and should processed as string with “”, not just true/false as bool
Ofc for now I have errors in endpoints

Endpoint error

image

I need this fix, couse part of the project based on this field

@leryq_it when this problem will be fixed? I can’t publish to prod couse of this

@vk.dev problem fixed. Ty