{
    "service": "Ordermon Update Server",
    "latest_update": "2.2.7",
    "endpoints": {
        "check_update": "/updates/{target}-{arch}/{current_version}",
        "check_update_channel": "/updates/{channel}/{target}-{arch}/{current_version}",
        "download": "/download/{platform}/{filename}",
        "releases": "/api/releases",
        "checksums": "/api/checksums",
        "validation": "/api/validation",
        "admin": "/admin",
        "admin_login": "/admin/login",
        "health": "/health"
    }
}