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 comparing additionalProperties: true vs additionalProperties: {}.
additionalProperties: true allows any additional properties of any type. additionalProperties: {} is functionally equivalent to additionalProperties: true, allowing any additional properties without specific schema constraints.
Change between them should not be flagged.
The text was updated successfully, but these errors were encountered:
... when comparing
additionalProperties: true
vsadditionalProperties: {}
.additionalProperties: true
allows any additional properties of any type.additionalProperties: {}
is functionally equivalent toadditionalProperties: true
, allowing any additional properties without specific schema constraints.Change between them should not be flagged.
The text was updated successfully, but these errors were encountered: