jsonschema2popo
jsonschema2popo copied to clipboard
Fixed bug on property setter when there is an enum
In the class template _class.tmpl, in the setter of the property of a class, in case there is an enum, the value is set on self.type. It should be on self.{{prop._name}}