mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-12 15:54:17 +00:00
* Perl: separate date and DateTime - Since the json values to be returned are different for date and DateTime, they are managed separately * Per: Enforcing Perl types to openAPI types Perl JSON values return different types depending on the context, so look at openapi's type and modify the type. * generate samples * generate docs * add perl test (json types)