Skip to content

Instantly share code, notes, and snippets.

@SevereOverfl0w
Created January 20, 2015 22:00
Show Gist options
  • Save SevereOverfl0w/803a59909be9de1d1566 to your computer and use it in GitHub Desktop.
Save SevereOverfl0w/803a59909be9de1d1566 to your computer and use it in GitHub Desktop.
var BoardSchema = new Schema({
logo: String,
info: String,
people: [{
name: String,
extra: String,
imageFile: String,
date: Date,
honour: String
}],
keyPeople: [{
name: String,
extra: String,
imageFile: String,
}],
awards: [{
name: String,
info: String,
imageFile: String,
}]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment