{{#each securityDefinitions}} ### {{@key}} {{#this}} {{#ifeq type "oauth2"}} {{#if description}} {{/if}} {{#if authorizationUrl}} {{/if}} {{#if flow}} {{/if}} {{#if tokenUrl}} {{/if}} {{#if scopes}} {{#each scopes}} {{/each}} {{/if}}
type {{type}}
description {{description}}
authorizationUrl {{authorizationUrl}}
flow {{flow}}
tokenUrl {{tokenUrl}}
scopes{{@key}} {{this}}
{{/ifeq}} {{#ifeq type "apiKey"}} {{#if description}} {{/if}} {{#if name}} {{/if}} {{#if in}} {{/if}}
type {{type}}
description {{description}}
name {{name}}
in {{in}}
{{/ifeq}} {{#ifeq type "basic"}} {{#if description}} {{/if}}
type {{type}}
description {{description}}
{{/ifeq}} {{/this}} {{/each}}