Skip to content
Snippets Groups Projects
Commit e62bb2f7 authored by Lars Trieloff's avatar Lars Trieloff
Browse files

[trivial] remove "defined in" for nested properties

parent 7e68bb89
Branches
Tags
No related merge requests found
......@@ -19,7 +19,6 @@
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<% } %>
<% } %>
* defined in <% if (schema.$oSchema) { %>[<%= schema.$oSchema.$linkVal %>](<%= schema.$oSchema.$linkPath %>#<%= name %>)<% } else { %>this schema<% } %>
<% if (schema.const!==undefined) { %>
The value of this property **must** be equal to:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment