BigOven · Schema

BigOven.Model.API.RecipeNoteList

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
ResultCount integer
Results array
View JSON Schema on GitHub

JSON Schema

bigoven.model.api.recipenotelist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.API.RecipeNoteList",
  "properties": {
    "ResultCount": {
      "format": "int32",
      "type": "integer"
    },
    "Results": {
      "items": {
        "$ref": "#/components/schemas/BigOven.Model.API.RecipeNote"
      },
      "type": "array"
    }
  },
  "type": "object"
}