Skip to content

Commit

Permalink
Add nullable arrays and maps. (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns authored Sep 9, 2024
1 parent 2658f90 commit 37662b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<configuration>
<generateApis>${env.GENERATE_APIS}</generateApis>
<generateModelDocumentation>false</generateModelDocumentation>
<openapiNormalizer>SET_CONTAINER_TO_NULLABLE="array|map"</openapiNormalizer>
<importMappings>
V1ListMeta=io.kubernetes.client.openapi.models.V1ListMeta,
V1ObjectMeta=io.kubernetes.client.openapi.models.V1ObjectMeta,
Expand Down

0 comments on commit 37662b2

Please sign in to comment.