Edamam · JSON Structure

Food And Grocery Database Api Measure Structure

Measure schema from Edamam Food and Grocery Database API

Type: object Properties: 3
RestaurantFoodNutritionUPC

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

Properties

uri label weight

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/food-and-grocery-database-api-measure-structure.json",
  "name": "Measure",
  "description": "Measure schema from Edamam Food and Grocery Database API",
  "type": "object",
  "properties": {
    "uri": {
      "type": "string",
      "example": "http://www.edamam.com/ontologies/edamam.owl#Measure_unit"
    },
    "label": {
      "type": "string",
      "example": "Whole"
    },
    "weight": {
      "type": "double",
      "example": 182
    }
  }
}