From dc8b133f2ecbe625ce177f72abcd515f6c970d22 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 22 Nov 2022 17:53:07 +0000 Subject: [PATCH] Fix spelling of additionalProperties Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- layouts/partials/openapi/render-object-table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html index a3daa207..f41d8ffd 100644 --- a/layouts/partials/openapi/render-object-table.html +++ b/layouts/partials/openapi/render-object-table.html @@ -98,7 +98,7 @@ {{ end }} - {{/* Additional properties should either be an OpenAPI schema object, or a + {{/* additionalProperties should either be an OpenAPI schema object, or a boolean. If it's the former, look for a `description` and render it as a note. If it's `true`, do nothing. If it's `false`, raise a build-time error: "Everything is extensible in Matrix unless otherwise noted". */}}