Skip to content

4.20.0 – support for nullable array items

Compare
Choose a tag to compare
@CarstenWickner CarstenWickner released this 04 Sep 13:16

jsonschema-generator

Added

  • Support for null values in collections/containers/arrays
  • New opt-in Option.NULLABLE_ARRAY_ITEMS_ALLOWED for enabling the respective "NullableCheck" to be considered for items in a field's array value or a method' array return value

jsonschema-module-swagger-2

Added

  • Consider @ArraySchema(schema = @Schema(nullable = true)) if the new Option.NULLABLE_ARRAY_ITEMS_ALLOWED is enabled