{
    "ok": true,
    "release": {
        "title": "Launch Checklist and Release Candidate Dashboard",
        "description": "Aggregates all Phase 20 release-candidate sections into a single readiness score.",
        "checks": [
            {
                "status": "red",
                "label": "Full System Regression Test Centre",
                "value": "41%",
                "repair": "Resolve red blockers in this section."
            },
            {
                "status": "red",
                "label": "Installer / Upgrade / Schema Doctor",
                "value": "58%",
                "repair": "Resolve red blockers in this section."
            },
            {
                "status": "green",
                "label": "Security, Permissions and Rate Limit Hardening",
                "value": "100%",
                "repair": "Ready"
            },
            {
                "status": "red",
                "label": "Economy Transaction Audit Hardening",
                "value": "40%",
                "repair": "Resolve red blockers in this section."
            },
            {
                "status": "red",
                "label": "Payment and Rewarded Ads Readiness",
                "value": "68%",
                "repair": "Resolve red blockers in this section."
            },
            {
                "status": "red",
                "label": "Logging, Error Reports and Health Monitoring",
                "value": "67%",
                "repair": "Resolve red blockers in this section."
            },
            {
                "status": "amber",
                "label": "Backup, Export and Restore Readiness",
                "value": "93%",
                "repair": "Review amber warnings."
            },
            {
                "status": "amber",
                "label": "Performance and Cache Pass",
                "value": "74%",
                "repair": "Review amber warnings."
            }
        ],
        "green": 1,
        "amber": 2,
        "red": 5,
        "total": 8,
        "score": 26,
        "status": "red",
        "release_label": "Not Ready"
    }
}