{
  "name": "select",
  "type": "view",
  "view": [
    {{#each views}}
    {
      "type": "{{this.type}}",
      "{{this.type}}": {
        "object": "{{this.object}}"
      }
    }{{#addComma @last}}{{/addComma}}
    {{/each}}
  ]
}
