[
    {
        "type": "CREATE_PLAN_PROPERTIES",
        "reason": "Define the properties for the plan itself",
        "payload": {
            "description": "A blogging platform with user management, post management, and comment management functionalities.",
            "name": "Blog Platform"
        },
        "created": 1720768973436
    },
    {
        "type": "CREATE_BLOCK",
        "reason": "Handles user registration, authentication, and authorization.",
        "payload": {
            "name": "user-service",
            "resources": [],
            "type": "BACKEND",
            "archetype": "USER_SERVICE"
        },
        "created": 1720597268038
    }
]
