{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebSite",
            "name": "Therastic",
            "url": "https://therastic.com"
        },
        {
            "@type": "Organization",
            "name": "Therastic",
            "url": "https://therastic.com",
            "logo": "https://therastic.com/assets/images/therastic-logo.png"
        }
    ]
}
