metadevpro / openapi3-ts

TS Model & utils for creating and exposing OpenAPI 3.x contracts.
MIT License
485 stars 64 forks source link

Enable type array for schema object #87

Closed samchungy closed 2 years ago

samchungy commented 2 years ago

Hello! I was trying to use Open API 3.1 and noticed that the types don't currently support type arrays.

https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0

image

pjmolina commented 2 years ago

Thanks for the improvement @samchungy ! Will review and merge shortly