[
  {
    "availabilities": [
      { "dayOfWeek": 1, "startTime": "09:00", "endTime": "22:00" },
      { "dayOfWeek": 2, "startTime": "09:00", "endTime": "22:00" },
      { "dayOfWeek": 3, "startTime": "09:00", "endTime": "22:00" },
      { "dayOfWeek": 4, "startTime": "09:00", "endTime": "22:00" },
      { "dayOfWeek": 5, "startTime": "09:00", "endTime": "23:00" },
      { "dayOfWeek": 6, "startTime": "10:00", "endTime": "23:00" },
      { "dayOfWeek": 7, "startTime": "10:00", "endTime": "21:00" }
    ],
    "categories": [
      {
        "_id": "cat-rice-001",
        "name": "Rice Bowls",
        "description": "Signature rice dishes",
        "subProducts": ["prod-nasi-goreng", "prod-nasi-ayam"]
      },
      {
        "_id": "cat-drinks-001",
        "name": "Beverages",
        "description": "Drinks",
        "subProducts": ["prod-es-teh"]
      }
    ],
    "channelLinkId": "64a1b2c3d4e5f6a7b8c9d0e1",
    "currency": 360,
    "description": "Main Menu",
    "menu": "Main Menu",
    "menuId": "menu-main-001",
    "menuType": 0,
    "modifierGroups": {
      "mg-spice-level": {
        "_id": "mg-spice-level",
        "name": "Spice Level",
        "description": "",
        "plu": "MG001",
        "min": 1,
        "max": 1,
        "multiMax": 0,
        "subProducts": ["mod-mild", "mod-medium", "mod-hot"],
        "isUpsell": false,
        "nameTranslations": { "en": "Spice Level", "id": "Tingkat Pedas" }
      },
      "mg-toppings": {
        "_id": "mg-toppings",
        "name": "Extra Toppings",
        "description": "",
        "plu": "MG002",
        "min": 0,
        "max": 3,
        "multiMax": 3,
        "subProducts": ["mod-egg", "mod-cheese"],
        "isUpsell": false,
        "nameTranslations": { "en": "Extra Toppings", "id": "Topping Tambahan" }
      }
    },
    "modifiers": {
      "mod-mild": {
        "_id": "mod-mild",
        "name": "Mild",
        "description": "",
        "plu": "MOD001",
        "price": 0,
        "takeawayTax": 11000,
        "deliveryTax": 11000,
        "eatInTax": 11000,
        "productType": 2,
        "subProducts": [],
        "defaultQuantity": 1,
        "nameTranslations": { "en": "Mild", "id": "Tidak Pedas" }
      },
      "mod-medium": {
        "_id": "mod-medium",
        "name": "Medium",
        "description": "",
        "plu": "MOD002",
        "price": 0,
        "takeawayTax": 11000,
        "deliveryTax": 11000,
        "eatInTax": 11000,
        "productType": 2,
        "subProducts": [],
        "defaultQuantity": null,
        "nameTranslations": { "en": "Medium", "id": "Sedang" }
      },
      "mod-hot": {
        "_id": "mod-hot",
        "name": "Hot",
        "description": "",
        "plu": "MOD003",
        "price": 0,
        "takeawayTax": 11000,
        "deliveryTax": 11000,
        "eatInTax": 11000,
        "productType": 2,
        "subProducts": [],
        "defaultQuantity": null,
        "nameTranslations": { "en": "Hot", "id": "Pedas" }
      },
      "mod-egg": {
        "_id": "mod-egg",
        "name": "Extra Egg",
        "description": "",
        "plu": "MOD004",
        "price": 500,
        "takeawayTax": 11000,
        "deliveryTax": 11000,
        "eatInTax": 11000,
        "productType": 2,
        "subProducts": [],
        "defaultQuantity": null,
        "nameTranslations": { "en": "Extra Egg", "id": "Telur Tambahan" }
      },
      "mod-cheese": {
        "_id": "mod-cheese",
        "name": "Cheese",
        "description": "",
        "plu": "MOD005",
        "price": 800,
        "takeawayTax": 11000,
        "deliveryTax": 11000,
        "eatInTax": 11000,
        "productType": 2,
        "subProducts": [],
        "defaultQuantity": null,
        "nameTranslations": { "en": "Cheese", "id": "Keju" }
      }
    },
    "products": {
      "prod-nasi-goreng": {
        "_id": "prod-nasi-goreng",
        "name": "Nasi Goreng Special",
        "description": "Indonesian fried rice with chicken, egg, and vegetables",
        "plu": "ITEM001",
        "price": 3500,
        "imageUrl": "https://cdn.deliverect.com/images/nasi-goreng.jpg",
        "takeawayTax": 11000,
        "deliveryTax": 11000,
        "eatInTax": 11000,
        "isCombo": false,
        "isVariant": false,
        "subProducts": ["mg-spice-level", "mg-toppings"],
        "productTags": [1, 5],
        "productType": 1,
        "visible": true,
        "nameTranslations": { "en": "Nasi Goreng Special", "id": "Nasi Goreng Spesial" },
        "descriptionTranslations": { "en": "Indonesian fried rice with chicken, egg, and vegetables", "id": "Nasi goreng dengan ayam, telur, dan sayuran" }
      },
      "prod-nasi-ayam": {
        "_id": "prod-nasi-ayam",
        "name": "Chicken Rice",
        "description": "Hainanese-style chicken rice",
        "plu": "ITEM002",
        "price": 4000,
        "imageUrl": "https://cdn.deliverect.com/images/chicken-rice.jpg",
        "takeawayTax": 11000,
        "deliveryTax": 11000,
        "eatInTax": 11000,
        "isCombo": false,
        "isVariant": false,
        "subProducts": ["mg-toppings"],
        "productTags": [],
        "productType": 1,
        "visible": true,
        "nameTranslations": { "en": "Chicken Rice", "id": "Nasi Ayam" },
        "descriptionTranslations": {}
      },
      "prod-es-teh": {
        "_id": "prod-es-teh",
        "name": "Iced Tea",
        "description": "Sweet iced tea",
        "plu": "ITEM003",
        "price": 1500,
        "imageUrl": "https://cdn.deliverect.com/images/es-teh.jpg",
        "takeawayTax": 11000,
        "deliveryTax": 11000,
        "eatInTax": 11000,
        "isCombo": false,
        "isVariant": false,
        "subProducts": [],
        "productTags": [],
        "productType": 1,
        "visible": true,
        "nameTranslations": { "en": "Iced Tea", "id": "Es Teh" },
        "descriptionTranslations": {}
      }
    },
    "snoozedProducts": {
      "prod-es-teh": {
        "location": "64f1a2b3c4d5e6f7a8b9c0d1",
        "name": "Iced Tea",
        "plu": "ITEM003",
        "snoozeEnd": "2024-01-15T22:00:00Z",
        "snoozeStart": "2024-01-15T10:00:00Z"
      }
    }
  }
]
