{
  "type": "MITEM",
  "version": "1.0",

  "sort_order": 10,

  "item_name": "Fish Sticks",

  "short_description": "Short description goes here.",

  "description": "Breaded and fried in our special beer batter. Comes with french fries and coleslaw. Tarter Sauce for dipping too!",

  "image": "placeholder-food.jpg",

  "pricing": {
    "regular": "$14.00",
    "happy_hour": "$12.00",
    "late_night": null
  },

  "nutrition": {
    "calories": "245",
    "protein_g": null,
    "carbs_g": null,
    "fat_g": null,
    "sodium_mg": null
  },

  "allergens": [
    "Shellfish",
    "Dairy",
    "Gluten"
  ],

  "tags": [],

  "modifiers": [],

  "spice_level": 3,

  "featured": false,

  "available": true
}