db schema
db schema는 simple schema를 기본으로 작성한다.
참조: https://github.com/aldeed/meteor-simple-schema/blob/master/DOCS.md
위치는 각 api directory의 server/schema.coffee에 작성한다.
# /imports/api/links/server/schema.coffee
export linksSchema = new SimpleSchema
title:
type: String
url:
type: String