{{!--
	Renders the definition-section of the HTML-page.
	@param {Definition[]} definitions a list of JSON-subschemas.
	@api public
--}}

<article id="schemas" class="content">
	<h2>Schemas</h2>

	{{#eachSorted schemas}}
		{{#unless anonymous}}
		{{>api/model model=. anchor="/schemas" }}
		{{/unless}}
	{{/eachSorted}}
</article>
