[Bug] Comparison of additionalProperties should be fixed
Ouverte
- Langage dominant
- C#
- Étoiles
- 290
- Forks
- 50
- Merge moyen
- 5 j 13 h
- PR mergées (30 j)
- 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.