You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/08/03 12:25:54 UTC

[GitHub] [apisix-dashboard] juzhiyuan edited a comment on issue #359: response-rewrite plugin is no able to write headers

juzhiyuan edited a comment on issue #359:
URL: https://github.com/apache/apisix-dashboard/issues/359#issuecomment-667993998


   Hi, the PluginDrawer is built with `react-jsonschema-form`, and this bug is caused by different JSON Schema version. APISIX’s plugin is using JSON Schema v5 I think, and the `react-jsonschema-form` is using v7, I would recommend adding a transformer for our Plugins’ schema in frontend.
   
   The transformer is used to convert the plugin’s schema from v5 to v7.


----------------------------------------------------------------
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:
users@infra.apache.org