BigOven · Schema

API2.GroceryListDepartmentResult

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
dept string Gets or sets the dept.
item string Gets or sets the item.
View JSON Schema on GitHub

JSON Schema

api2.grocerylistdepartmentresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.GroceryListDepartmentResult",
  "description": "",
  "properties": {
    "dept": {
      "description": "Gets or sets the dept.",
      "type": "string"
    },
    "item": {
      "description": "Gets or sets the item.",
      "type": "string"
    }
  },
  "type": "object"
}