REST Operations

{% for route in Model.Routes %} {% endfor %}
Operation Description
{{route.Method}} {{route.Url}} {{route.Description}}

Model Types

{% for type in Model.Models %} {% endfor %}
Type Description
{{type.Name}} {{type.Description}}