I am currently Generating Pojo class using JsonSchema2Pojo, My json schema has couple of class related to Date of birth, Start Date and End date which is defined with type number, when i generate the Pojo class, its of type Double and I am unable to pass int value,
E.g if I am trying to set date of birth as 1/1/2020, it says Required Double and Passed int.
I have tried to use true which has not worked, also I don't find any supporting tags to convert number to int in jsonschema2pojo properties