Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@mikunn mikunn released this 09 Sep 16:37
· 1 commit to master since this release

Add

  • fromParameter function to convert OpenAPI Parameter object to JSON schema
  • OpenAPI formats int32, int64, float and double get minimum and maximum values in the output JSON schema to restrict the possible value range
  • OpenAPI format byte gets pattern in the output JSON schema to loosely enforce base64 encoded string

Fix

  • InvalidTypeError was not displayed correctly