imjoey commented on a change in pull request #3201:
URL: https://github.com/apache/apisix/pull/3201#discussion_r552390485
##########
File path: apisix/schema_def.lua
##########
@@ -688,7 +688,9 @@ _M.global_rule = {
type = "object",
properties = {
id = id_schema,
- plugins = plugins_schema
+ plugins = plugins_schema,
+ create_time = timestamp_def,
+ update_time = timestamp_def
Review comment:
One more thing, I removed some test cases since they seems only for
testing no `create_time` and `update_time`. Please let me know if I was wrong.
Thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]