vanilla/garden-schema

Add support for CSV fields

initvector opened this issue · 1 comments

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.

Closed by #17

Adding a supported OpenAPI field style (form, pipeDelimited or spaceDelimited) provides the necessary functionality.