{ "api.example.com": { "endpoints": { "/v1/login": { "methods": ["POST"], "count": 3, "params": ["account", "password"] }, "/v1/user/profile": { "methods": ["GET"], "count": 1, "params": ["uid"] }, "/v2/orders": { "methods": ["GET", "POST"], "count": 5, "params": ["page", "size"] } } }, "static.example.net": { "endpoints": { "/health": { "methods": ["GET"], "count": 1 }, "/api/config": { "methods": ["GET"], "count": 2, "params": ["locale"] } } } }