kong--kong
17 行
435 B
Lua
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, } },
|
|
},
|
|
}, },
|
|
}
|
|
}
|