Files
kong--kong/spec/fixtures/custom_plugins/kong/plugins/rewriter/schema.lua
T
2026-07-13 12:32:21 +08:00

15 lines
249 B
Lua

return {
name = "rewriter",
fields = {
{
config = {
type = "record",
fields = {
{ value = { type = "string" } },
{ extra = { type = "string", default = "extra" } },
},
},
},
},
}