{ "$schema": "https://json-schema.org/draft-07/schema", "title": "U11", "description": "See templates/U11/README.md for the content contract and templates/U11/example.json for the real data shape; shared $defs (meta, heading, quickstart, repos, related) are in templates/U0/schema.json. Claim ceiling by construction: purpose, owner, relationship, access route and dated activity only; no field carries file contents, roster, routing, auth or money. meta.stream is 'clients' (amber) or 'agents' (violet, personal).", "type": "object", "required": ["meta", "heading", "sections", "purpose", "owner", "access", "repos", "activity"], "properties": { "meta": { "$ref": "U0/schema.json#/$defs/meta" }, "heading": { "$ref": "U0/schema.json#/$defs/heading" }, "sections": { "type": "object" }, "purpose": { "type": "object", "required": ["text"], "properties": { "text": { "type": "string" }, "words": { "type": "array" } } }, "owner": { "type": "array", "items": { "type": "object", "required": ["k", "v"] } }, "why": { "type": "object" }, "access": { "type": "object", "properties": { "roles": { "type": "array", "items": { "type": "object", "required": ["who", "gets", "tone"] } }, "steps": { "type": "array" }, "never": { "type": "array", "items": { "type": "string" } } } }, "repos": { "$ref": "U0/schema.json#/$defs/repos" }, "activity": { "type": "object" }, "others": { "type": "array" }, "related": { "$ref": "U0/schema.json#/$defs/related" }, "quickstart": { "$ref": "U0/schema.json#/$defs/quickstart" } } }
