back to Mongo Atlas | price -> prices

This commit is contained in:
2020-11-07 11:23:23 +01:00
parent 05f9e17d64
commit 18f3dd3fdb
4 changed files with 33 additions and 22 deletions

View File

@@ -64,7 +64,9 @@
- ##### **restaurantId**: _mongoose.Types.ObjectId_
- ##### **name**: _String_ (max: 128, required)
- ##### **category**: _String_ (max: 64, required)
- ##### **price**: String (required)
- ##### **prices**: (max elements 3)
- ##### **priceName**: _String_ (required)
- ##### **price**: _String_ (required)
- ##### **notes**: _String_ (max: 128)
- ##### **imgUrl**: _String_ (required)
- ##### **hidden**: _Boolean_