[Bug] Comparison of additionalProperties should be fixed
Đang mở
- Ngôn ngữ chính
- C#
- Star
- 290
- Fork
- 50
- Merge trung bình
- 5 ngày 13 giờ
- Pull request đã merge (30 ngày)
- 5
Mô tả
... 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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.