Otter · JSON Structure

Public Api Storage Requirement Structure

Storage requirements for the product.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

StorageRequirement 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-storage-requirement-structure.json",
  "name": "StorageRequirement",
  "description": "Storage requirements for the product.",
  "type": "object",
  "properties": {
    "tag": {
      "type": "string",
      "description": "Storage requirements for the product.",
      "enum": [
        "FROZEN",
        "COLD",
        "DRY",
        "ROOM_TEMPERATURE",
        "AVOID_SUNLIGHT"
      ],
      "example": "FROZEN"
    }
  }
}