additionalProperties: true
This commit is contained in:
parent
f9fa8e506f
commit
71280d0379
@ -71,7 +71,7 @@ components:
|
|||||||
country:
|
country:
|
||||||
type: string
|
type: string
|
||||||
nullable: true
|
nullable: true
|
||||||
additionalProperties: false
|
additionalProperties: true
|
||||||
|
|
||||||
HsOfficeContactEmailAddresses:
|
HsOfficeContactEmailAddresses:
|
||||||
# forces generating a java.lang.Object containing a Map, instead of a class with fixed properties
|
# forces generating a java.lang.Object containing a Map, instead of a class with fixed properties
|
||||||
|
Loading…
Reference in New Issue
Block a user