Azure / Azure/openapi-diff

[Bug] Comparison of additionalProperties should be fixed

Open
#314 4 comments 1 reaction 1 assignee Claimed by @mikeharder View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.