{
  "message": "Hello World API",
  "version": "1.0.0",
  "routes": [
    {
      "path": "/",
      "description": "API information"
    },
    {
      "path": "/protected",
      "description": "Protected greeting"
    },
    {
      "path": "/health",
      "description": "Health check endpoint"
    },
    {
      "path": "/info",
      "description": "Request information"
    },
    {
      "path": "/echo",
      "description": "Echo request details"
    }
  ]
}