[Bug] Comparison of additionalProperties should be fixed
Offen
- Vorherrschende Sprache
- C#
- Sterne
- 290
- Forks
- 50
- Ø Merge
- 5 T. 13 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
... 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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.