You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had complaints from a user that our swagger was missing a type field. When we tried to add it the breaking changes trigger because the types differ. I don't know for sure if it is a real breaking change but will raise a PR in case it is a false positive.
id: '1026',
code: 'TypeChanged',
message: "The new version has a different type 'object' than the previous one ''.", Azure/azure-rest-api-specs#9215
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. It is actually breaking change not false positive. Schema without type means all types are allowed. When you add type object, you constrain the type to object as a result, the property can't receive any other types.
We had complaints from a user that our swagger was missing a type field. When we tried to add it the breaking changes trigger because the types differ. I don't know for sure if it is a real breaking change but will raise a PR in case it is a false positive.
id: '1026',
code: 'TypeChanged',
message: "The new version has a different type 'object' than the previous one ''.",
Azure/azure-rest-api-specs#9215
The text was updated successfully, but these errors were encountered: