* add validteJsonElement * add oneOf support * various fixes, add tests * minor fixes * minor fixes * update data class * remove comments * array support, add test * update api client constructor * add anyOf support * add new files * fix merge * update * update * update * update
* Add missing Jackson converter for Retrofit This commit adds the missing configuration for a ApiClient so all Jackson serializations will start to work correctly. * Add sample project code for Retrofit Jackson