BigOven · Schema

BigOven.Model.API.Grocery.Item

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
BigOvenObject string
CreationDate string
Department string
DisplayQuantity string
GUID string
IsChecked boolean
ItemID integer
LastModified string
LocalStatus string
Name string
Notes string
RecipeID integer
ThirdPartyURL string
View JSON Schema on GitHub

JSON Schema

bigoven.model.api.grocery.item.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.API.Grocery.Item",
  "properties": {
    "BigOvenObject": {
      "type": "string"
    },
    "CreationDate": {
      "format": "date-time",
      "type": "string"
    },
    "Department": {
      "type": "string"
    },
    "DisplayQuantity": {
      "type": "string"
    },
    "GUID": {
      "type": "string"
    },
    "IsChecked": {
      "type": "boolean"
    },
    "ItemID": {
      "format": "int64",
      "type": "integer"
    },
    "LastModified": {
      "format": "date-time",
      "type": "string"
    },
    "LocalStatus": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "Notes": {
      "type": "string"
    },
    "RecipeID": {
      "format": "int32",
      "type": "integer"
    },
    "ThirdPartyURL": {
      "type": "string"
    }
  },
  "type": "object"
}