Skip to content

Commit 37662b2

Browse files
Add nullable arrays and maps. (#267)
1 parent 2658f90 commit 37662b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi/java.xml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<configuration>
3030
<generateApis>${env.GENERATE_APIS}</generateApis>
3131
<generateModelDocumentation>false</generateModelDocumentation>
32+
<openapiNormalizer>SET_CONTAINER_TO_NULLABLE="array|map"</openapiNormalizer>
3233
<importMappings>
3334
V1ListMeta=io.kubernetes.client.openapi.models.V1ListMeta,
3435
V1ObjectMeta=io.kubernetes.client.openapi.models.V1ObjectMeta,

0 commit comments

Comments
 (0)