Remove error on additionalProperties: true

This commit is contained in:
Johannes Marbach 2024-07-25 11:40:20 +02:00
parent 9699bbad78
commit 2ac8c42d1d

View file

@ -67,9 +67,6 @@
TODO: support `patternProperties` here. TODO: support `patternProperties` here.
*/}} */}}
{{ if eq .additionalProperties true }}
{{ errorf "`additionalProperties: true` is de facto the default for Matrix and doesn't provide any information" }}
{{ end }}
{{ if reflect.IsMap .additionalProperties }} {{ if reflect.IsMap .additionalProperties }}
<tr> <tr>