BigOven · Schema

API2.Controllers.WebAPI.GroceryListController.PostGroceryListSyncRequest

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
list object
since string Gets or sets the since.
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.grocerylistcontroller.postgrocerylistsyncrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.GroceryListController.PostGroceryListSyncRequest",
  "description": "",
  "properties": {
    "list": {
      "$ref": "#/components/schemas/BigOven.Model.API.Grocery.GroceryList"
    },
    "since": {
      "description": "Gets or sets the since.",
      "type": "string"
    }
  },
  "type": "object"
}