Azure / Azure/openapi-diff

[Bug] Comparison of additionalProperties should be fixed

未关闭
#314 4 条评论 1 个 reaction 已指派 1 人 已被 @mikeharder 认领 在 GitHub 查看
主要语言
C#
星标
290
派生
50
平均合并
5 天 13 小时
30 天内合并 PR
5

描述

... 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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。