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

Support for Dictionaries. #163

Open kimlundjohansen opened 2 years ago

kimlundjohansen commented 2 years ago

Is your feature request related to a problem? Please describe. A feature request.

Describe the solution you'd like Support for Dictionary type properties. Like Dictionary<string, string>

https://swagger.io/docs/specification/data-models/dictionaries/