Please answer these questions before submitting your issue.
Premise
Refered to apache/apisix#2441 (comment), we are tring to implement the feature, that getting different plugin schema by schema type through query params.
After refactoring, manager-api will get the plugin schema via schema.json, which is generated by schema-sync.sh and schema-sync.lua instead of getting directly from admin-api
Question
Is it possible to add this query param in 2.0 manager-api?
Please answer these questions before submitting your issue.
Premise
Refered to apache/apisix#2441 (comment), we are tring to implement the feature, that getting different plugin schema by schema type through query params.
After refactoring, manager-api will get the plugin schema via schema.json, which is generated by schema-sync.sh and schema-sync.lua instead of getting directly from admin-api
Question
Is it possible to add this query param in 2.0 manager-api?
change the plugin schema generated by
schema-sync.shandschema-sync.lua?some other way?