BigOven · Schema

API2.Controllers.WebAPI.GroceryListController.DepartmentModel

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

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

JSON Schema

api2.controllers.webapi.grocerylistcontroller.departmentmodel.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.GroceryListController.DepartmentModel",
  "description": "",
  "properties": {
    "items": {
      "description": "Gets or sets the items.",
      "type": "string"
    }
  },
  "type": "object"
}