michaelleeallen / reducto

A small module that aims to reduce the amount of code needed to create apps with a distributed back end in express.js

Home Page:http://michaelleeallen.github.io/reducto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Array dataSchema value

michaelleeallen opened this issue · comments

When mapping data to a dataSchema, or bodySchema allow for Array as schema.

{
  ...
  "dataSchema": ["path.to.list"],
  ...
}