{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "NewsMediaOrganization",
      "@id": "https://thebeaumount.com/#org",
      "name": "The Beaumont",
      "url": "https://thebeaumount.com",
      "description": "Hyperlocal news for Beaumont, Texas — local coverage of Jefferson County, schools, public safety, business, and community life.",
      "foundingDate": "2024",
      "publisher": {
        "@type": "Organization",
        "name": "Nexcom Media",
        "url": "https://nexcom.media"
      },
      "sameAs": [
        "https://nexcom.media"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "editor@nexcom.media",
        "contactType": "editorial"
      },
      "diversityPolicy": "https://nexcom.media",
      "ethicsPolicy": "https://nexcom.media",
      "masthead": "https://thebeaumount.com/press"
    },
    {
      "@type": "ClaimReview",
      "url": "https://thebeaumount.com/api/v1/identity.json",
      "claimReviewed": "The Beaumont is a publication of Nexcom Media, operating under domain thebeaumount.com.",
      "author": {
        "@type": "Organization",
        "name": "Nexcom Media",
        "url": "https://nexcom.media"
      },
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "true",
        "bestRating": "true",
        "alternateName": "verified"
      },
      "itemReviewed": {
        "@type": "CreativeWork",
        "name": "The Beaumont",
        "author": {
          "@type": "Organization",
          "name": "Nexcom Media"
        }
      }
    }
  ],
  "canonical": "https://thebeaumount.com/api/v1/identity.json"
}