[Bug] Comparison of additionalProperties should be fixed
Open
- Dominant language
- C#
- Stars
- 290
- Forks
- 50
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 5
Description
... 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.
Contributor guide
Assessment
This issue has not been assessed yet.