{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Novus Examples Blog",
  "home_page_url": "https://example.com/",
  "feed_url": "https://example.com/feed.json",
  "description": "Sample JSON Feed fixture for parser testing.",
  "language": "en-US",
  "authors": [
    {
      "name": "Novus Examples",
      "url": "https://example.com/about"
    }
  ],
  "items": [
    {
      "id": "https://example.com/posts/3",
      "url": "https://example.com/posts/testing-file-formats",
      "title": "Testing File Formats",
      "content_html": "<p>A short post about testing parsers with known fixtures.</p>",
      "summary": "A short post about testing parsers with known fixtures.",
      "date_published": "2026-01-03T09:00:00Z",
      "tags": [
        "testing",
        "formats"
      ]
    },
    {
      "id": "https://example.com/posts/2",
      "url": "https://example.com/posts/why-fixtures-matter",
      "title": "Why Fixtures Matter",
      "content_text": "Deterministic sample files make regression testing reproducible.",
      "date_published": "2026-01-02T09:00:00Z"
    },
    {
      "id": "https://example.com/posts/1",
      "url": "https://example.com/posts/hello-world",
      "title": "Hello, World",
      "content_text": "The first post.",
      "date_published": "2026-01-01T09:00:00Z"
    }
  ]
}
