Skip to content

Commit f682279

Browse files
committed
Fix schema prop name
1 parent 1ebf73a commit f682279

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/markdown/.partials/schema-prop.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<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>
2+
<td>{{#if prop.deprecated}}<s>{{tree path}}{{propName}}</s> (deprecated){{else}}{{tree path}}{{propName}}{{/if}}{{#if required}}<strong>(required)</strong>{{/if}}</td>
63
<td>
74
{{prop.type}}
85
{{~#if prop.anyOf}}anyOf{{~/if}}

0 commit comments

Comments
 (0)