{ "$schema": "https://json-schema.org/draft-07/schema", "title": "U18", "description": "See templates/U18/README.md for the content contract and templates/U18/example.json for the real data shape; shared $defs (meta, heading, reasoning, evidence, quickstart, repos, related, chips) are in templates/U0/schema.json. Every top-level key used by template.html appears in example.json.", "type": "object", "required": ["meta", "heading", "sections"], "properties": { "meta": { "$ref": "U0/schema.json#/$defs/meta" }, "heading": { "$ref": "U0/schema.json#/$defs/heading" }, "sections": { "type": "object" } } }
