You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a schema type is object, ensure that additionalProperties is present.
Rationale:
It is typically an error when an object includes a property that is not listed in its spec.
It would therefore be nice to have a validation that ensures that we forbid additional properties.
The text was updated successfully, but these errors were encountered:
I would like to propose a new validation.
When a schema type is
object
, ensure thatadditionalProperties
is present.Rationale:
It is typically an error when an object includes a property that is not listed in its spec.
It would therefore be nice to have a validation that ensures that we forbid additional properties.
The text was updated successfully, but these errors were encountered: