Add support for CSV fields
initvector opened this issue · 1 comments
initvector commented
Some kind of support should be added for CSV fields. A CSV int field might support "3,4,5" as a valid value and convert it into an array of three integers: 3, 4 and 5.
The details of the feature need to be spec'd out before development.
initvector commented
Closed by #17
Adding a supported OpenAPI field style (form, pipeDelimited or spaceDelimited) provides the necessary functionality.