holidayextras / jsonapi-server

A config driven NodeJS framework implementing json:api and GraphQL
MIT License
488 stars 115 forks source link

Fix autogenerated swagger for array type #437

Open luisenriqueruiz opened 4 years ago

luisenriqueruiz commented 4 years ago

Problem:

swagger.json file is not autogenerated correctly. items property is not included when the type is array.

image

Solution:

Add a recursive function to get nested arrays.

image