kogosoftwarellc / open-api

A Monorepo of various packages to power OpenAPI in node
MIT License
895 stars 237 forks source link

openapi-types: allow array items to be reference objects #747

Closed marikaner closed 3 years ago

marikaner commented 3 years ago

Currently array items always have to include a "type" property. This is not correct when using a reference.

Fixes #746.

jsdevel commented 3 years ago

@marikaner sorry for the late reply. please get the build to pass.

marikaner commented 3 years ago

@jsdevel Also sorry for the late reply, please take a look and merge this PR if possible 😊

jsdevel commented 3 years ago

@marikaner can you update this with the latest from master? i had to migrate the build to github actions.

marikaner commented 3 years ago

@marikaner can you update this with the latest from master? i had to migrate the build to github actions.

Done!