BigOven · Schema

API2.Controllers.WebAPI.ReviewController.ReviewRequestLegacy

Legacy -- This object here is deprecated. Please use the new "ReviewRequest" structure for all future development

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
ActiveMinutes integer
Comment string
GUID string
MakeAgain string
ParentID integer
StarRating integer
TotalMinutes integer
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.reviewcontroller.reviewrequestlegacy.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.ReviewController.ReviewRequestLegacy",
  "description": "Legacy -- This object here is deprecated. Please use the new \"ReviewRequest\" structure for all future development",
  "properties": {
    "ActiveMinutes": {
      "format": "int32",
      "type": "integer"
    },
    "Comment": {
      "type": "string"
    },
    "GUID": {
      "type": "string"
    },
    "MakeAgain": {
      "type": "string"
    },
    "ParentID": {
      "format": "int32",
      "type": "integer"
    },
    "StarRating": {
      "format": "int32",
      "type": "integer"
    },
    "TotalMinutes": {
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}