Nutritionix · Schema

BrandSearchResponse

Response from the brand search endpoint.

RestaurantHealthNutritionFoodFitnessPublic APIs

Properties

Name Type Description
brands array
View JSON Schema on GitHub

JSON Schema

track-brand-search-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nutritionix/refs/heads/main/json-schema/track-brand-search-response-schema.json",
  "title": "BrandSearchResponse",
  "description": "Response from the brand search endpoint.",
  "type": "object",
  "properties": {
    "brands": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Brand"
      }
    }
  }
}