Skip to content

Instantly share code, notes, and snippets.

@ellerrs
ellerrs / gist:4989962
Last active December 13, 2015 23:09
proposed product schema
var ProductSchema = new Schema({
categoryId: String
, department: String
, ean: String
, model: String
, weight: String
, dimensions: {
height: String
, width: String
, length: String