mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 11:40:52 +00:00
The following schema definitions kinds are now supported: MyStringArray: type: array items: type: string MyObjectArray: type: array items: type: MyObject