{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "name": "Private Cam",
      "url": "https://private-cam.site/",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://private-cam.site/?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "Organization",
      "name": "Private Cam",
      "url": "https://private-cam.site/",
      "logo": "./assets/logo-square.png",
      "sameAs": [],
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "support@private-cam.site",
        "contactType": "customer support"
      }
    }
  ]
}