<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Schema on ilham.dev</title><link>https://ilham.dev/tags/schema/</link><description>Recent content in Schema on ilham.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 27 Sep 2026 00:00:00 +0700</lastBuildDate><atom:link href="https://ilham.dev/tags/schema/index.xml" rel="self" type="application/rss+xml"/><item><title>How I validate JSON with a schema before blaming the API</title><link>https://ilham.dev/posts/how-to-validate-json-with-a-schema/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-validate-json-with-a-schema/</guid><description>When an API receives JSON, it usually expects a certain shape. If one field is missing or one value has the wrong type, the request may fail.
A JSON Schema describes that expected shape.</description></item></channel></rss>