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

spacewander 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 180c9f3  feat: allow empty object of nodes in upstream (#3219)
180c9f3 is described below

commit 180c9f3c293af42c4e20ffbe36d9084f42a558e9
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Jan 8 02:20:43 2021 -0600

    feat: allow empty object of nodes in upstream (#3219)
    
    Signed-off-by: spacewander <[email protected]>
---
 apisix/schema_def.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apisix/schema_def.lua b/apisix/schema_def.lua
index a4fedd0..daa4ace 100644
--- a/apisix/schema_def.lua
+++ b/apisix/schema_def.lua
@@ -272,7 +272,6 @@ local nodes_schema = {
                     minimum = 0,
                 }
             },
-            minProperties = 1,
         },
         {
             type = "array",

Reply via email to