Nutritionix · JSON Structure

Track Brand Structure

A food or restaurant brand.

Type: object Properties: 4
RestaurantHealthNutritionFoodFitnessPublic APIs

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

Properties

_id name website type

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/nutritionix/refs/heads/main/json-structure/track-brand-structure.json",
  "name": "Brand",
  "description": "A food or restaurant brand.",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string",
      "example": "513fbc1283aa2dc80c000053"
    },
    "name": {
      "type": "string",
      "example": "McDonald's"
    },
    "website": {
      "type": "uri",
      "nullable": true
    },
    "type": {
      "type": "int32",
      "description": "Brand type (1 for restaurant, 2 for grocery/CPG).",
      "example": 1
    }
  }
}