module.exports = { "email": { "type": "string", "format": "email" }, "id": { "type": "string", "minLength": 1 } }