Otter · JSON Structure

Public Api Dietary Classification Structure

Dietary classification information.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

DietaryClassification is a JSON Structure definition published by Otter, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tag

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/otter/refs/heads/main/json-structure/public-api-dietary-classification-structure.json",
  "name": "DietaryClassification",
  "description": "Dietary classification information.",
  "type": "object",
  "properties": {
    "tag": {
      "type": "string",
      "description": "The type of dietary classification.",
      "enum": [
        "VEGAN",
        "VEGETARIAN",
        "NON_VEGETARIAN",
        "EGG",
        "KOSHER",
        "HALAL",
        "PLANT_BASED",
        "PALEO",
        "KETO"
      ],
      "example": "VEGAN"
    }
  }
}