donghuuhieu137 commented on issue #2072:
URL:
https://github.com/apache/apisix-ingress-controller/issues/2072#issuecomment-1831578286
you can manually create a schema.json and mount to
/usr/local/apisix-dashboard/conf/schema.json in apisix-dashboard, here's what
I'm using:
```
"coraza-filter": {
"schema": {
"type": "object",
"properties": {
"conf": {
"type": "object",
"properties":{
"directives_map": {
"type": "object",
"properties":{
"default": {
"type": "array"
}
}
},
"default_directives": {
"type": "string"
}
}
}
},
"$comment": "this is a mark for our injected plugin schema"
},
"version": 0.1,
```
--
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]