{{!--
    Renders the paths-section of the Rest-Service definition
    @params {Path[]} paths a list of Swagger Path-Objects
    @api public
--}}
<h2>Paths</h2>

{{#eachSorted paths}}
    {{>swagger/path pathItems=. path=@key}}
{{/eachSorted}}
