{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://know-share/schema/know-share-manifest-1.json","title":"Know-share Manifest","description":"脱敏知识模块清单上传契约。平台只接收脱敏清单（计数/要点/主题/脱敏说明），绝无原始内容（INV-01）；联系方式从不进 manifest（DEC-010/INV-03）；无经济字段（DEC-007）。","type":"object","additionalProperties":false,"required":["title","summary","topics","source_types","sensitivity","redaction_notes","version"],"properties":{"id":{"type":"string","maxLength":120,"description":"可选 slug，仅引用"},"title":{"type":"string","minLength":1,"maxLength":200},"summary":{"type":"string","minLength":1,"maxLength":2000,"description":"脱敏摘要，非原始内容"},"topics":{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":60}},"tags":{"type":"array","maxItems":30,"items":{"type":"string","minLength":1,"maxLength":60}},"language":{"type":"string","maxLength":20},"source_types":{"type":"array","minItems":1,"maxItems":20,"items":{"type":"string","minLength":1,"maxLength":60}},"source_stats":{"type":"object","additionalProperties":false,"description":"来源计数（非内容）","properties":{"notes":{"type":"integer","minimum":0},"links":{"type":"integer","minimum":0},"files":{"type":"integer","minimum":0},"words":{"type":"integer","minimum":0}}},"freshness":{"type":"string","maxLength":60},"sensitivity":{"type":"string","enum":["low","medium","high"]},"covered_questions":{"type":"array","maxItems":30,"items":{"type":"string","minLength":1,"maxLength":300}},"redaction_notes":{"type":"string","minLength":1,"maxLength":2000,"description":"已做的脱敏说明"},"content_commitment":{"type":"string","maxLength":2000},"privacy_boundary":{"type":"string","maxLength":2000},"exchange_intent":{"type":"string","maxLength":60},"license":{"type":"string","maxLength":120},"updated_at":{"type":"string","maxLength":40},"version":{"type":"string","minLength":1,"maxLength":40}}}