项目文件夹

文件
2026-07-13 12:32:21 +08:00

17 行
435 B
Lua

local typedefs = require "kong.db.schema.typedefs"
return {
name = "reconfiguration-completion",
fields = {
{ protocols = typedefs.protocols },
{ config = {
type = "record",
fields = {
{ version = { description = "Client-assigned version number for the current Kong Gateway configuration",
type = "string",
required = true, } },
},
}, },
}
}