BigOven · Schema

API2.Controllers.WebAPI.GroceryListController.PostToGroceryListRecipeRequest

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
department string Gets or sets the department.
name string Gets or sets the name.
notes string Gets or sets the notes.
quantity string Gets or sets the quantity.
unit string Gets or sets the unit.
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.grocerylistcontroller.posttogrocerylistreciperequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.GroceryListController.PostToGroceryListRecipeRequest",
  "description": "",
  "properties": {
    "department": {
      "description": "Gets or sets the department.",
      "type": "string"
    },
    "name": {
      "description": "Gets or sets the name.",
      "type": "string"
    },
    "notes": {
      "description": "Gets or sets the notes.",
      "type": "string"
    },
    "quantity": {
      "description": "Gets or sets the quantity.",
      "type": "string"
    },
    "unit": {
      "description": "Gets or sets the unit.",
      "type": "string"
    }
  },
  "type": "object"
}