[
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Schwartz Technologies LTD",
    "url": "https://schwartz-tech.com/",
    "logo": "https://schwartz-tech.com/assets/logo.png",
    "sameAs": [],
    "contactPoint": [
      {
        "@type": "ContactPoint",
        "telephone": "+972-9-7498206",
        "contactType": "customer service",
        "areaServed": "IL",
        "availableLanguage": [
          "en",
          "he"
        ]
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "LocalBusiness",
    "name": "Schwartz Technologies LTD",
    "url": "https://schwartz-tech.com/",
    "telephone": "+972-9-7498206",
    "faxNumber": "+972-9-7498207",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Kochav-Yair",
      "addressCountry": "IL",
      "postalCode": "4486400",
      "postOfficeBoxNumber": "1264"
    }
  }
]