{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://limitless-beauty.ch/#organization",
      "name": "J&Y GmbH",
      "url": "https://limitless-beauty.ch",
      "email": "info@finebeauty-schaffhausen.ch",
      "telephone": "+41764116878",
      "areaServed": {
        "@type": "Country",
        "name": "DE"
      },
      "founder": {
        "@type": "Person",
        "@id": "https://limitless-beauty.ch/#founder",
        "name": "J&Y GmbH"
      }
    },
    {
      "@type": "Person",
      "@id": "https://limitless-beauty.ch/#founder",
      "name": "J&Y GmbH",
      "url": "https://limitless-beauty.ch",
      "worksFor": {
        "@id": "https://limitless-beauty.ch/#organization"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://limitless-beauty.ch/#website",
      "url": "https://limitless-beauty.ch",
      "name": "J&Y GmbH",
      "publisher": {
        "@id": "https://limitless-beauty.ch/#organization"
      },
      "inLanguage": "de",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://limitless-beauty.ch/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
  ]
}