zuiyangqingzhou opened a new issue #5798: URL: https://github.com/apache/apisix/issues/5798
### Issue description When adding a custom plugin or modifying the schema of the plugin, the schema file is generated through the `127.0.0.1:9090/v1/schema` interface, but it is found that the http plugin and stream plugin information are overwritten by each other ### Environment - apisix version (cmd: `apisix version`): 2.9 - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): - apisix-dashboard version, if have: - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner): - luarocks version, if the issue is about installation (cmd: `luarocks --version`): ### Steps to reproduce 1. add `test_mode = {type = "boolean",default = false,}` to the schema configuration file of the plugin limit-conn 2. curl 127.0.0.1:9090/v1/schema > schema.json 3. It can be found that the configuration does not exist in the schema.json file ### Actual result code: https://github.com/apache/apisix/blob/master/apisix/plugin.lua#L582-L599   ### Error log none ### Expected result _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
