# Content Schema

Дата: 2026-05-21  
Purpose: baseline structured content model for turning the prototype into a CMS or Git-backed content system.

## Project

```json
{
  "id": "nautilus-wallet",
  "name": "Nautilus Wallet",
  "category": "Wallet",
  "operationalStatus": "Operational",
  "verificationStatus": "Safety review required",
  "riskLevel": "high-risk",
  "riskReasons": [
    "Wallet category",
    "Install-link verification required"
  ],
  "sourceType": "project-official",
  "maturity": "Production",
  "description": "Browser extension and mobile wallet for Ergo.",
  "officialUrl": "",
  "repoUrl": "",
  "docsUrl": "",
  "contact": "",
  "ownerConfirmedAt": "",
  "lastChecked": "2026-05-08",
  "checkedBy": "",
  "nextReviewAt": "",
  "riskNotes": [
    "Install only from verified links."
  ],
  "helpNeeded": [
    "Safe install guide",
    "Support triage",
    "UX feedback"
  ],
  "tags": ["wallet", "user-onboarding"]
}
```

## Contribution Task

```json
{
  "id": "beginner-wallet-safe-start",
  "title": "Create a beginner-safe wallet setup guide",
  "area": "Docs",
  "role": "Educator",
  "difficulty": "Starter",
  "timeEstimate": "2-4 hours",
  "timeBucket": "Short",
  "rewardType": "Bounty eligible",
  "rewardDisclosure": "",
  "owner": "Docs maintainers",
  "ownerContact": "Docs review queue",
  "sourceUrl": "",
  "sourceType": "Official docs",
  "description": "Rewrite the first-wallet flow with verified links and anti-scam warnings.",
  "expectedOutcome": "Published beginner guide reviewed by a safety reviewer.",
  "proofRequired": "Public link to merged guide or reviewed draft.",
  "proofTemplate": "",
  "status": "Open",
  "reviewDate": "2026-06-03",
  "expiresAt": "",
  "safetySensitive": true,
  "goodFirst": true,
  "language": "English",
  "claimFlow": ["Claim", "Discuss scope", "Submit proof"]
}
```

## Governance Proposal

```json
{
  "id": "project-verification-cadence",
  "title": "Project verification cadence",
  "stage": "Prototype",
  "sourceType": "community-summary",
  "confidence": "Medium",
  "summary": "Add last-checked dates, stale labels and maintainer confirmation to every project profile.",
  "problem": "Project directories become stale unless verification is operationalized.",
  "proposedChange": "Monthly verification sprint and status labels.",
  "affectedGroups": ["project leads", "contributors", "new users"],
  "risks": ["maintenance overhead", "disputes over status labels"],
  "alternatives": [],
  "openQuestions": [],
  "rollbackPlan": "Return questionable cards to Needs verification state.",
  "canonicalLinks": [],
  "summarizedBy": "",
  "reviewedBy": "",
  "currentAsk": "Recruit monthly reviewers.",
  "lastUpdated": "2026-05-21"
}
```

## Verified Link

```json
{
  "id": "official-domains",
  "label": "Official domains",
  "url": "https://www.ergoblockchain.org/legal/official-domains",
  "category": "official-verification",
  "sourceType": "official",
  "sourceOfTruth": "https://www.ergoblockchain.org/legal/official-domains",
  "reviewState": "Verified",
  "verifiedAt": "2026-05-21",
  "verifiedBy": "Portal reviewer",
  "nextReviewAt": "2026-06-20",
  "riskLevel": "normal",
  "notes": ""
}
```

## Moderation Record

```json
{
  "id": "mod-project-nautilus-2026-05-21",
  "contentType": "project",
  "contentId": "nautilus-wallet",
  "state": "safety-review",
  "reviewer": "Safety reviewer",
  "reviewedAt": "2026-05-21",
  "reasonCode": "sensitive-wallet-link",
  "reviewerNote": "Install links require official-domain verification before publishing.",
  "conflictOfInterest": false,
  "appealPath": "Portal lead"
}
```

## Contributor

```json
{
  "id": "contributor-handle",
  "displayName": "Contributor",
  "skills": ["docs", "translation"],
  "languages": ["en", "es"],
  "links": [],
  "contributions": [
    {
      "type": "Guide",
      "title": "Wallet safe-start guide",
      "url": "",
      "date": "2026-05-21",
      "reviewedBy": ""
    }
  ],
  "badges": ["First contribution"],
  "attestations": [],
  "privacyLevel": "public"
}
```

## Weekly Pulse

```json
{
  "id": "pulse-2026-05-21",
  "date": "2026-05-21",
  "title": "Ergo Community Pulse - 2026-05-21",
  "sections": {
    "shipped": [],
    "needsHelp": [],
    "governanceWatch": [],
    "projectUpdates": [],
    "docsEducation": [],
    "localCommunities": [],
    "safetyNotes": [],
    "events": [],
    "spotlight": []
  },
  "sources": [],
  "editor": "",
  "status": "Draft"
}
```
