Validate JSON data with schemas, types, required fields, formats, composition, and API contracts.
Lessons
Read and write JSON objects, arrays, and values.
JSON Basics is easiest to learn by reading the example, changing it, and observing the result.
{
"slug": "json-schema-basics",
"title": "JSON Schema Basics",
"minutes": 30,
"published": true,
"tags": ["json", "validation"],
"author": null
}Practice the JSON Basics example in a small scratch file, then explain what changed and why.