kevinswiber/postman2openapi

When generating a schema, array item schema generation should be cumulative.

kevinswiber opened this issue · 0 comments

Right now, we just take the first element of the array, generate the schema, and call it good for the whole array. We should iterate over every item, generate a schema, and combine them with oneOf.