We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4ed6c commit 904ad32Copy full SHA for 904ad32
src/main/resources/handlebars/htmlDocs2/index.mustache
@@ -352,7 +352,7 @@
352
<div id='responses-{{nickname}}-{{code}}-schema-{{code}}' style="padding: 30px; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee;">
353
<script>
354
$(document).ready(function() {
355
- var schemaWrapper = {{{jsonSchema}}};
+ var schemaWrapper = {{{../jsonSchema}}};
356
var schema = schemaWrapper.content["{{extensions.x-content-type}}"].schema;
357
if (schema.$ref != null) {
358
schema = defsParser.$refs.get(schema.$ref);
0 commit comments