{
  "_readme": "Sandbox fixture for Google Business Profile menu import (Admin > Settings > APIs > 'Sandbox mode'). Google gates Business Profile API access behind an approval that requires a Business Profile verified and active for 60+ days, so this file lets the feature be built, demonstrated and tested without it. The shapes below mirror Google's real accounts.locations.list and accounts.locations.getFoodMenus responses, including the units/nanos price form and the repeated labels array. Not used unless sandbox mode is switched on.",

  "locations": [
    {
      "account": "111111111111111111111",
      "location": "2222222222222222222",
      "name": "Sandbox Trattoria",
      "address": "12 Example Street, Springfield",
      "eligible": true
    },
    {
      "account": "111111111111111111111",
      "location": "3333333333333333333",
      "name": "Sandbox Coffee Bar",
      "address": "8 Sample Lane, Springfield",
      "eligible": false
    }
  ],

  "foodMenus": {
    "name": "accounts/111111111111111111111/locations/2222222222222222222/foodMenus",
    "menus": [
      {
        "labels": [{ "displayName": "Main menu", "languageCode": "en" }],
        "sections": [
          {
            "labels": [{ "displayName": "Antipasti", "languageCode": "en" }],
            "items": [
              {
                "labels": [
                  {
                    "displayName": "Bruschetta al Pomodoro",
                    "description": "Grilled sourdough, vine tomatoes, basil, garlic",
                    "languageCode": "en"
                  }
                ],
                "attributes": {
                  "price": { "currencyCode": "USD", "units": "6", "nanos": 500000000 },
                  "dietaryRestriction": ["VEGETARIAN"]
                }
              },
              {
                "labels": [
                  {
                    "displayName": "Calamari Fritti",
                    "description": "Lightly fried squid, lemon aioli",
                    "languageCode": "en"
                  }
                ],
                "attributes": {
                  "price": { "currencyCode": "USD", "units": "9" }
                }
              }
            ]
          },
          {
            "labels": [{ "displayName": "Pizze", "languageCode": "en" }],
            "items": [
              {
                "labels": [
                  {
                    "displayName": "Margherita",
                    "description": "San Marzano tomato, fior di latte, basil",
                    "languageCode": "en"
                  }
                ],
                "attributes": {
                  "price": { "currencyCode": "USD", "units": "11", "nanos": 950000000 }
                }
              },
              {
                "labels": [
                  {
                    "displayName": "Diavola",
                    "description": "Spicy salami, tomato, mozzarella, chilli",
                    "languageCode": "en"
                  }
                ],
                "attributes": {
                  "price": { "currencyCode": "USD", "units": "14", "nanos": 250000000 },
                  "spiciness": "HOT"
                }
              },
              {
                "labels": [
                  {
                    "displayName": "Quattro Formaggi",
                    "description": "Mozzarella, gorgonzola, fontina, parmesan",
                    "languageCode": "en"
                  }
                ],
                "attributes": {
                  "price": { "currencyCode": "USD", "units": "13" }
                }
              }
            ]
          },
          {
            "labels": [{ "displayName": "Dolci", "languageCode": "en" }],
            "items": [
              {
                "labels": [
                  {
                    "displayName": "Tiramisu",
                    "description": "Mascarpone, espresso, cocoa",
                    "languageCode": "en"
                  }
                ],
                "attributes": {
                  "price": { "currencyCode": "USD", "units": "7", "nanos": 500000000 }
                }
              },
              {
                "labels": [
                  {
                    "displayName": "Panna Cotta",
                    "description": "Vanilla cream, seasonal berries",
                    "languageCode": "en"
                  }
                ],
                "attributes": {
                  "price": { "currencyCode": "USD", "nanos": 990000000 }
                }
              }
            ]
          }
        ]
      }
    ]
  }
}
