|
228 | 228 | {{#if x-warning}}
|
229 | 229 | <a href="#" data-placement="top" data-toggle="tooltip" title="{{{x-warning}}}"> <i class="fa fa-warning fa-warning-color"></i> </a>
|
230 | 230 | {{/if}}
|
231 |
| - • {{{description}}} |
| 231 | + {{#with items}} |
| 232 | + {{#if properties}} : [ <br> { <br> |
| 233 | + {{#each properties}} |
| 234 | + |
| 235 | + <code>{{{@key}}}</code> |
| 236 | + <em> |
| 237 | + ({{{type}}} |
| 238 | + {{#if items}} |
| 239 | + [{{{items.type}}} |
| 240 | + ]{{/if}}) |
| 241 | + </em> |
| 242 | + • {{{description}}} <br> |
| 243 | + {{/each}} |
| 244 | + } <br> ] |
| 245 | + {{else}} |
| 246 | + • {{{../description}}} |
| 247 | + {{/if}} |
| 248 | + {{else}} |
| 249 | + • {{{description}}} |
| 250 | + {{/with}} |
232 | 251 | </p>
|
233 | 252 | {{/each}}
|
234 | 253 | <p>}</p>
|
|
296 | 315 | <em> ({{{type}}} {{#if items}} [{{{items.type}}}] {{/if}}) </em>
|
297 | 316 | {{#if properties}}: { <br>
|
298 | 317 | {{#each properties}}
|
| 318 | + |
299 | 319 | <code>{{{@key}}}</code>
|
300 | 320 | <em>
|
301 | 321 | ({{{type}}}
|
|
317 | 337 | • {{{description}}}{{#unless @last}} <br> {{/unless}}
|
318 | 338 | {{/each}}
|
319 | 339 | <br> }
|
320 |
| - <br> |
321 | 340 | {{else}}
|
322 | 341 | {{#with items}}
|
323 | 342 | {{#if allOf}}
|
|
350 | 369 | <br>
|
351 | 370 | } <br>
|
352 | 371 | {{else}}
|
353 |
| - • {{{description}}} |
354 |
| - <br> |
| 372 | + • {{{description}}} <br> |
355 | 373 | {{/if}}
|
356 | 374 | {{/each}}
|
357 | 375 | {{/each}}
|
358 |
| - } <br> |
359 |
| - ] |
| 376 | + } <br> ] |
360 | 377 | {{/if}}
|
361 | 378 | {{#if properties}} : [
|
362 | 379 | <br> { <br>
|
|
371 | 388 | </em>
|
372 | 389 | • {{{description}}} <br>
|
373 | 390 | {{/each}}
|
374 |
| - } <br> ] <br> |
| 391 | + } <br> ] |
375 | 392 | {{else}}
|
376 |
| - • {{{description}}} <br> |
| 393 | + • {{{description}}} |
377 | 394 | {{/if}}
|
| 395 | + {{else}} |
| 396 | + • {{{description}}} |
378 | 397 | {{/with}}
|
379 | 398 | {{/if}}
|
380 |
| - {{#unless @last}} <br> {{/unless}} |
381 | 399 | {{/each}}
|
382 |
| - } |
383 |
| - {{else}} |
384 |
| - • {{{description}}}</p> |
385 |
| - {{/if}} |
| 400 | + <br> } |
| 401 | + {{else}} |
| 402 | + • {{{description}}} |
| 403 | + {{/if}} |
386 | 404 | {{/each}}
|
387 | 405 | {{#each allOf}}
|
388 | 406 | {{#each properties}}
|
|
0 commit comments