We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce081e commit 8e76a53Copy full SHA for 8e76a53
templates/markdown/.partials/response.md
@@ -61,11 +61,11 @@ _No headers specified_
61
{{/equal}}
62
63
{{else}}
64
-{{#if content.generatedExample}}
+{{#if content.schema.generatedExample}}
65
##### Example _(generated)_
66
67
```json
68
-{{{stringify content.generatedExample}}}
+{{{stringify content.schema.generatedExample}}}
69
```
70
{{/if}}
71
0 commit comments