-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Documentation for the option "no_additional_properties" reads as follows:
"If true, objects can only contain properties defined with the properties keyword."
However, the behavior rather is:
"If true, objects can only contain properties defined with the properties keyword that are required in the schema unless they are set on the object"
When resetting the object JSON to {}, only the required attribute (name) is filled in and shown. All other valid schema properties, even those that have default value, are missing.
Metadata
Metadata
Assignees
Labels
No labels