We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f045d0e commit ef80c08Copy full SHA for ef80c08
apisix/plugins/limit-count.lua
@@ -23,6 +23,7 @@ local _M = {
23
priority = 1002,
24
name = plugin_name,
25
schema = limit_count.schema,
26
+ metadata_schema = limit_count.metadata_schema,
27
}
28
29
apisix/plugins/limit-count/init.lua
@@ -115,7 +115,8 @@ local schema = {
115
local schema_copy = core.table.deepcopy(schema)
116
117
local _M = {
118
- schema = schema
+ schema = schema,
119
+ metadata_schema = metadata_schema,
120
121
122
0 commit comments