Probably don't use plain objects for class fields, likely also affects users and other places where json is stored and we didnt write schemas yet Future note to self: dont use `object?` in schemas, use `JsonObject?` instead ^^'
Probably don't use plain objects for class fields, likely also affects users and other places where json is stored and we didnt write schemas yet
Future note to self: dont use
object?in schemas, useJsonObject?instead ^^'