From 2ac8c42d1d485366aa7a98dc9def436b09d79610 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 25 Jul 2024 11:40:20 +0200 Subject: [PATCH] Remove error on `additionalProperties: true` --- layouts/partials/openapi/render-object-table.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html index 778fdbc5..656f556a 100644 --- a/layouts/partials/openapi/render-object-table.html +++ b/layouts/partials/openapi/render-object-table.html @@ -67,9 +67,6 @@ 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 }}