Skip to content

Commit

Permalink
fix(schemas) add shorthand_fields support to subschemas
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle authored and kikito committed Jan 27, 2022
1 parent 26a54c6 commit eef6a50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kong/db/schema/metaschema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,9 @@ MetaSchema.MetaSubSchema = Schema.new({
{
shorthands = shorthands_array,
},
{
shorthand_fields = shorthand_fields_array,
},
{
transformations = transformations_array,
},
Expand Down

0 comments on commit eef6a50

Please sign in to comment.