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

13 lines
151 B
Lua

return {
name = "stream-api-echo",
fields = {
{
config = {
type = "record",
fields = {
},
},
},
},
}