{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.notself.app/#organization",
      "name": "Not Self",
      "alternateName": "Notself",
      "url": "https://www.notself.app/",
      "logo": "https://www.notself.app/assets/myru-body.png",
      "sameAs": ["https://discord.gg/4nqJrtvFeC"],
      "description": "Not Self is not affiliated with, associated with, authorized by, endorsed by, or in any way officially connected with Noteshelf or Noteself, or any other similarly named app or organization."
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://www.notself.app/#app",
      "name": "Not Self",
      "alternateName": "Notself",
      "url": "https://www.notself.app/",
      "description": "Not Self is an app for drawing custom characters that represent different parts of yourself and your soul, so it's easier to understand, empathize with, reflect on, and improve the different things going on inside you.",
      "applicationCategory": "LifestyleApplication",
      "operatingSystem": "Web, iOS, Android",
      "image": "https://www.notself.app/assets/myru-body.png",
      "publisher": { "@id": "https://www.notself.app/#organization" },
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://www.notself.app/#website",
      "url": "https://www.notself.app/",
      "name": "Not Self",
      "publisher": { "@id": "https://www.notself.app/#organization" }
    }
  ]
}
