Edamam · JSON Structure

Meal Planner Api Nutrient Range Structure

Minimum and/or maximum bound for a nutrient code (e.g. ENERC_KCAL).

Type: object Properties: 2
RestaurantFoodNutritionUPC

NutrientRange is a JSON Structure definition published by Edamam, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

min max

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/edamam/refs/heads/main/json-structure/meal-planner-api-nutrient-range-structure.json",
  "name": "NutrientRange",
  "description": "Minimum and/or maximum bound for a nutrient code (e.g. ENERC_KCAL).",
  "type": "object",
  "properties": {
    "min": {
      "type": "double",
      "example": 100
    },
    "max": {
      "type": "double",
      "example": 600
    }
  }
}