BigOven · Schema

BigOven.Model.API2.RecipeInfox

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Category string
CreationDate string
Cuisine string
HasVideos boolean
IsBookmark boolean
IsPrivate boolean
IsRecipeScan boolean
Microcategory string
PhotoUrl string
Poster object
RecipeID integer
ReviewCount integer
Servings number
StarRating number
Subcategory string
Title string
TotalTries integer
WebURL string
View JSON Schema on GitHub

JSON Schema

bigoven.model.api2.recipeinfox.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.API2.RecipeInfox",
  "properties": {
    "Category": {
      "type": "string"
    },
    "CreationDate": {
      "format": "date-time",
      "type": "string"
    },
    "Cuisine": {
      "type": "string"
    },
    "HasVideos": {
      "type": "boolean"
    },
    "IsBookmark": {
      "type": "boolean"
    },
    "IsPrivate": {
      "type": "boolean"
    },
    "IsRecipeScan": {
      "type": "boolean"
    },
    "Microcategory": {
      "type": "string"
    },
    "PhotoUrl": {
      "type": "string"
    },
    "Poster": {
      "$ref": "#/components/schemas/BigOven.Model.API2.UserInfoTinyx"
    },
    "RecipeID": {
      "format": "int32",
      "type": "integer"
    },
    "ReviewCount": {
      "format": "int32",
      "type": "integer"
    },
    "Servings": {
      "format": "double",
      "type": "number"
    },
    "StarRating": {
      "format": "double",
      "type": "number"
    },
    "Subcategory": {
      "type": "string"
    },
    "Title": {
      "type": "string"
    },
    "TotalTries": {
      "format": "int32",
      "type": "integer"
    },
    "WebURL": {
      "type": "string"
    }
  },
  "type": "object"
}