Skip to content

v1.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 08:28
· 5 commits to main since this release
1cc11e4

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

Security