RpcPluginDescriptor.json

18 lines | 278 B Blame History Raw Download
{
  "schema": {
    "title": "RPC Plugin Configuration",
    "type": "object",
    "properties": {
      "defaultTimeout": {
        "title": "Default timeout",
        "type": "number"
      }
    },
    "required": [
      "defaultTimeout"
    ]
  },
  "form": [
    "*"
  ]
}