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
Is your feature request related to a problem? Please describe.
From OAS 3.0.0 to OAS 3.1.0 the exclusiveMaximum and exclusiveMinimum fields have changed from boolean to number. This aspect is often forgotten about during upgrades, and it'd be nice if redocly cli could report this issue as well.
Describe the solution you'd like
Since the struct rule already reports the usage of nullable:true with OAS 3.1.0, I thought this could be another scenario that rule reports. Otherwise, it could be implemented as a new rule.
Describe alternatives you've considered
Using spectral which implements that one, but ideally I'd like to use a single tool.