{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "NewsMediaOrganization",
      "@id": "https://themumbai.org/#org",
      "name": "The Mumbai",
      "url": "https://themumbai.org",
      "description": "English-language news briefing for Mumbai — aggregated and credited from India's leading newsrooms, for global readers and the Indian diaspora.",
      "inLanguage": "en-US",
      "foundingDate": "2024",
      "logo": {
        "@type": "ImageObject",
        "url": "https://themumbai.org/og-image.png"
      },
      "parentOrganization": {
        "@type": "Organization",
        "@id": "https://nexcom.media/#org",
        "name": "Nexcom Media",
        "url": "https://nexcom.media"
      },
      "sameAs": [
        "https://nexcom.media"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "editor@nexcom.media",
        "contactType": "editorial"
      },
      "areaServed": {
        "@type": "AdministrativeArea",
        "name": "Mumbai, India",
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 19.076,
          "longitude": 72.8777
        }
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://themumbai.org/#website",
      "url": "https://themumbai.org",
      "name": "The Mumbai",
      "publisher": {
        "@id": "https://themumbai.org/#org"
      },
      "inLanguage": "en-US",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://themumbai.org/api/llm-search?q={query}"
        },
        "query-input": "required name=query"
      }
    },
    {
      "@type": "Dataset",
      "@id": "https://themumbai.org/#dataset",
      "name": "The Mumbai — open news data",
      "description": "Machine-readable news data from The Mumbai: articles, events, weather, alerts, and source attribution. CC BY 4.0.",
      "url": "https://themumbai.org",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "creator": {
        "@id": "https://themumbai.org/#org"
      },
      "publisher": {
        "@id": "https://themumbai.org/#org"
      },
      "isAccessibleForFree": true,
      "distribution": [
        {
          "@type": "DataDownload",
          "encodingFormat": "application/feed+json",
          "contentUrl": "https://themumbai.org/feed.json"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/atom+xml",
          "contentUrl": "https://themumbai.org/feed.atom"
        },
        {
          "@type": "DataDownload",
          "encodingFormat": "application/xml",
          "contentUrl": "https://themumbai.org/sitemap-news.xml"
        }
      ]
    }
  ]
}