node-red / node-red-node-swagger

A set of tools for generating Swagger api documentation based on the HTTP nodes deployed in a flow
Apache License 2.0
62 stars 47 forks source link

Remove CollectionFormat from arrays in Body params #20

Closed codymwalker closed 9 years ago

codymwalker commented 9 years ago

CollectionFormat is not allowed in body params, since JSON already provides a standard for how arrays should be handled. Currently, we have a workaround that just doesn't pass along the CollectionFormat set in the UI. Now that I know there's a reason behind it, we need to remove the CollectionFormat dropdown from the ui for body params.