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 51d39cd chore(schema): remove array length limitation (#6448)
51d39cd is described below
commit 51d39cdfc62da4bf9cc3e79d102f6218e756e7fb
Author: Yu.Bozhong <[email protected]>
AuthorDate: Sun Feb 27 20:05:26 2022 +0800
chore(schema): remove array length limitation (#6448)
Co-authored-by: 阿杰鲁 <[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 6300e10..b84ce35 100644
--- a/apisix/schema_def.lua
+++ b/apisix/schema_def.lua
@@ -94,7 +94,6 @@ local labels_def = {
patternProperties = {
[".*"] = label_value_def
},
- maxProperties = 16
}