From 2ab3320015f3d177bf6e113952b2e4dc55d32315 Mon Sep 17 00:00:00 2001 From: Angel Date: Tue, 26 Sep 2023 18:35:49 -0400 Subject: [PATCH] docs(serverless-functions): add description to schema field (#11533) --- kong/plugins/pre-function/_schema.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/kong/plugins/pre-function/_schema.lua b/kong/plugins/pre-function/_schema.lua index 934106adbf9b..3e8d3e08122b 100644 --- a/kong/plugins/pre-function/_schema.lua +++ b/kong/plugins/pre-function/_schema.lua @@ -20,6 +20,7 @@ return function(plugin_name) local phase_functions = Schema.define { required = true, default = {}, + description = "Custom functions, which can be user-defined, are cached and executed sequentially during specific phases: `certificate`, `rewrite`, `access`, `header_filter`, `body_filter`, and `log`.", type = "array", elements = { type = "string",