This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
spellsaurus/validations/IngredientValidation.js

10 lines
196 B
JavaScript

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