We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 872ee7b + c177758 commit a4a60b6Copy full SHA for a4a60b6
1 file changed
templates/markdown/.partials/param-prop.md
@@ -12,7 +12,7 @@
12
</td>
13
<td>{{prop.in}}</td>
14
<td>{{{prop.descriptionAsHTML}}}</td>
15
- <td>{{{acceptedValues prop.enum}}}</td>
+ <td>{{{acceptedValues prop.schema.enum}}}</td>
16
</tr>
17
{{#each prop.anyOf}}
18
{{> paramProp prop=. propName=@key path=(buildPath ../propName ../path @key)}}
0 commit comments