JSON Feed Validator

Check whether your feed is valid. For more information about JSON Feed, see the specification. Find the validator source code on GitHub.

GET validation response in JSON format.

Feed source

{
  "version": "https://jsonfeed.org/version/1.1",
  "user_comment": "This feed lets you know when a new note is published. Copy the following URL -- https://ckunte.net/feed.json -- and add it to your feed reader.",
  "title": "Chetan Kunté",
  "home_page_url": "https://ckunte.net",
  "feed_url": "https://ckunte.net/feed.json",
  "favicon": "https://ckunte.net/inc/favicon.svg",
  "description": "Offshore Structures Engineer, Chartered Naval Architect",
  "authors": [
    {
      "name": "Chetan Kunté",
      "url": "https://ckunte.net"
    }
  ],
  "items": [
    {
      "id": "https://ckunte.net/2026/do-different",
      "title": "Do different",
      "url": "https://ckunte.net/2026/do-different",
      "content_text": "The OS in 2008 Built on UNIX foundations Eye candy interface with delightful little touches, and super-functional OS upgrades for pay and via offline media (e.g. CDs) No official package...",
      "date_published": "2026-04-12T12:00:00Z"
    },
    {
      "id": "https://ckunte.net/2026/bom-diff",
      "title": "Bill of materials and git-diff",
      "url": "https://ckunte.net/2026/bom-diff",
      "content_text": "Last year, I was assigned to a dry-dock campaign, and tasked with developing structural remediation scopes in an FPSO. Early on in the process, I made a decision to keep work scope (SOW) content separate from its associated bill of materials (BOM),...",
      "date_published": "2026-03-31T06:29:00Z"
    },
    {
      "id": "https://ckunte.net/2025/weld-improv",
      "title": "Endurance gain from weld improvements",
      "url": "https://ckunte.net/2025/weld-improv",
      "content_text": "DNV has published RP-C203 Fatigue design of offshore steel structures (2025). It now covers bankable endurance1 from weld improvement techniques such as grinding, and hammer...",
      "date_published": "2025-11-16T12:10:00Z"
    }
  ]
}