andrenth / ocaml-swagger

Swagger 2.0 code generator for OCaml
37 stars 10 forks source link

Empty additional properties as the unit type #16

Closed carlosdagos closed 5 years ago

carlosdagos commented 5 years ago

Second attempt after #12.

I ran a test against the Kubernetes swagger.json to test for regressions and there aren't any at least when looking at diff (so the same code is generated before and after this change). However it's possible that there's indeed a regression and I'm not seeing it.

This doesn't completely fix #11 because it depends on #14, and also there's an issue with the snake_case when info.title contains spaces. I'll open a separate PR for that one 😄

andrenth commented 5 years ago

Thanks!