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",
  "title": "Yann M. Vidamment",
  "description": "Personal site of Yann M. Vidamment, Cloud and Cybersecurity engineer based in Paris.",
  "home_page_url": "https://blog.libresoftware.cloud/",
  "feed_url": "https://blog.libresoftware.cloud/feed.json",
  "language": "en",
  "icon": "https://blog.libresoftware.cloud/images/avatar.png",
  "favicon": "https://blog.libresoftware.cloud/favicon.svg",
  "authors": [
    {
      "name": "Yann M. Vidamment",
      "email": "yann.vidamment@libresoftware.cloud"
    }
  ],
  "items": [
    {
      "id": "https://blog.libresoftware.cloud/blog/ditch-x/erugo/",
      "url": "https://blog.libresoftware.cloud/blog/ditch-x/erugo/",
      "title": "Drop WeTransfer for Erugo",
      "summary": "A self-hosted file drop with OIDC, invitations and reverse shares. Sits behind my reverse proxy without leaking metadata.",
      "date_published": "2026-06-11T00:00:00.000Z",
      "tags": [

      ],
      "authors": [
        {
          "name": "Yann M. Vidamment",
          "email": "yann.vidamment@libresoftware.cloud"
        }
      ]
    }
  ]
}