Skip to content

Commit

Permalink
feat(db): add example field to meta schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris authored and jschmid1 committed Nov 6, 2023
1 parent 073fcff commit 1771397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/db/schema/metaschema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ local field_schema = {
{ required = { type = "boolean" }, },
{ reference = { type = "string" }, },
{ description = { type = "string", len_min = 10, len_max = 500}, },
{ examples = { type = "array", elements = { type = "any" } } },
{ auto = { type = "boolean" }, },
{ unique = { type = "boolean" }, },
{ unique_across_ws = { type = "boolean" }, },
Expand Down

1 comment on commit 1771397

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:1771397d5d121891479f30ddfd5e791aa0792158
Artifacts available https://github.com/Kong/kong/actions/runs/6769387656

Please sign in to comment.