{"name":"FastAPI Demo Framework","version":"1.0.0","endpoints":{"GET /":"API info (this endpoint)","GET /health":"Health check","GET /items":"List all items","GET /items/{id}":"Get item by ID","POST /items":"Create new item","PUT /items/{id}":"Update item","DELETE /items/{id}":"Delete item","GET /docs":"Interactive API documentation (Swagger UI)","GET /redoc":"Alternative API documentation (ReDoc)"}}