/
githubmirror
/
PromethAI-Backend
Обзор
Документация
Войти
/
githubmirror
/
PromethAI-Backend
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validations/defaults/categories_defaults.json
147 строк
5 KB
Vasilije
Check issues and fix async
06 авг 2023, 19:16
06 авг 2023, 19:16
2ae5662
Код
Авторство
О чём код?
{"response":{ "results": [ { "category": "Nutritional Content", "options": [ { "category": "High Protein", "options": [ { "category": "Animal Source" }, { "category": "Plant Source" }, { "category": "Supplement" } ] }, { "category": "Low Fat", "options": [ { "category": "Skimmed Products" }, { "category": "Lean Meat" }, { "category": "Low Fat Dairy" } ] }, { "category": "High Fiber", "options": [ { "category": "Whole Grains" }, { "category": "Legumes" }, { "category": "Vegetables" } ] } ] }, { "category": "Cuisine", "options": [ { "category": "Famous Cuisine", "options": [ { "category": "Chinese" }, { "category": "Japanese" }, { "category": "French" } ] }, { "category": "Spicy Foods", "options": [ { "category": "Mexican" }, { "category": "Indian" }, { "category": "Thai" } ] }, { "category": "Mediterranean Flavors", "options": [ { "category": "Greek" }, { "category": "Italian" }, { "category": "Spanish" } ] } ] }, { "category": "Allergies", "options": [ { "category": "Dairy", "options": [ { "category": "Milk" }, { "category": "Cheese" }, { "category": "Butter" } ] }, { "category": "Nuts", "options": [ { "category": "Peanuts" }, { "category": "Almonds" }, { "category": "Cashews" } ] }, { "category": "Gluten", "options": [ { "category": "Wheat" }, { "category": "Rye" }, { "category": "Barley" } ] } ] } ] } }