{ "name": "Demo Project", "id": "SAMPLE-001", "status": "Active", "priority": "Medium", "health": "Green", "last_updated": "2025-10-24 10:00:00", "tracking_url": "https://github.com/example/demo-project", "owner": "Project Owner", "dependencies": [], "due_date": "2025-12-31", "progress": 25, "next_milestone": "Complete initial design phase", "description": "This is a sample project created to demonstrate the PMO project registry functionality. It serves as an example of how projects should be structured and tracked within the PMO system.", "objectives": [ "Set up project structure", "Complete initial design phase", "Implement core features", "Testing and validation", "Project completion" ], "milestones": [ { "name": "Project Setup", "target_date": "2025-10-20", "status": "Completed" }, { "name": "Initial Design", "target_date": "2025-11-15", "status": "In Progress" }, { "name": "Feature Implementation", "target_date": "2025-11-30", "status": "Not Started" }, { "name": "Testing", "target_date": "2025-12-15", "status": "Not Started" }, { "name": "Project Completion", "target_date": "2025-12-31", "status": "Not Started" } ], "resources": { "team_members": [ "Project Owner" ], "budget": "Demo project", "tools": [ "GitHub", "Documentation tools" ] }, "risks": [ { "risk": "Scope creep", "impact": "Medium", "mitigation_strategy": "Clearly defined objectives and scope" }, { "risk": "Resource availability", "impact": "Low", "mitigation_strategy": "Single owner, flexible timeline" } ], "notes": "This is a demonstration project for the PMO system. It shows how projects should be documented and tracked according to the established schema." }