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

  "sort_order": 10,

  "item_name": "Chicken Nuggets",

  "short_description": "Quick summary shown in menu lists.",

  "description": "Replace this sample description with the real menu item description.",

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

  "pricing": {
    "regular": "$9.00",
    "happy_hour": "$4.00",
    "late_night": null
  },

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

  "allergens": [],

  "tags": [],

  "modifiers": [],

  "spice_level": null,

  "featured": false,

  "available": true
}