Skip to content
Snippets Groups Projects
Commit 05664d4b authored by Andreas Deuschlinger's avatar Andreas Deuschlinger
Browse files

should fix gap

parent 8255a637
Branches
Tags
No related merge requests found
......@@ -18,8 +18,7 @@
<% if (schema.maxItems!==undefined&&schema.minItems!==undefined) { %>* between `<%=schema.minItems %>` and `<%=schema.maxItems %>` items in the array<% }
else if (schema.maxItems!==undefined ) { %>* no more than `<%=schema.maxItems %>` items in the array<% }
else if (schema.minItems!==undefined ) { %>* at least `<%=schema.minItems %>` items in the array<% } %>
<% } %>
<% if (schema.default!==undefined) { %>
<% } %><% if (schema.default!==undefined) { %>
* default: `<%= JSON.stringify(schema.default) %>`
<% } %>
* defined in <% if (schema.$oSchema) { %>[<%= schema.$oSchema.$linkVal %>](<%= schema.$oSchema.$linkPath %>#<%= nameSlug %>)<% } else { %>this schema<% } %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment