BigOven · Schema

API2.Models.Preference

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
EatingStyle string
View JSON Schema on GitHub

JSON Schema

api2.models.preference.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Models.Preference",
  "description": "",
  "properties": {
    "EatingStyle": {
      "description": "",
      "type": "string"
    }
  },
  "type": "object"
}