{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "AVTOO Garage locations",
  "url": "https://atmggarage.com/data/locations.json",
  "numberOfItems": 1,
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "item": {
        "@type": "AutoRepair",
        "@id": "https://atmggarage.com/#localbusiness",
        "name": "AVTOO Garage",
        "url": "https://atmggarage.com/",
        "telephone": "+971564827391",
        "priceRange": "$$",
        "image": "https://atmggarage.com/assets/photos/workshop-hero.png",
        "logo": "https://atmggarage.com/assets/logos/bmw.svg",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "Street 18C, Al Quoz Industrial Area 3",
          "addressLocality": "Dubai",
          "addressCountry": "AE"
        },
        "openingHours": "Mo-Sa 09:00-21:00",
        "areaServed": {
          "@type": "City",
          "name": "Dubai"
        }
      }
    }
  ]
}
