mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Remove error on additionalProperties: true
This commit is contained in:
parent
9699bbad78
commit
2ac8c42d1d
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue