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 fbd576d commit 274b11cCopy full SHA for 274b11c
templates/md/join-type.ejs
@@ -23,6 +23,7 @@
23
#### Condition <%= i+1 %>
24
<% } %>
25
26
+<% if (schemas[i].type!=="object") { %>type: `<%= schemas[i].type %>`<% } %>
27
<% if (schemas[i].type==="string") { %>
28
<%- include("string-type",{schema:schemas[i],_:_}) %>
29
<% } else if (schemas[i].type==="number"||schemas[i].type==="integer") { %>
@@ -40,4 +41,4 @@
40
41
<% } else { %>
42
43
-<%- // ejs({hello:"world"}) %>
44
+<%- // ejs({hello:"world"}) %>
0 commit comments