Example of markdown.mustache does not contain field names for data types
Table template for section Data Types in templates\markdown.mustache does not contain contain column with information about field (property) name.
Current code (table headers):
<tr>
<th>type</th>
<th>required</th>
<th>access</th>
<th>description</th>
<th>notes</th>
</tr>
I think it's supposed to have an extra column column like
<th>property</th>
<td>{{name}}</td>
Yes, but I think that plugin is not generating proper table with "property" column. Am I wrong?
Plugin not generates "property" column because it just messed in template. And this can be fixed with just editing template file.
I have just started using the swagger-maven-example to use the maven-plugin for generating swagger.json and static html and not successful in doing that, I observed that few files are missing as per the web.xml configuration. Please refer attached image for the error.
Can you please help me on this.
Thanks in advance!
