const Ingredient = { "id": "/IngredientValidation", "type": Object, "properties": { "name": { "type": "string" }, }, "required": ["name"] } module.exports = Ingredient