{{openapi.info.title}}
{{pkg.name}}
{{#if openapi.info}}
{{{sanitize openapi.info.title}}}
{{{sanitize openapi.info.description}}}
{{#if externalDocs}}
{{{sanitize externalDocs.description}}}
{{{escape externalDocs.url}}}
{{/if}} {{#if openapi.info.termsOfServiceUrl}}
Terms of service
{{/if}} {{#if openapi.info.contact.name}}
Created by
{{{escape openapi.info.contact.name}}}
{{/if}} {{#if openapi.info.contact.url}}
See more at
{{{escape openapi.info.contact.url}}}
{{/if}} {{#if openapi.info.contact.email}}
Contact the developer
{{/if}} {{#if openapi.info.license}}
{{{escape openapi.info.license.name}}}
{{/if}} {{/if}}
{{#each openapi.paths}} {{>resource}} {{/each}}