Schema - JumboCode/BINJ GitHub Wiki
story {
_id: ObjectId(),
title: String,
author: String,
url: String,
header_photo_url: String,
published_date: Date(),
blurb: String,
tags: [String],
publication_name: String,
location_name: String,
type : [String],
icon : String,
coordinates : [Number]
}