reverted additionalProperties to false after finding source of error

This commit is contained in:
niclaz 2024-09-30 22:11:50 +02:00 committed by GitHub
parent 4bdb01c06e
commit 90ab16c58d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ $defs:
type: object
person:
type: object
additionalProperties: true
additionalProperties: false
required:
- name
properties: