{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "NewsMediaOrganization",
      "@id": "https://themiami.org/#org",
      "name": "The Miami",
      "url": "https://themiami.org",
      "description": "Hyperlocal news for Miami-Dade County, Florida — Miami Beach, Brickell, Wynwood, Little Havana, and South Florida.",
      "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://themiami.org/press"
    },
    {
      "@type": "ClaimReview",
      "url": "https://themiami.org/api/v1/identity.json",
      "claimReviewed": "The Miami is a publication of Nexcom Media, operating under domain themiami.org.",
      "author": {
        "@type": "Organization",
        "name": "Nexcom Media",
        "url": "https://nexcom.media"
      },
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "true",
        "bestRating": "true",
        "alternateName": "verified"
      },
      "itemReviewed": {
        "@type": "CreativeWork",
        "name": "The Miami",
        "author": {
          "@type": "Organization",
          "name": "Nexcom Media"
        }
      }
    }
  ],
  "canonical": "https://themiami.org/api/v1/identity.json"
}