| name | +type | +required | +description | +example | +
|---|---|---|---|---|
| {{@key}} | ++ {{#ifeq type "array"}} + {{#items.$ref}} + {{type}}[{{basename items.$ref}}] + {{/items.$ref}} + {{^items.$ref}}{{type}}[{{items.type}}]{{/items.$ref}} + {{else}} + {{#$ref}}{{basename $ref}}{{/$ref}} + {{^$ref}}{{type}}{{#format}} ({{format}}){{/format}}{{/$ref}} + {{/ifeq}} + | +{{#required}}required{{/required}}{{^required}}optional{{/required}} | +{{#description}}{{{description}}}{{/description}}{{^description}}-{{/description}} | +{{example}} | +
| Name | +Located in | +Required | +Description | +Default | +Schema | +||
|---|---|---|---|---|---|---|---|
| {{name}} | +{{in}} | +{{#if required}}yes{{else}}no{{/if}} | +{{description}}{{#if pattern}} (**Pattern**: `{{pattern}}`){{/if}} | +- | +{{#ifeq in "body"}} ++ {{#ifeq schema.type "array"}}Array[{{basename schema.items.$ref}}]{{/ifeq}} + {{#schema.$ref}}{{basename schema.$ref}} {{/schema.$ref}} + | +{{else}} + {{#ifeq type "array"}} +Array[{{items.type}}] ({{collectionFormat}}) | + {{else}} +{{type}} {{#format}}({{format}}){{/format}} | + {{/ifeq}} +{{/ifeq}} +
| type | +{{type}} | +|
|---|---|---|
| description | +{{description}} | +|
| authorizationUrl | +{{authorizationUrl}} | +|
| flow | +{{flow}} | +|
| tokenUrl | +{{tokenUrl}} | +|
| scopes | +{{#each scopes}} +{{@key}} | +{{this}} | +
| type | +{{type}} | +|
|---|---|---|
| description | +{{description}} | +|
| name | +{{name}} | +|
| in | +{{in}} | +|
| type | +{{type}} | +|
|---|---|---|
| description | +{{description}} | +|