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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Support @Validation.MinItems and @Validation.MaxItems annotations on collection-typed properties and action parameters to emit minItems/maxItems in the generated OpenAPI schema
Changed
Deprecated
Removed
Fixed
@assert.range (and @Validation.Minimum/@Validation.Maximum) on properties and action parameters of type Edm.Int32, Edm.Int16, Edm.SByte, and Edm.Byte now correctly produces minimum/maximum in the generated OpenAPI schema