Skip to content

Commit a4a60b6

Browse files
authored
Merge pull request #1 from vsesh/patch-1
AcceptedValues field has never filled
2 parents 872ee7b + c177758 commit a4a60b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</td>
1313
<td>{{prop.in}}</td>
1414
<td>{{{prop.descriptionAsHTML}}}</td>
15-
<td>{{{acceptedValues prop.enum}}}</td>
15+
<td>{{{acceptedValues prop.schema.enum}}}</td>
1616
</tr>
1717
{{#each prop.anyOf}}
1818
{{> paramProp prop=. propName=@key path=(buildPath ../propName ../path @key)}}

0 commit comments

Comments
 (0)