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

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


The following commit(s) were added to refs/heads/master by this push:
     new f0a5c94  chore(ext-plugin): remove useless `extra_info` field (#4311)
f0a5c94 is described below

commit f0a5c94f830c35553f22b3216b887346302c90a6
Author: 罗泽轩 <spacewander...@gmail.com>
AuthorDate: Thu May 27 10:27:46 2021 +0800

    chore(ext-plugin): remove useless `extra_info` field (#4311)
    
    Signed-off-by: spacewander <spacewander...@gmail.com>
---
 apisix/plugins/ext-plugin/init.lua | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/apisix/plugins/ext-plugin/init.lua 
b/apisix/plugins/ext-plugin/init.lua
index 190f048..9f83bf4 100644
--- a/apisix/plugins/ext-plugin/init.lua
+++ b/apisix/plugins/ext-plugin/init.lua
@@ -83,15 +83,6 @@ local schema = {
             },
             minItems = 1,
         },
-        extra_info = {
-            type = "array",
-            items = {
-                type = "string",
-                maxLength = 64,
-                minLength = 1,
-            },
-            minItems = 1,
-        }
     },
 }
 

Reply via email to