BigOven · Schema
API2.Controllers.WebAPI.GroceryListController.UpdateItemByGuidRequest
RecipesMeal PlanningGrocery ListsNutritionFoodCooking
Properties
| Name | Type | Description |
|---|---|---|
| department | string | Gets or sets the department. |
| guid | string | Gets or sets the unique identifier. |
| ischecked | boolean | Gets or sets the ischecked. |
| name | string | Gets or sets the name. |
| notes | string | Gets or sets the notes. |
| quantity | string | Gets or sets the quantity. |
| unit | string | Gets or sets the unit. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "API2.Controllers.WebAPI.GroceryListController.UpdateItemByGuidRequest",
"description": "",
"properties": {
"department": {
"description": "Gets or sets the department.",
"type": "string"
},
"guid": {
"description": "Gets or sets the unique identifier.",
"type": "string"
},
"ischecked": {
"description": "Gets or sets the ischecked.",
"type": "boolean"
},
"name": {
"description": "Gets or sets the name.",
"type": "string"
},
"notes": {
"description": "Gets or sets the notes.",
"type": "string"
},
"quantity": {
"description": "Gets or sets the quantity.",
"type": "string"
},
"unit": {
"description": "Gets or sets the unit.",
"type": "string"
}
},
"type": "object"
}