You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2019/12/20 06:30:27 UTC

[incubator-apisix] branch master updated: bugfix: Update schema_def.lua (#988)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 29a8268  bugfix: Update schema_def.lua (#988)
29a8268 is described below

commit 29a8268ff65eff3bda174cc6d997079fdde3acc1
Author: ChelinTsien <ju...@gmail.com>
AuthorDate: Fri Dec 20 14:30:16 2019 +0800

    bugfix: Update schema_def.lua (#988)
---
 lua/apisix/schema_def.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lua/apisix/schema_def.lua b/lua/apisix/schema_def.lua
index f790b80..6a731ed 100644
--- a/lua/apisix/schema_def.lua
+++ b/lua/apisix/schema_def.lua
@@ -342,6 +342,7 @@ _M.route = {
         {required = {"upstream", "uri"}},
         {required = {"upstream_id", "uri"}},
         {required = {"service_id", "uri"}},
+        {required = {"plugins", "uris"}},
         {required = {"upstream", "uris"}},
         {required = {"upstream_id", "uris"}},
         {required = {"service_id", "uris"}},