mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
Upgraded JSON Schema from version 6 to version 7 Upgraded TypeDoc version to latest Replaced 'jsonschema' with 'json-schema' package to better comply with 'ts-json-schema-generator' Replace JSON Schema validation with AJV in areas where it wasn't used previously Removed commander help output as it causes strange issues
18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
<div class="mw-100">
|
|
<h2>Errors in <code>{{testFile}}</code></h2>
|
|
<table class="table table-striped table-hover">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">#</th>
|
|
<th scope="col">Error</th>
|
|
<th scope="col">Instance</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
{{&errors}}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|