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