Open
Description
sqlalchemy supports the array type for postgress
https://docs.sqlalchemy.org/en/13/core/type_basics.html#sqlalchemy.types.ARRAY
would be mapped from openapi array
type
https://swagger.io/docs/specification/data-models/data-types/#array
happy to submit a pr for this if you think its worth it