BigOven · Schema

API2.Controllers.WebAPI.GroceryListController.PostGroceryListRecipeRequest

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
markAsPending boolean Gets or sets the mark as pending.
recipeId integer Gets or sets the recipe identifier.
scale number Gets or sets the scale.
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.grocerylistcontroller.postgrocerylistreciperequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.GroceryListController.PostGroceryListRecipeRequest",
  "description": "",
  "properties": {
    "markAsPending": {
      "description": "Gets or sets the mark as pending.",
      "type": "boolean"
    },
    "recipeId": {
      "description": "Gets or sets the recipe identifier.",
      "format": "int32",
      "type": "integer"
    },
    "scale": {
      "description": "Gets or sets the scale.",
      "format": "double",
      "type": "number"
    }
  },
  "type": "object"
}