Closed
Description
openapi-diff currently reports a breaking change when a schema that previously had no "type" field but did have "properties" adds "type: object" in the new API definition.
The new version has a different type 'object' than the previous one ''.
ref: Azure/azure-rest-api-specs#14830
A schema that contains "properties" should be considered to be implicitly "type: object" so making that explicit in the API definition should not be flagged as a breaking change.
Metadata
Metadata
Assignees
Labels
No labels