mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 20:17:35 +08:00
chore: expose schema of plugin_config
via control API (#3701)
This commit is contained in:
parent
6731ca1483
commit
d8154da601
@ -33,6 +33,7 @@ function _M.schema()
|
||||
main = {
|
||||
consumer = core.schema.consumer,
|
||||
global_rule = core.schema.global_rule,
|
||||
plugin_config = core.schema.plugin_config,
|
||||
plugins = core.schema.plugins,
|
||||
proto = core.schema.proto,
|
||||
route = core.schema.route,
|
||||
|
@ -51,6 +51,7 @@ __DATA__
|
||||
"main": {
|
||||
"consumer": {"type":"object"},
|
||||
"global_rule": {"type":"object"},
|
||||
"plugin_config": {"type":"object"},
|
||||
"plugins": {"type":"array"},
|
||||
"proto": {"type":"object"},
|
||||
"route": {"type":"object"},
|
||||
|
Loading…
Reference in New Issue
Block a user