Skip to content

Commit ef80c08

Browse files
add metadata schema
1 parent f045d0e commit ef80c08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apisix/plugins/limit-count.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ local _M = {
2323
priority = 1002,
2424
name = plugin_name,
2525
schema = limit_count.schema,
26+
metadata_schema = limit_count.metadata_schema,
2627
}
2728

2829

apisix/plugins/limit-count/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ local schema = {
115115
local schema_copy = core.table.deepcopy(schema)
116116

117117
local _M = {
118-
schema = schema
118+
schema = schema,
119+
metadata_schema = metadata_schema,
119120
}
120121

121122

0 commit comments

Comments
 (0)