{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://ojlabs.ltd/#organization",
      "name": "OJ Labs",
      "url": "https://ojlabs.ltd/",
      "description": "OJ Labs builds software by directing AI agents through a pipeline that plans every change, runs your project's own tests on it, and puts it through an independent review panel before a person approves it.",
      "sameAs": ["https://www.linkedin.com/company/ojlabs"]
    },
    {
      "@type": "WebSite",
      "@id": "https://ojlabs.ltd/#website",
      "url": "https://ojlabs.ltd/",
      "name": "OJ Labs",
      "publisher": { "@id": "https://ojlabs.ltd/#organization" }
    }
  ]
}
