BigOven · Schema

API2.Controllers.WebAPI.MeController.EatingStyle

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Options array Gets or sets the options.
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.mecontroller.eatingstyle.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.MeController.EatingStyle",
  "description": "",
  "properties": {
    "Options": {
      "description": "Gets or sets the options.",
      "items": {
        "$ref": "#/components/schemas/API2.Controllers.WebAPI.MeController.Option"
      },
      "type": "array"
    }
  },
  "type": "object"
}