Skip to content

Commit

Permalink
add example variable to meta schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris authored and kikito committed Oct 31, 2023
1 parent dda623d commit 6365b6d
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 @@ -190,6 +190,7 @@ local field_schema = {
{ err = { type = "string" } },
{ encrypted = { type = "boolean" }, },
{ referenceable = { type = "boolean" }, },
{ examples = { type = "array", elements = { type = "any" } },
{ json_schema = json_metaschema },
}

Expand Down

0 comments on commit 6365b6d

Please sign in to comment.