Skip to content

Commit

Permalink
Add 'id' property to global_rule schema, closes apache#9429
Browse files Browse the repository at this point in the history
Added 'id' property to the required section of global_rule schema as per issue apache#9429.
  • Loading branch information
0xtarunkm authored May 8, 2023
1 parent 9ad7402 commit 42e3873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/schema_def.lua
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ _M.global_rule = {
create_time = timestamp_def,
update_time = timestamp_def
},
required = {"plugins"},
required = {"id","plugins"},
}


Expand Down

0 comments on commit 42e3873

Please sign in to comment.