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.
2 parents 2b4ed6c + 904ad32 commit 5301b2fCopy full SHA for 5301b2f
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