atc-net / atc-rest-api-generator

A REST API code generator from OpenAPI Specification in YAML or Json file format
https://atc-net.github.io/repository/atc-rest-api-generator
MIT License
19 stars 4 forks source link

Make property initializer for arrays dependent on required attribute. #89

Closed cjakobsen closed 3 years ago

cjakobsen commented 3 years ago

Don't generate a property initializer for arrays that are marked required as this causes validation to be skipped when used as body for a request.

Fixes #88