diff --git a/kong/plugins/mashape-analytics/schema.lua b/kong/plugins/mashape-analytics/schema.lua index a26eb9b88ae5..c8a2490267f0 100644 --- a/kong/plugins/mashape-analytics/schema.lua +++ b/kong/plugins/mashape-analytics/schema.lua @@ -7,6 +7,6 @@ return { delay = { type = "number", default = 2 }, host = { required = true, type = "string", default = "socket.analytics.mashape.com" }, port = { required = true, type = "number", default = 80 }, - host = { required = true, type = "string", default = "/1.0.0/batch" } + path = { required = true, type = "string", default = "/1.0.0/batch" } } }