We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebf73a commit f682279Copy full SHA for f682279
templates/markdown/.partials/schema-prop.md
@@ -1,8 +1,5 @@
1
<tr>
2
- <td>
3
- {{#if prop.deprecated}}<s>{{tree path}}{{propName}}</s> (deprecated){{else}}{{tree path}}{{propName}}{{/if}}
4
- {{#if required}}<strong>(required)</strong>{{/if}}
5
- </td>
+ <td>{{#if prop.deprecated}}<s>{{tree path}}{{propName}}</s> (deprecated){{else}}{{tree path}}{{propName}}{{/if}}{{#if required}}<strong>(required)</strong>{{/if}}</td>
6
<td>
7
{{prop.type}}
8
{{~#if prop.anyOf}}anyOf{{~/if}}
0 commit comments