schemas = { user: { username: null, password: null, hash: null, email: null } } module.exports = schemas