{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "@id": "https://www.example.com/news/winter-range-announced#article",
  "headline": "Winter range announced",
  "description": "Sample news article record. Fictional data.",
  "datePublished": "2026-01-01T08:00:00+00:00",
  "dateModified": "2026-01-01T10:15:00+00:00",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://www.example.com/news/winter-range-announced"
  },
  "author": [
    {
      "@type": "Person",
      "name": "A. Sample",
      "url": "https://www.example.com/authors/a-sample"
    },
    {
      "@type": "Person",
      "name": "B. Example"
    }
  ],
  "publisher": {
    "@type": "Organization",
    "name": "Example Dispatch",
    "logo": {
      "@type": "ImageObject",
      "url": "https://cdn.example.net/img/logo.png",
      "width": 600,
      "height": 60
    }
  },
  "image": [
    "https://cdn.example.net/img/news-16x9.jpg",
    "https://cdn.example.net/img/news-4x3.jpg",
    "https://cdn.example.net/img/news-1x1.jpg"
  ],
  "articleSection": "Product news",
  "inLanguage": "en",
  "isAccessibleForFree": true
}
