From 90ab16c58d97880944ccbabdad5d8d1556fd7b7e Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:11:50 +0200 Subject: [PATCH] reverted additionalProperties to false after finding source of error --- schema/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/index.yaml b/schema/index.yaml index dabed25..433bd8d 100644 --- a/schema/index.yaml +++ b/schema/index.yaml @@ -103,7 +103,7 @@ $defs: type: object person: type: object - additionalProperties: true + additionalProperties: false required: - name properties: