export default new SimpleSchema({
    name: {
        type: String
    }
});