BigOven · Schema

API2.Controllers.WebAPI.GroceryListController.PostGroceryListAddLineRequest

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

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

JSON Schema

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