Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
feat(schema) restrict layer field values to 'outer' only (#4)
Browse files Browse the repository at this point in the history
Related with Kong/kong#3930
  • Loading branch information
kikito committed Nov 21, 2018
1 parent 34dfa46 commit 6675eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kong/plugins/azure-functions/schema.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
local typedefs = require "kong.db.schema.typedefs"


return {
name = "azure-functions",
fields = {
{ config = {
type = "record",
fields = {
{ run_on = typedefs.run_on_first },
-- connection basics
{ timeout = { type = "number", default = 600000}, },
{ keepalive = { type = "number", default = 60000 }, },
Expand Down

0 comments on commit 6675eed

Please sign in to comment.