{
  "model": {
    "name": "sum",
    "type": "function",
    "title": "title",
    "description": "description",
    "container": "args",
    "url": "example-sum.js",
    "autorun": true,
    "worker": false
  },
  "inputs": [
    { "name": "a", "type": "int", "default": 100 },
    { "name": "b", "type": "int", "default": 42 }
  ]
}

