{
  "schema": "memory-context-governance-kit",
  "fields": [
    {"name": "memory_id", "type": "string"},
    {"name": "purpose", "type": "string"},
    {"name": "scope", "type": "session | user | workflow | organization"},
    {"name": "retention_days", "type": "number"},
    {"name": "consent_required", "type": "boolean"},
    {"name": "source", "type": "string"},
    {"name": "access_rule", "type": "string"},
    {"name": "deletion_path", "type": "string"},
    {"name": "auditability", "type": "visible | owner_visible | hidden_blocked"}
  ]
}
