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 map type

michaelleeallen opened this issue · comments

Add a "map" type for mapping data(will eventually deprecate service.dataSchema):

{ type: "map", schema: { ... } }