BigOven · Schema

API2.Models.Counts

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
AddedCount integer
FollowersCount integer
FollowingCount integer
PrivateRecipeCount integer
PublicRecipeCount integer
TotalRecipes integer
View JSON Schema on GitHub

JSON Schema

api2.models.counts.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Models.Counts",
  "description": "",
  "properties": {
    "AddedCount": {
      "description": "",
      "format": "int64",
      "type": "integer"
    },
    "FollowersCount": {
      "description": "",
      "format": "int64",
      "type": "integer"
    },
    "FollowingCount": {
      "description": "",
      "format": "int64",
      "type": "integer"
    },
    "PrivateRecipeCount": {
      "description": "",
      "format": "int64",
      "type": "integer"
    },
    "PublicRecipeCount": {
      "description": "",
      "format": "int64",
      "type": "integer"
    },
    "TotalRecipes": {
      "description": "",
      "format": "int64",
      "type": "integer"
    }
  },
  "type": "object"
}