BigOven · Schema

API2.Controllers.WebAPI.MeController.PreferenceOptions

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
EatingStyle object
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.mecontroller.preferenceoptions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.MeController.PreferenceOptions",
  "description": "",
  "properties": {
    "EatingStyle": {
      "$ref": "#/components/schemas/API2.Controllers.WebAPI.MeController.EatingStyle"
    }
  },
  "type": "object"
}