RpcPluginDescriptor.json
Home
/
extensions-core /
src /
main /
resources /
RpcPluginDescriptor.json
{
"schema": {
"title": "RPC Plugin Configuration",
"type": "object",
"properties": {
"defaultTimeout": {
"title": "Default timeout",
"type": "number"
}
},
"required": [
"defaultTimeout"
]
},
"form": [
"*"
]
}