[  {    "type": "post",    "url": "/api/companies",    "title": "Create instance",    "name": "CompanyCreateInstance",    "group": "Company",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": false,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "president",            "description": "<p>person id</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "location",            "description": ""          },          {            "group": "Parameter",            "type": "Boolean",            "optional": true,            "field": "isStockListing",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies"      }    ]  },  {    "type": "delete",    "url": "/api/companies",    "title": "Delete collection",    "name": "CompanyDeleteCollection",    "group": "Company",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "president",            "description": "<p>person id</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "location",            "description": ""          },          {            "group": "Parameter",            "type": "Boolean",            "optional": true,            "field": "isStockListing",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies"      }    ]  },  {    "type": "delete",    "url": "/api/companies/:id",    "title": "Delete instance",    "name": "CompanyDeleteInstance",    "group": "Company",    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies/:id"      }    ]  },  {    "type": "get",    "url": "/api/companies",    "title": "Get collection",    "name": "CompanyGetCollection",    "group": "Company",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "president",            "description": "<p>person id</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "location",            "description": ""          },          {            "group": "Parameter",            "type": "Boolean",            "optional": true,            "field": "isStockListing",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "fields",            "description": "<p>Pertial attribution will be responsed. Attributions should be separated with comma.</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "expands",            "description": "<p>Expand specified <code>parent</code>, <code>instance</code> fields. <code>children</code> field could not expanded.</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "orderBy",            "description": "<p>Specify sort order of fetched collection. For example <code>orderBy=+name,-age</code></p>"          }        ]      }    },    "success": {      "fields": {        "Success 200": [          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "offset",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "limit",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "size",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "first",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "last",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "prev",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "next",            "description": ""          },          {            "group": "Success 200",            "type": "Object[]",            "optional": false,            "field": "items",            "description": "<p>Array of Company instance</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies"      }    ]  },  {    "type": "get",    "url": "/api/companies/:id",    "title": "Get instance",    "name": "CompanyGetInstance",    "group": "Company",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "fields",            "description": "<p>Pertial attribution will be responsed. Attributions should be separated with comma.</p>"          }        ]      }    },    "success": {      "fields": {        "Success 200": [          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "id",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "name",            "description": ""          },          {            "group": "Success 200",            "type": "Object",            "optional": false,            "field": "members",            "description": "<p>linking of person</p>"          },          {            "group": "Success 200",            "type": "Object",            "optional": false,            "field": "president",            "description": "<p>linking of person</p>"          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "location",            "description": ""          },          {            "group": "Success 200",            "type": "Boolean",            "optional": false,            "field": "isStockListing",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "createdAt",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "updatedAt",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies/:id"      }    ]  },  {    "type": "get",    "url": "/api/companies",    "title": "Get JSON Schema",    "name": "CompanyGetJSONSchema",    "group": "Company",    "header": {      "fields": {        "Header": [          {            "group": "Header",            "type": "String",            "optional": false,            "field": "X-JSON-Schema",            "description": "<p>When the header has <code>true</code>, response JSON Schema instead</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies"      }    ]  },  {    "type": "get",    "url": "/api/companies/:id/members",    "title": "Get members collection",    "name": "CompanyGetMembersCollection",    "group": "Company",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "president",            "description": "<p>person id</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "location",            "description": ""          },          {            "group": "Parameter",            "type": "Boolean",            "optional": true,            "field": "isStockListing",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "fields",            "description": "<p>Pertial attribution will be responsed. Attributions should be separated with comma.</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "expands",            "description": "<p>Expand specified <code>parent</code>, <code>instance</code> fields. <code>children</code> field could not expanded.</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "orderBy",            "description": "<p>Specify sort order of fetched collection. For example <code>orderBy=+name,-age</code></p>"          }        ]      }    },    "success": {      "fields": {        "Success 200": [          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "offset",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "limit",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "size",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "first",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "last",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "prev",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "next",            "description": ""          },          {            "group": "Success 200",            "type": "Object[]",            "optional": false,            "field": "items",            "description": "<p>Array of Company instance</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies/:id/members"      }    ]  },  {    "type": "post",    "url": "/api/companies/:id",    "title": "Update instance",    "name": "CompanyUpdateInstance",    "group": "Company",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "president",            "description": "<p>person id</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "location",            "description": ""          },          {            "group": "Parameter",            "type": "Boolean",            "optional": true,            "field": "isStockListing",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies/:id"      }    ]  },  {    "type": "post",    "url": "/api/companies",    "title": "Validate parameters",    "name": "CompanyValidateParameters",    "group": "Company",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "president",            "description": "<p>person id</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "location",            "description": ""          },          {            "group": "Parameter",            "type": "Boolean",            "optional": true,            "field": "isStockListing",            "description": ""          }        ]      }    },    "header": {      "fields": {        "Header": [          {            "group": "Header",            "type": "String",            "optional": false,            "field": "X-Validation",            "description": "<p>When the header has <code>true</code>, validate parameters</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Company",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/companies"      }    ]  },  {    "type": "post",    "url": "/api/holidays",    "title": "Create instance",    "name": "HolidayCreateInstance",    "group": "Holiday",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": false,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "start",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "end",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Holiday",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/holidays"      }    ]  },  {    "type": "delete",    "url": "/api/holidays",    "title": "Delete collection",    "name": "HolidayDeleteCollection",    "group": "Holiday",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "start",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "end",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Holiday",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/holidays"      }    ]  },  {    "type": "get",    "url": "/api/holidays",    "title": "Get collection",    "name": "HolidayGetCollection",    "group": "Holiday",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "start",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "end",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "fields",            "description": "<p>Pertial attribution will be responsed. Attributions should be separated with comma.</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "expands",            "description": "<p>Expand specified <code>parent</code>, <code>instance</code> fields. <code>children</code> field could not expanded.</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "orderBy",            "description": "<p>Specify sort order of fetched collection. For example <code>orderBy=+name,-age</code></p>"          }        ]      }    },    "success": {      "fields": {        "Success 200": [          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "offset",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "limit",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "size",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "first",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "last",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "prev",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "next",            "description": ""          },          {            "group": "Success 200",            "type": "Object[]",            "optional": false,            "field": "items",            "description": "<p>Array of Holiday instance</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Holiday",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/holidays"      }    ]  },  {    "type": "get",    "url": "/api/holidays/:id",    "title": "Get instance",    "name": "HolidayGetInstance",    "group": "Holiday",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "fields",            "description": "<p>Pertial attribution will be responsed. Attributions should be separated with comma.</p>"          }        ]      }    },    "success": {      "fields": {        "Success 200": [          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "id",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "name",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "start",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "end",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "createdAt",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "updatedAt",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Holiday",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/holidays/:id"      }    ]  },  {    "type": "get",    "url": "/api/holidays",    "title": "Get JSON Schema",    "name": "HolidayGetJSONSchema",    "group": "Holiday",    "header": {      "fields": {        "Header": [          {            "group": "Header",            "type": "String",            "optional": false,            "field": "X-JSON-Schema",            "description": "<p>When the header has <code>true</code>, response JSON Schema instead</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Holiday",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/holidays"      }    ]  },  {    "type": "post",    "url": "/api/holidays",    "title": "Validate parameters",    "name": "HolidayValidateParameters",    "group": "Holiday",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "start",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "end",            "description": ""          }        ]      }    },    "header": {      "fields": {        "Header": [          {            "group": "Header",            "type": "String",            "optional": false,            "field": "X-Validation",            "description": "<p>When the header has <code>true</code>, validate parameters</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Holiday",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/holidays"      }    ]  },  {    "type": "post",    "url": "/api/people",    "title": "Create instance",    "name": "PersonCreateInstance",    "group": "Person",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": false,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "company",            "description": ""          },          {            "group": "Parameter",            "type": "Number",            "optional": true,            "field": "age",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Person",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/people"      }    ]  },  {    "type": "delete",    "url": "/api/people",    "title": "Delete collection",    "name": "PersonDeleteCollection",    "group": "Person",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "company",            "description": ""          },          {            "group": "Parameter",            "type": "Number",            "optional": true,            "field": "age",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Person",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/people"      }    ]  },  {    "type": "get",    "url": "/api/people",    "title": "Get collection",    "name": "PersonGetCollection",    "group": "Person",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "company",            "description": ""          },          {            "group": "Parameter",            "type": "Number",            "optional": true,            "field": "age",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "fields",            "description": "<p>Pertial attribution will be responsed. Attributions should be separated with comma.</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "expands",            "description": "<p>Expand specified <code>parent</code>, <code>instance</code> fields. <code>children</code> field could not expanded.</p>"          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "orderBy",            "description": "<p>Specify sort order of fetched collection. For example <code>orderBy=+name,-age</code></p>"          }        ]      }    },    "success": {      "fields": {        "Success 200": [          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "offset",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "limit",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "size",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "first",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "last",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "prev",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "next",            "description": ""          },          {            "group": "Success 200",            "type": "Object[]",            "optional": false,            "field": "items",            "description": "<p>Array of Person instance</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Person",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/people"      }    ]  },  {    "type": "get",    "url": "/api/people/:id",    "title": "Get instance",    "name": "PersonGetInstance",    "group": "Person",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "fields",            "description": "<p>Pertial attribution will be responsed. Attributions should be separated with comma.</p>"          }        ]      }    },    "success": {      "fields": {        "Success 200": [          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "id",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "name",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "company",            "description": ""          },          {            "group": "Success 200",            "type": "Number",            "optional": false,            "field": "age",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "createdAt",            "description": ""          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "updatedAt",            "description": ""          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Person",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/people/:id"      }    ]  },  {    "type": "get",    "url": "/api/people",    "title": "Get JSON Schema",    "name": "PersonGetJSONSchema",    "group": "Person",    "header": {      "fields": {        "Header": [          {            "group": "Header",            "type": "String",            "optional": false,            "field": "X-JSON-Schema",            "description": "<p>When the header has <code>true</code>, response JSON Schema instead</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Person",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/people"      }    ]  },  {    "type": "post",    "url": "/api/people",    "title": "Validate parameters",    "name": "PersonValidateParameters",    "group": "Person",    "parameter": {      "fields": {        "Parameter": [          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "name",            "description": ""          },          {            "group": "Parameter",            "type": "String",            "optional": true,            "field": "company",            "description": ""          },          {            "group": "Parameter",            "type": "Number",            "optional": true,            "field": "age",            "description": ""          }        ]      }    },    "header": {      "fields": {        "Header": [          {            "group": "Header",            "type": "String",            "optional": false,            "field": "X-Validation",            "description": "<p>When the header has <code>true</code>, validate parameters</p>"          }        ]      }    },    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/apicomment.js",    "groupTitle": "Person",    "sampleRequest": [      {        "url": "https://express-restful-api-sample.herokuapp.com/api/people"      }    ]  },  {    "success": {      "fields": {        "Success 200": [          {            "group": "Success 200",            "optional": false,            "field": "varname1",            "description": "<p>No type.</p>"          },          {            "group": "Success 200",            "type": "String",            "optional": false,            "field": "varname2",            "description": "<p>With type.</p>"          }        ]      }    },    "type": "",    "url": "",    "version": "0.0.0",    "filename": "/Users/sideroad/workspace/express-restful-api/doc/main.js",    "group": "_Users_sideroad_workspace_express_restful_api_doc_main_js",    "groupTitle": "_Users_sideroad_workspace_express_restful_api_doc_main_js",    "name": ""  }]
