BigOven · Schema

BigOven.Model.RecipeInfoDateTuple2

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
date string
recipeInfo object
View JSON Schema on GitHub

JSON Schema

bigoven.model.recipeinfodatetuple2.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.RecipeInfoDateTuple2",
  "properties": {
    "date": {
      "format": "date-time",
      "type": "string"
    },
    "recipeInfo": {
      "$ref": "#/components/schemas/BigOven.Model.API2.RecipeInfox"
    }
  },
  "type": "object"
}