We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61afe4 commit a6150b6Copy full SHA for a6150b6
1 file changed
templates/markdown/.partials/schema-prop.md
@@ -1,5 +1,8 @@
1
<tr>
2
- <td>{{tree path}}{{propName}} {{#if required}}<strong>(required)</strong>{{/if}}</td>
+ <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>
6
<td>
7
{{prop.type}}
8
{{~#if prop.anyOf}}anyOf{{~/if}}
0 commit comments