Skip to content

Commit

Permalink
chore(docs): add missing underscore in enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Oct 31, 2023
1 parent 8619825 commit 60bace0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

*-*

## [4.32.0] - 2023-10-27
### `jsonschema-generator`
#### Added
Expand Down Expand Up @@ -783,6 +785,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Indicate a number's "exclusiveMaximum" according to `@DecimalMax` or `@Negative`


[Unreleased]: https://github.com/victools/jsonschema-generator/compare/v4.32.0...HEAD
[4.32.0]: https://github.com/victools/jsonschema-generator/compare/v4.31.1...v4.32.0
[4.31.1]: https://github.com/victools/jsonschema-generator/compare/v4.31.0...v4.31.1
[4.31.0]: https://github.com/victools/jsonschema-generator/compare/v4.30.0...v4.31.0
Expand Down
2 changes: 1 addition & 1 deletion slate-docs/source/includes/_main-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ configBuilder.without(
</tr>
<tr>
<td rowspan="2" style="text-align: right">23</td>
<td colspan="2"><code>Option.NULLABLE_ARRAY ITEMS_ALLOWED</code></td>
<td colspan="2"><code>Option.NULLABLE_ARRAY_ITEMS_ALLOWED</code></td>
</tr>
<tr>
<td>The schema <code>type</code> for the items in an array (in case of a field's value or method's return value being a container/array) allows <code>null</code>, if the corresponding configuration explicitly says so. Otherwise, they're still deemed not null-able by default.</td>
Expand Down

0 comments on commit 60bace0

Please sign in to comment.