{
    "schema_version": "1.0",
    "request_id": "63a2c4c3-8e99-4d15-ada2-58c4278e78b8",
    "pricing_model": {
        "service": "Online Cleaning Consultation Service",
        "description": "Offer virtual cleaning advice and tips to clients online.",
        "pricing_structure": {
            "base_rate_per_hour": 20,
            "slow_day_example": {
                "hours_worked": 1,
                "earnings": 20
            },
            "good_day_example": {
                "hours_worked": 3,
                "earnings": 60
            }
        },
        "earnings_estimates": {
            "next_24h": {
                "min": 20,
                "max": 100
            },
            "next_7d": {
                "min": 100,
                "max": 500
            }
        },
        "effort_required": {
            "time_needed": {
                "min_hours": 1,
                "max_hours": 3
            },
            "difficulty": "medium",
            "social_level": "low"
        },
        "risk_notes": [
            "Income may vary based on client demand.",
            "Requires effective marketing to attract clients.",
            "Time investment may not guarantee immediate earnings."
        ]
    }
}