SkyeYoung commented on code in PR #11822: URL: https://github.com/apache/apisix/pull/11822#discussion_r2275724692
########## apisix/schema_def.lua: ########## @@ -104,7 +104,7 @@ local labels_def = { local rule_name_def = { type = "string", - maxLength = 100, + maxLength = 256, Review Comment: Unrelated to PR: I read the documentation and found that the interface previously defined using this schema didn't specify any maximum field lengths. I think this should be improved in the future, for example, by using OpenAPI documentation. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org