BigOven · Schema

BigOven.Model.RecipeInfoReviewTuple2

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
RecipeInfo object
Review object
View JSON Schema on GitHub

JSON Schema

bigoven.model.recipeinforeviewtuple2.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.RecipeInfoReviewTuple2",
  "properties": {
    "RecipeInfo": {
      "$ref": "#/components/schemas/BigOven.Model.API2.RecipeInfox"
    },
    "Review": {
      "$ref": "#/components/schemas/BigOven.Model.API.Review"
    }
  },
  "type": "object"
}